get_features
Get factor row for a ticker. With no date arg, returns the most recent row. With date / start_date / end_date, returns the historical row(s) — useful for honest analogue-backtests (querying a setup as it was on a specific historical date, not as it looks today). History is the last 252 trading days. Stock/ETF = FREE+; futures = PRO+ (adds Open Interest features). PRO+ subscribers automatically get intraday-derived columns (overnight_ret, intraday_ret, or_high_30, or_low_30, or_breakout_pct, vwap, vwap_dev_close, intraday_rv, late_drift) on the stock row.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Single ISO date YYYY-MM-DD. Returns one row. | |
| ticker | Yes | Ticker symbol, e.g. AAPL or SPY | |
| end_date | No | Inclusive ISO end date for a range query. | |
| start_date | No | Inclusive ISO start date for a range query. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||