FedWatch API - Get Forecasts
Gets the forecasted Fed Funds Rate Range for a FOMC meetings.Â
Accepts the below requests/inputs:Â
No arguments -> fetches the upcoming FOMC meeting with the most recent rate forecast.
Meeting dates (
meetingDt
) and reporting dates (reportingDt) provided -> fetches the specified meeting dates with the requested forecasts for each.Only Meeting dates (
meetingDt
) provided -> fetches the requested meetingDts with the latest rates forecast for each.Only reporting dates (
reportingDt
) provided -> fetches the specified reportingDts for the upcoming FOMC meeting.
Request
Header Parameters
Ref | Parameter | Name | Type | Multi-ple | Values | Usage | Description |
---|---|---|---|---|---|---|---|
1 |
| Application Name |
| No | REQUIRED | Name of the customer system that generated the message. | |
2 |
| Application Vendor |
| No | REQUIRED | Name of the vendor who provided the customer system. For a proprietary system, use the firm name. | |
3 |
| Application Version |
| No | REQUIRED | Version identifier for the customer system. | |
4 |
| Request ID |
| No | REQUIRED | Identifier for the customer message. | |
5 |
| Transaction Time |
| No | OPTIONAL | Timestamp of when the message was sent from the customer system. |
Query Parameters
Ref | Parameter | Name | Type | Multi-ple | Values | Usage | Description |
---|---|---|---|---|---|---|---|
1 |
| Limit |
| No | OPTIONAL | Integer value to limit to number of results | |
2 |
| Meeting Date |
| Yes | OPTIONAL | Comma separated list of FOMC meeting dates in | |
3 |
| Reporting Date |
| Yes | OPTIONAL | Comma separated list of reporting dates in |
Response - 200
Successfully retrieved
Body
Ref | Field | Name | Data Type | Values | Usage | Description |
---|---|---|---|---|---|---|
1 | meetingDt | Meeting Date | date | OPTIONAL | FOMC meeting date. | |
2 | rateRange [] | |||||
3 | → lowerRt | Lower Rate | int32 | OPTIONAL | Federal funds target rate range lower limit, in basis points format. | |
4 | → probability | Probability | number | OPTIONAL | Forecasted probability of a given rate range occurring. If null, there is no probability for the rate range. | |
5 | → upperRt | Upper Rate | int32 | OPTIONAL | Federal funds target rate range upper limit, in basis points format. | |
6 | reportingDt | Reporting Date | date | OPTIONAL | Date of published forecast. |
Response - 500
Internal Server Error
Response - 400
Bad request Exception from incorrect user input e.g. incorrectly formatted reportingDt
How was your Client Systems Wiki Experience? Submit Feedback
Copyright © 2024 CME Group Inc. All rights reserved.