Technical signals.
Aggregate buy / sell technical-analysis signals for US stocks, forex, crypto, and commodities: a decision-ready summary, the per-indicator votes behind it, and the same signal as a historical series.
Endpoints
- GETLive signal
/v1/last/signals/:venue/:symbolGet the current technical-analysis signal for a stock, FX pair, crypto asset, or commodity: a decision-ready summary (strong_sell to strong_buy) with a score from -1 to +1, plus the oscillator and moving-average indicators that produced it, each with its value and vote. Indicators still in warmup are omitted rather than reported as neutral, so the vote counts always sum to the rows actually returned.
- GETSignal history
/v1/hist/:venue/:symbol/signalsGet the technical-analysis signal as a time series, one point per bar: summary, score, close, and any discrete events (golden_cross, death_cross, macd_cross_up, macd_cross_down) that fired on that bar. Same computation as the live signal, so a historical point is identical to the one that fired live: backtest what you saw. t is the bar-open time in Unix epoch milliseconds, the same as the bars routes.