Hedge Fund Intelligence
COT history for a market
Weekly COT history for a specific market. Default 52 weeks (1 year). Use for charting positioning trends over time.
get/api/v1/cot/market/{market_name}
Path parameters
market_namestring required
CFTC market name (e.g. WHEAT-CHICAGO BOARD OF TRADE).
CFTC market name (e.g. WHEAT-CHICAGO BOARD OF TRADE).
Query parameters
report_typestring
COT report type (legacy, disaggregated, tff, cit).
COT report type (legacy, disaggregated, tff, cit).
limitinteger
Weeks of history (52 = 1 year; raise to reach full history back to ~1986)
Weeks of history (52 = 1 year; raise to reach full history back to ~1986)
start_datestring
Inclusive report-date lower bound, ISO YYYY-MM-DD.
Inclusive report-date lower bound, ISO YYYY-MM-DD.
end_datestring
Inclusive report-date upper bound, ISO YYYY-MM-DD.
Inclusive report-date upper bound, ISO YYYY-MM-DD.
Response
Weekly COT positioning history for the specified market.
Example response
{
"meta": {
"endpoint": "/api/v1/fred/us/cpi",
"data_time": "2026-04-16T14:30:00Z",
"response_time": "2026-04-16T14:30:12Z",
"provider": "Sugra API v1.0.1",
"source": "sugra_crypto",
"attribution": "Short interest and Reg SHO daily short volume data is owned by and sourced from FINRA (Financial Industry Regulatory Authority).",
"fallback_chain": [
"sugra_crypto",
"sugra_finance"
]
}
}