GET
/signals/{ticker}
curl \
--request GET 'https://api.falpha.ai/signals/{ticker}?api_key=api_token_value'
Response examples (200)
{
"ticker": "AAPL",
"date": "2025-05-04T09:42:00Z",
"period": "15d",
"regime": "neutral",
"signal": "buy",
"confidence": 0.73
}
Response examples (422)
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}