get_central_bank_changes
get_central_bank_changesCompare a central bank monetary-policy statement with its immediately preceding comparable statement and return the material changes in policy language, economic assessment, risk balance, and forward guidance.
Specify a central bank such as FEDERAL_RESERVE or ECB.
Optionally specify currentStatementDate in YYYY-MM-DD format to compare a historical statement. If the date is omitted, the latest available statement is compared with the previous one.
Returns structured, source-grounded policy changes including direction, materiality, and previous/current evidence.
This tool does not provide trading recommendations or predict market movements.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| centralBank | Yes | Canonical central bank identifier, for example FEDERAL_RESERVE or ECB. | |
| currentStatementDate | No | Optional publication date in YYYY-MM-DD format (e.g. 2024-07-31). If omitted, the latest available statement is compared with the previous one. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| changes | Yes | ||
| degraded | No | ||
| freshness | No | ||
| centralBank | Yes | ||
| overallShift | Yes | ||
| currentSourceUri | Yes | ||
| currentPolicyBias | Yes | ||
| previousSourceUri | Yes | ||
| currentStatementId | Yes | ||
| currentPolicyAction | Yes | ||
| previousStatementId | Yes | ||
| currentStatementDate | Yes | ||
| discardedChangeCount | No | ||
| previousStatementDate | Yes |