Signal History
Get historical daily or monthly signals for a ticker (max 1 year).
GET
/signals-history/{ticker}
curl \
--request GET 'https://api.falpha.ai/signals-history/{ticker}?api_key=api_token_value'
Response examples (200)
{
"items": [
{
"ci": 0.711457577128336,
"ei": 0.526317057441807,
"date": "2025-02-09T00:00:00"
},
{
"ci": 0.711520420690455,
"ei": 0.502562060389698,
"date": "2025-02-06T00:00:00"
},
{
"ci": 0.737158289315091,
"ei": 0.515185779891063,
"date": "2025-02-05T00:00:00"
},
{
"ci": 0.731729893054397,
"ei": 0.502327820818703,
"date": "2025-02-02T00:00:00"
},
{
"ci": 0.711540430193045,
"ei": 0.504355138635214,
"date": "2025-01-31T00:00:00"
}
],
"period": "2m",
"regime": "bull",
"ticker": "AAPL"
}
Response examples (422)
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}