Skip to main content

Endpoint

GET https://api.marketdataset.ai/macro/calendar
Covers high, medium, and low impact economic releases including:
  • Central bank rate decisions (Fed, ECB, BoE, BoJ, etc.)
  • Inflation: CPI, PCE, PPI
  • Employment: NFP, unemployment rate, jobless claims
  • Growth: GDP, retail sales, industrial production
  • Sentiment: PMI, consumer confidence, ISM

Parameters

NameTypeRequiredDescription
countrystringNoCountry code: US, EU, GB, JP, CH, AU, NZ, CA
impactstringNolow, medium, high
start_datestringNoISO 8601 date
end_datestringNoISO 8601 date
limitintegerNoRecords to return (default: 100, max: 500)
cursorstringNoPagination cursor

Credit cost

$0.010 per request

Example request

curl "https://api.marketdataset.ai/macro/calendar?country=US&impact=high&limit=5" \
  -H "X-API-KEY: sk_your_key"

Example response

{
  "events": [
    {
      "event_name": "Non-Farm Payrolls",
      "country": "US",
      "currency": "USD",
      "event_date": "2024-11-01T12:30:00+00:00",
      "impact": "high",
      "actual": "12K",
      "forecast": "113K",
      "previous": "223K"
    }
  ],
  "next_page_url": null,
  "meta": {
    "request_id": "req_abc123",
    "credits_used": 0.01,
    "credits_remaining": 49.99
  }
}

Fields

FieldDescription
event_nameName of the economic event
country2-letter country code
currencyAffected currency
event_dateScheduled release datetime (UTC)
impactMarket impact level: low, medium, high
actualReleased value (null if not yet released)
forecastConsensus forecast
previousPrevious period value