Economic calendar API for finance AI agents.
A finance agent needs to know what's on the calendar — when the Fed meets, when Treasury auctions are scheduled. Dynamic Feed serves the US Treasury auction calendar and FOMC meeting dates keyless over MCP or REST, each entry sourced and signed, so the schedule is citeable and verifiable.
The call
Keyless over MCP, or one REST call with a free key. Every datapoint is provenance-stamped and citeable.
# Keyless over MCP — point any client at https://dynamicfeed.ai/mcp
# Or one signed REST call (free key) — full reference at https://dynamicfeed.ai/docs:
curl -s https://dynamicfeed.ai/v1/batch -H "Content-Type: application/json" \
-d '{"calls":[{"tool":"","args":{}}]}'
Sample response
{ "event": "FOMC meeting", "scheduled_at": "...Z",
"source": "U.S. Federal Reserve", "signature": { "alg": "Ed25519", "key_id": "df-ed25519-4cb32e72f333" } }
Why live data
Finance agents plan around the calendar — but a hallucinated date is worse than none. Dynamic Feed serves the scheduled dates it actually covers — US Treasury auctions (TreasuryDirect) and FOMC meeting dates (U.S. Federal Reserve) — in a provenance envelope, signed over their exact bytes, verifiable against /.well-known/keys. It surfaces these scheduled dates from public sources: no prices, no CPI or jobs releases, and not a guarantee of completeness. It is data, NOT financial or trading advice, and dates can change at the source's discretion.
Use it for
- Ground a finance agent's planning in real, scheduled Fed + Treasury dates
- A signed record of what was scheduled, at a point in time
- Agents that must not invent FOMC or auction dates
- Pairs with live macro & rates data for finance agents
FAQ
What's on the calendar?
Currently US Treasury auction dates and FOMC meeting dates — scheduled events only. No prices, no CPI/jobs releases, no forecasts.
Is this financial or trading advice?
No. Dynamic Feed surfaces a public schedule of Treasury auctions and FOMC dates with provenance and a signature. It is data, not financial or trading advice.
What does signing prove?
That Dynamic Feed served this exact schedule entry at this time and it hasn't been altered since — authenticity and integrity. Not that the date won't change at the source, and not a guarantee of completeness.