get_historical_analogs
get_historical_analogsFind historical U.S. CPI releases with surprise profiles similar to a selected CPI event and return their deterministic EURUSD reaction statistics.
Use this tool when the user asks how EURUSD historically reacted to CPI surprises similar to a selected or latest release, whether the initial reaction persisted, or whether the current reaction was unusual compared with similar historical releases.
Similarity is deterministic and based on headline/core CPI surprise directions plus numeric actual-minus-consensus surprise distance.
The results are historical observations only and do not predict future price direction or provide trading recommendations.
Currently supports US_CPI and EURUSD.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eventType | Yes | Canonical target event type. Currently only US_CPI is supported. | |
| instrument | No | Optional trading instrument. Defaults to EURUSD. | |
| maxAnalogs | No | Optional maximum number of analogs to return (range 3 to 30, default 10). | |
| referencePeriod | No | Optional reference period in YYYY-MM format (e.g. 2024-06). If omitted, the latest available event is resolved as the target. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| analogs | Yes | ||
| coverage | Yes | ||
| eventType | Yes | ||
| instrument | Yes | ||
| methodology | Yes | ||
| targetSurprise | Yes | ||
| referencePeriod | Yes | ||
| methodologyVersion | Yes | ||
| reactionStatistics | Yes |