COT Analytics API
The COT Analytics API provides normalized access to CFTC Commitments of Traders (COT) data with built-in analytics. It abstracts away raw report formats and exposes consistent, developer-friendly endpoints for: - Net positioning by trader group - Z-scores and percentile rankings - Momentum and crowding signals - Legacy, Disaggregated, and TFF report formats Designed for quantitative research,…
COT Analytics API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Meta | ||
| GET |
/v1/health /v1/health |
Lightweight liveness and version check used by RapidAPI and monitoring. |
| Markets | ||
| GET |
/v1/markets /v1/markets |
Lists all active markets available to the tenant for COT analytics. |
| GET |
/v1/markets/{market}/formats /v1/markets/{market}/formats |
Returns which COT report formats (legacy, disaggregated, TFF) are available for the given market. |
| GET |
/v1/markets/{market}/latest /v1/markets/{market}/latest |
Returns the latest available COT report snapshot for the given market and format. |
| COT | ||
| POST |
/v1/cot/analytics/batch /v1/cot/analytics/batch |
Premium-only endpoint to fetch multiple COT analytics snapshots in a single request. |
| GET |
/v1/cot/positions /v1/cot/positions |
Returns weekly COT report positions for a market and format over a given date range. |
| GET |
/v1/cot/analytics /v1/cot/analytics |
Returns z-scores, percentiles, momentum and crowding analytics for a market, format and lookback window. |
| GET |
/v1/cot/net /v1/cot/net |
Returns net positions (long-short) derived from weekly COT reports for a market and format. |
| GET |
/v1/cot/signals /v1/cot/signals |
Returns derived trading signals based on COT analytics for a market, format and lookback window. |
| v1 | ||
| GET |
/v1/openapi.json /v1/openapi.json |
|
| openapi.json | ||
| GET |
/openapi.json /openapi.json |
|
COT Analytics API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $29 / month | — |
|
| ULTRA Recommended | $79 / month | — |
|
| MEGA | $199 / month | — |
|