Historical interest rates for all major central banks in the world.
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.
You can fetch a list of available central banks with a GET
request to:
https://api.financialdatasets.ai/macro/interest-rates/banks/
There are only 3 steps for making a successful API call:
X-API-KEY
.bank
parameter, which is requiredAPI key for authentication.
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.
Interest rates response
The response is of type object
.
Historical interest rates for all major central banks in the world.
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.
You can fetch a list of available central banks with a GET
request to:
https://api.financialdatasets.ai/macro/interest-rates/banks/
There are only 3 steps for making a successful API call:
X-API-KEY
.bank
parameter, which is requiredAPI key for authentication.
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.
Interest rates response
The response is of type object
.