Get Earnings Calendar
get_earnings_calendarRetrieve upcoming and recent earnings releases between two dates. Optionally filter by tickers or market cap to focus on large-cap or small-cap earnings.
Instructions
Get upcoming and recent earnings releases between two dates. Optionally restrict to a list of tickers. Returns ticker, date, time (BMO/AMC), EPS estimate, and revenue estimate when available. Supports market cap filtering to focus on large-cap or small-cap earnings only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | End date inclusive (YYYY-MM-DD) | |
| from | Yes | Start date inclusive (YYYY-MM-DD) | |
| tickers | No | Optional ticker filter, e.g. ["AAPL","NVDA"] | |
| maxMarketCap | No | Maximum market cap in USD (e.g., 2000000000 for under $2B) | |
| minMarketCap | No | Minimum market cap in USD (e.g., 10000000000 for $10B+) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No |