API & Feeds

During beta, the API will mirror portions of the Checkpaint catalog and pricing endpoints with additional time-series.

Example

GET https://api.stocks.tf/v1/timeseries?sku=15013;11;w1;pk207&window=30d

Returns normalized price in ref/keys/USD and volume estimates with confidence.

Webhooks

Subscribe to breakout or crossing signals:

POST https://api.stocks.tf/v1/webhooks
{
  "url": "https://your.app/hook",
  "events": ["breakout","spread_widen","rsi_cross"]
}
Need higher limits or raw feeds? Email data@stocks.tf.