The earnings calendar endpoint provides a schedule of company earnings announcements for a specified date range. By default, it returns earnings data for the current day. Users can customize the date range using the `start_date` and `end_date` parameters to retrieve earnings information for specific periods. This endpoint is useful for tracking upcoming earnings reports and planning around key financial announcements.
- Provider
- Twelve Data API (Market Data)
- Input summary
- {"name":"exchange","type":"string","required":false,"description":"Exchange where instrument is traded"}, {"name":"mic_code","type":"string","required":false,"description":"Market Identifier Code (MIC) under ISO 10383 standard"}, {"name":"country","type":"string","required":false,"description":"Country where instrument is traded, e.g., `United States` or `US`"}, {"name":"format","type":"string","required":false,"description":"Value can be JSON or CSV","enum":["JSON","CSV"]}, {"name":"delimiter","type":"string","required":false,"description":"Specify the delimiter used when downloading the CSV file"}, {"name":"start_date","type":"string","required":false,"description":"Can be used separately and together with end_date. Format `2006-01-02` or `2006-01-02T15:04:05`"}, {"name":"end_date","type":"string","required":false,"description":"Can be used separately and together with start_date. Format `2006-01-02` or `2006-01-02T15:04:05`"}, {"name":"dp","type":"integer","required":false,"description":"Specifies the number of decimal places for floating values. Should be in range [0,11] inclusive"}
- Output summary
- Not available
- Billing
- 2.37
- Freshness
- Not available
- Verification
- Not available