Skip to main content
Use /api/market-data endpoints for market news, filings, and finance calendars.

News

curl "https://openapi.fcontext.com/api/market-data/content/news?symbol=AAPL.US" \
  -H "x-api-key: YOUR_FCONTEXT_API_KEY"

Filings

curl "https://openapi.fcontext.com/api/market-data/content/filings?symbol=AAPL.US" \
  -H "x-api-key: YOUR_FCONTEXT_API_KEY"

Finance Calendar

curl "https://openapi.fcontext.com/api/market-data/calendar/finance?category=report&market=US" \
  -H "x-api-key: YOUR_FCONTEXT_API_KEY"
Optional start and end parameters use YYYY-MM-DD dates.