get_economic_calendar
Retrieve upcoming high-impact economic events such as FOMC, CPI, and NFP within a specified number of days, with optional filtering by event type.
Instructions
Get upcoming high-impact economic events.
These events move markets significantly:
FOMC: Federal Reserve rate decisions (8 per year)
CPI: Consumer Price Index / inflation (monthly)
NFP: Non-Farm Payrolls / employment (monthly)
Args: days: Number of days to look ahead (default 7) event_type: Filter by type - FOMC, CPI, or NFP (optional)
Returns: List of upcoming economic events with dates and times
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | ||
| event_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |