Get economic calendar events
Economic calendar events (CPI, NFP, central-bank decisions, …) within a date range, served from Hyperprop’s own mirror — synced daily from a market-data provider, so availability does not depend on a third party at request time.
Filters
| Param | Meaning |
|---|---|
startDate / endDate | Inclusive event-date range (YYYY-MM-DD), max 92 days |
importance | MINIMUM importance: 1 = all, 2 = medium+high, 3 = high only |
country | ISO3 code, case-insensitive (USA, GBR, JPN, EUR for the euro area) |
category | Partial category match (employ matches “Employment”) |
search | Partial event-name match (cpi) |
Events are ordered by event_timestamp ascending, capped at 1000 rows.
Values
actual, consensus, and prior are display strings (may include units); the *_value fields are the numeric equivalents, null until the figure is published. The mirror re-syncs the trailing week daily, so actuals and revisions appear within a day of release.
# High-impact US events this week
curl "https://api.hyperprop.com/platform/v1/economic-calendar?startDate=2026-07-27&endDate=2026-08-02&country=USA&importance=3" \
-H "Authorization: Bearer <session token>"
Query Parameters
Inclusive range start, YYYY-MM-DD
^\d{4}-\d{2}-\d{2}$Inclusive range end, YYYY-MM-DD
^\d{4}-\d{2}-\d{2}$Minimum importance: 1 low, 2 medium, 3 high
1 <= x <= 3ISO3 country code, case-insensitive
8Partial category match
64Partial event-name match
64Related topics
ChangelogGet per-plan unit economics and sustainability flagsGet events for a billing cycleGet monthly billing summaryList all organization events