Interest Rates (Historical)
Interest Rates
Historical Interest Rates
One central bank’s policy rate over time. The bank code must be uppercase.
GET
Interest Rates (Historical)
One central bank’s policy rate over time, as an
interest_rates array of bank, name, date and rate. bank is required and bound by start_date and end_date. Trap worth knowing: the code is case-sensitive and must be uppercase — FED works, fed returns HTTP 404 with “No data found”, which reads like an empty result rather than a bad argument. Valid codes are FED, ECB, BOJ, BOE, BOC, RBA, PBOC, SNB, RBI and BOK; get_financial_macro_interest_rates_snapshot with no arguments lists them all.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
The bank whose interest rates to return. Use the /macro/interest-rates/banks endpoint to get a list of available banks. Case-sensitive: must be uppercase. A lowercase code returns HTTP 404 "No data found", which reads like an empty result rather than a bad argument.
Available options:
FED, ECB, BOJ, BOE, BOC, RBA, PBOC, SNB, RBI, BOK 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