Interest Rates (Historical)
Historical interest rates for all major central banks in the world.
π Overview
The Interest Rates API lets you pull historical published interest rate data for all major central banks in the world.
We source our data directly from global central banks like the Federal Reserve, Peopleβs Bank of China, European Central Bank, Bank of Japan, and other major monetary authorities. The real-time interest rate data comes from official monetary policy announcements.
To get started, please create an account and grab your API key at financialdatasets.ai.
You will use the API key to authenticate your API requests.
π Available Central Banks
You can fetch a list of available central banks with a GET
request to:
https://api.financialdatasets.ai/macro/interest-rates/banks/
π Getting Started
There are only 3 steps for making a successful API call:
- Add your API key to the header of the request as
X-API-KEY
. - Add the
bank
parameter, which is required - Execute the API request.
π» Example
Authorizations
API key for authentication.
Query Parameters
The bank whose interest rates to return. Use the /macro/interest-rates/banks endpoint to get a list of available banks.
The start date of the interest rates to return in YYYY-MM-DD format.
The end date of the interest rates to return in YYYY-MM-DD format.
Response
Interest rates response
The response is of type object
.