get_cotreadCommitments of Traders positioning for a currency or instrument code. Same data as the /api/v1/cot API (history capped at ~3 months).
| Param | Type | Req. | Description |
|---|---|---|---|
| currency | string | yes | Currency or instrument code, e.g. EUR, GOLD. |
| from | string | no | ISO start date (YYYY-MM-DD). Floored to ~3 months ago. |
| to | string | no | ISO end date (YYYY-MM-DD). |
| limit | integer | no | Max rows, newest first (1-260, default 50). |
Example prompts
- “How is the euro positioned in COT right now?”
- “Show me COT for AUD over the last 12 weeks.”
Example call
{ "name": "get_cot", "arguments": { "currency": "EUR", "limit": 26 } }