market_calendar
Retrieve upcoming earnings reports for publicly traded companies. Specify the number of days ahead to get estimated EPS and revenue data.
Instructions
Fetch the earnings calendar for the next N days.
Returns upcoming earnings reports with estimated EPS and revenue where available. NOTE: This endpoint may be premium-gated on the Finnhub free tier. If so, it degrades gracefully with an honest 'no data' message rather than fabricating events.
Args: params: days (int, 1-30, default 7) and response_format.
Examples: - "Which companies report earnings this week?" -> days=7 - "Show me earnings for the next 2 weeks" -> days=14 - "What's reporting tomorrow?" -> days=1
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |