get_newsreadEconomic calendar events, newest first. Optional currency and ISO date range.
| Param | Type | Req. | Description |
|---|---|---|---|
| currency | string | no | Filter by currency code. |
| from | string (ISO) | no | Lower bound. |
| to | string (ISO) | no | Upper bound. |
| limit | integer | no | Max rows (default 100, max 500). |
Example prompts
- “What high-impact USD news is coming up?”
- “List this week's economic calendar for EUR.”
Example call
{ "name": "get_news", "arguments": { "currency": "USD" } }