Skip to main content
GET
Interest Rates (Real-Time)
Current policy rates for the ten central banks tracked here, as an interest_rates array of bank, name, rate and date. bank is optional — omit it to get all ten at once, which is also how you discover the valid codes: FED, ECB, BOJ, BOE, BOC, RBA, PBOC, SNB, RBI and BOK. Use it for the current rate backdrop. For one bank’s rate path over time use get_financial_macro_interest_rates.

Authorizations

Authorization
string
header
required

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

Query Parameters

bank
enum<string>

Optional central bank code (e.g., FED, ECB, BOJ). AIsa also accepts this endpoint without bank and returns the latest snapshot for all major central 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

Response

Interest rates snapshot response

interest_rates
object[]