Investing: Get Economic Events
Investing via Parse · Finance
Returns a list of upcoming economic events from the Investing.com economic calendar. Each event includes the scheduled date/time (UTC), country, currency, event name, importance level, and actual/forecast/previous values when available. Events are returned in chronological order. By default returns events for the next 7 days starting from today. The API fetches up to 200 events per internal request and paginates automatically. When the importance filter is set, it fetches multiple pages to find matching events. The limit parameter caps the total number of returned events (max 500). Retrieve upcoming economic events from Investing.com's economic calendar, including event details, importance levels, and actual/forecast/previous values. Fulfilled by Parse from www.investing.com.
- finance
- government-public
- investing
- news-media
- parse
- platform-key
- www-investing-com
Price and execution
- Price
- $0.20 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- Finance
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/94e4f0a4-20b9-4cde-8307-8fc5cfe90588/get_economic_events
- Interface artifact
- sha256:67a08c5d91bd0f242d8d019ee3b38f57da1777dd36749eba197a98598d13380d
- Manifest digest
- sha256:0bc8573562686aec27d325c748ae42ef209cb79cdf39658340a75de032e7667a
Request fields
- limit (integer): Maximum number of events to return. Clamped to range 1-500.
- end_date (string): End date in ISO format YYYY-MM-DD (e.g. 2026-09-07). When omitted, defaults to 7 days after start_date.
- importance (string): Filter events by importance level. When omitted, events of all importance levels are returned.
- start_date (string): Start date in ISO format YYYY-MM-DD (e.g. 2026-09-01). When omitted, defaults to today (UTC).
- country_ids (string): Comma-separated list of numeric country IDs to filter by (e.g. 5,4,17 for US, UK, Germany). When omitted, events for all countries are returned.
Example queries
- {"end_date":"2026-09-02","start_date":"2026-08-30"}