API Documentation

⌘K
GET/api/1/analytics/cftc/tff/{market_code}

CFTC TFF Report

Returns CFTC Traders in Financial Futures (TFF) positioning data for a specific market. Shows dealer, asset manager, leveraged fund, and other reportable positions.

Parameters

2
daysnumber
query

Number of days of history (default 365, max 3650)

market_codestringrequired
path

CFTC market code (e.g. 099741 for VIX futures, 043602 for Eurodollar)

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/analytics/cftc/tff/{market_code}?days=365' \
  -H 'Accept: application/json'
200 Response
[
  {}
]