CFTC COT Leveraged Funds API (Financial Futures) avatar

CFTC COT Leveraged Funds API (Financial Futures)

Pricing

$5.00 / 1,000 cot data rows

Go to Apify Store
CFTC COT Leveraged Funds API (Financial Futures)

CFTC COT Leveraged Funds API (Financial Futures)

Weekly CFTC Traders-in-Financial-Futures COT with Leveraged Funds and Asset Manager net positions for equity, rate & FX futures.

Pricing

$5.00 / 1,000 cot data rows

Rating

0.0

(0)

Developer

Pepe Schuster

Pepe Schuster

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

CFTC COT Leveraged Funds API (Financials / TFF)

Weekly CFTC Traders-in-Financial-Futures COT with Leveraged Funds and Asset Manager net positions for equity, rate & FX futures.

Query the CFTC TFF report for financial futures and get the weekly Leveraged Funds (hedge fund) and Asset Manager long/short/net positioning plus open interest. No account, no API key, and no proxies — this Actor reads a stable public API and returns clean, structured data you can download as JSON, CSV, or Excel, or pull straight from the Apify API.

Features

  • Fast & reliable — hits a stable public endpoint, so runs don't get blocked or break on layout changes.
  • 🎯 Clean structured output — every result is a flat record with consistent fields (date, market, openInterest, levMoneyNet, assetMgrNet).
  • 🔁 Batch & schedulable — pass multiple queries in one run, or schedule it for a always-fresh feed.
  • 🔌 Integrates everywhere — export JSON/CSV/Excel or connect via the API, webhooks, Zapier, Make, Google Sheets, and 5,000+ integrations.

Who it's for

Macro & rates traders, and analysts tracking leveraged-fund positioning in financial futures.

Common use cases

  • Market, competitor, and trend research
  • Feeding dashboards, spreadsheets, and internal tools
  • Enriching datasets and powering AI / RAG / automation workflows

Input

FieldTypeDescription
marketsarrayFinancial futures search terms (e.g. 'E-MINI S&P 500', 'UST 10Y NOTE', 'EURO FX'). Required.
fromDatestringStart date YYYY-MM-DD.
toDatestringEnd date YYYY-MM-DD (default today).
maxItemsintegerCap the number of records returned (0 = provider default).

Example input

{
"markets": [
"E-MINI S&P 500",
"EURO FX"
],
"fromDate": "2015-01-01",
"toDate": "",
"maxItems": 25
}

Output

One record per result. Example output:

{
"date": "2024-01-15",
"market": "...",
"openInterest": "...",
"levMoneyNet": "...",
"assetMgrNet": "..."
}

Fields: date, market, openInterest, levMoneyNet, assetMgrNet. Download as JSON, CSV, XML, or Excel — or fetch programmatically from the dataset API.

Pricing

This Actor uses pay-per-result: you're billed only for the records you actually get. No monthly fee, and empty runs cost nothing — so it's dramatically cheaper than manual research or bloated data subscriptions.

FAQ

Do I need an API key or login? No — it uses a public endpoint. How fresh is the data? It's fetched live on every run, so it's as current as the source. Can I run it automatically? Yes — schedule it (hourly / daily / weekly) or trigger it via API or webhook. How do I get more results? Increase maxItems, or pass several queries in a single run. What formats can I export? JSON, CSV, Excel, XML, RSS, or via the API.

Notes

This Actor reads a public API. Please use it responsibly and within the data provider's terms of service.