get_historical_reaction_context
get_historical_reaction_contextAnalyze how EURUSD reacted after historical U.S. CPI releases that had surprise profiles similar to a target CPI event.
Answers: What happened to EURUSD after historically similar CPI events? Provides window-by-window descriptive statistics (M5, M15, H1, H4, H24) including mean, median, quantiles, directional consistency, path classifications (e.g. IMMEDIATE_CONTINUATION, INITIAL_REVERSAL, FADE, DELAYED_REACTION), and conservative sample-size-based confidence.
The results are deterministic empirical observations only and do not predict future prices or constitute investment advice.
Currently supports US_CPI and EURUSD.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Optional maximum number of analogs to analyze (range 3 to 30, default 10). | |
| eventType | Yes | Canonical target event type. Currently only US_CPI is supported. | |
| instrument | No | Optional trading instrument. Defaults to EURUSD. | |
| referencePeriod | No | Optional reference period in YYYY-MM format (e.g. 2024-06 or 2026-08). If omitted, the latest available event is used as the target. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| analogs | Yes | ||
| coverage | Yes | ||
| eventType | Yes | ||
| instrument | Yes | ||
| referencePeriod | Yes | ||
| aggregatePattern | Yes | ||
| reactionStatistics | Yes | ||
| targetSurpriseProfile | Yes |