get https://api.klarda.com/api/v1/market/stock-market/economic-calendar
The Get Economic Calendar API allows you to easily fetch the economic calendar data
Definition
This endpoint retrieves a list of economic events and indicators within a specified date range, providing detailed information about various economic activities and their potential impact on the market.
Query Parameters
For guidance on how to leverage this method, check out the following tutorials:
- start_date (string): The starting date for the range of economic events to retrieve. This parameter is required and should be in the format 'YYYY-MM-DD'.
- end_date (string): The ending date for the range of economic events to retrieve. This parameter is required and should be in the format 'YYYY-MM-DD'.
- country (string): The country for which to filter the economic events. This parameter is optional and, if provided, will filter events specific to the specified country.
Response
The response will include a JSON object containing a list of economic events and indicators for the specified dates and country.