FundSpec Data

Data catalog

Momentum signal

A daily bullish or bearish call per ticker from a neural model of price and volume patterns, with its confidence.

Cadence
Daily after the close
Coverage
About 9,400 listed equities
History
Daily history for the trailing year
Availability
Live

What you get

  • The signal reads recent price action and volume against patterns learned from two decades of daily bars across hundreds of stocks.
  • Confidence expresses how closely the current pattern matches, not a probability of the future move.

What makes it reliable

  • Bullish and bearish set ups are assessed separately, only sufficiently liquid names receive a signal, and the conviction tier reflects how signals at that confidence level have performed.
Request
curl -H "Authorization: Bearer fsd_live_your_key" \
  https://fundspecdata.io/v3/v3/momentum/AAPL
Response (excerpt)
{
  "ticker": "AAPL",
  "date": "2026-09-03",
  "signal": "bullish",
  "confidence": 0.71,
  "tier": "high",
  "liquidity_ok": true
}

Field dictionary

Key fields. The complete list with types is in the API reference, generated from the same definitions that validate every response.

FieldTypeDescription
signalstringbullish or bearish.
confidencenumberPattern match confidence between 0 and 1.
tierstringConviction tier derived from validation accuracy at the signal's confidence.
liquidity_okbooleanWhether the ticker passes the liquidity gate the model was validated on.