get_seasonalityreadCompiled seasonal statistics for an instrument symbol: monthly average/median return, win rate, average annual return, and best/worst/most-consistent months. Same data as the /api/v1/seasonality API.
| Param | Type | Req. | Description |
|---|---|---|---|
| symbol | string | yes | Instrument symbol, e.g. EURUSD, XAUUSD, AAPL. |
| years | number | no | Most-recent years to include (1-25, default 15). Ignored when start_year/end_year are set. |
| start_year | number | no | Optional start year (inclusive), e.g. 2005. |
| end_year | number | no | Optional end year (inclusive), e.g. 2024. |
Example prompts
- “What is the seasonal pattern for EURUSD this month?”
- “Is gold usually strong in July?”
Example call
{ "name": "get_seasonality", "arguments": { "symbol": "EURUSD", "years": 15 } }