get_market_reaction
get_market_reactionRetrieve deterministic post-event market reaction metrics for an economic release or monetary policy statement.
Specify the targetType, such as US_CPI, FEDERAL_RESERVE, or ECB.
Optionally specify dateOrPeriod:
For US_CPI: reference period in YYYY-MM format (e.g. 2024-07). If omitted, the latest US CPI event is resolved.
For FEDERAL_RESERVE or ECB: statement date in YYYY-MM-DD format (e.g. 2024-07-31). If omitted, the latest statement is resolved.
Optionally specify instrument (defaults to EURUSD).
Returns deterministic price action metrics across 5 standardized post-event windows (M5, M15, H1, H4, H24) including startPrice, endPrice, returnPct, high, low, maxUpMovePct, maxDownMovePct, and rangePct.
All calculations are strictly deterministic and mathematical. This tool does not provide trading recommendations or predictive signals.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instrument | No | Optional trading instrument. Defaults to EURUSD. | |
| targetType | Yes | Canonical target event type: US_CPI, FEDERAL_RESERVE, or ECB. | |
| dateOrPeriod | No | Optional reference period (YYYY-MM for US_CPI) or statement date (YYYY-MM-DD for central banks). If omitted, the latest event is returned. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| windows | Yes | ||
| targetId | Yes | ||
| eventTime | Yes | ||
| freshness | No | ||
| isSettled | Yes | ||
| instrument | Yes | ||
| isComplete | Yes | ||
| reactionId | Yes | ||
| targetType | Yes | ||
| calculatedAt | Yes | ||
| coverageStatus | No | ||
| marketDataSource | Yes | ||
| reactionCoverage | No | ||
| targetDescription | Yes |