CFTC Positioning
CFTC positioning endpoints expose Commitment of Traders positioning signals with publication lag.
| Method | Endpoint | Description |
|---|---|---|
| GET | /v1/indicators/cftc-positioning | Current CFTC positioning |
| GET | /v1/indicators/cftc-positioning/historical | Historical positioning |
| GET | /v1/indicators/cftc-positioning/all | All supported positioning series |
curl "https://api.oilpriceapi.com/v1/indicators/cftc-positioning?code=WTI_MANAGED_MONEY" \
-H "Authorization: Token YOUR_API_KEY"
CFTC data follows the public COT report cadence and should be treated as weekly data with publication lag.
See Market Indicators for common params and errors.