Skip to end of banner
Go to start of banner

FedWatch API - Get Meetings - History

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Gets past FOMC meeting dates with days since the meeting. By default returns all past FOMC meeting dates from current date/time. 
URL/meetings/history
HTTP MethodGET
Contents

Request

Header Parameters

RefParameterNameTypeMultipleValuesUsageDescription
1CME-Application-NameApplication NamestringNo
REQUIRED

Name of the customer system that generated the message.

2CME-Application-VendorApplication VendorstringNo
REQUIRED

Name of the vendor who provided the customer system. For a proprietary system, use the firm name.

3CME-Application-VersionApplication VersionstringNo
REQUIRED

Version identifier for the customer system.

4CME-Request-IDRequest IDstringNo
REQUIRED

Identifier for the customer message.

5CME-Transact-TimeTransaction TimedateTimeNo
OPTIONAL

Timestamp of when the message was sent from the customer system.

Query Parameters

RefParameterNameTypeMultipleValuesUsageDescription
1limitLimitint32No
OPTIONALNumber of historical meetings to return

Response - 200

Successfully retrieved historical dates

Body

RefFieldNameData TypeValuesUsageDescription
1lowerRtLower Rateint32
OPTIONAL

The lower bound of the published federal funds target rate range, in basis points format.

2meetingDtMeeting Datedate
OPTIONAL

FOMC meeting date

3offsetDayCountOffset Day Countint32
OPTIONAL

Number of days from the meeting date to today. Negative offset for past meetings, and a positive offset for future meetings.

4upperRtUpper Rateint32
OPTIONAL

The upper bound of the published federal funds target rate range, in basis points format.

Response - 500

Internal Server Error

  • No labels