Skip to main content
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

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

bank
enum<string>
required

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
start_date
string

The start date of the interest rates to return in YYYY-MM-DD format.

end_date
string

The end date of the interest rates to return in YYYY-MM-DD format.

Response

Interest rates response

interest_rates
object[]