---
title: "Interest Rates (Historical)"
method: GET
path: "/macro/interest-rates"
tags: ["Macroeconomics"]
---

# Interest Rates (Historical)

`GET /macro/interest-rates`

Historical interest rates for all major central banks in the world.

## Query parameters

- `bank` string, required
- `start_date` string
- `end_date` string

## Response `200`

Interest rates response

- InterestRatesResponse
  - `interest_rates` InterestRate[]
    - `bank` string — The symbol of the central bank.
    - `name` string — The name of the central bank.
    - `rate` number — The interest rate of the central bank.
    - `date` string — The date of the interest rate in YYYY-MM-DD format.

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `402` — The request requires a paid subscription
- `404` — The specified resource was not found

---

[API](https://skmtc.net/financialdatasets/apis/financial-datasets-api.md) · [All operations](https://skmtc.net/financialdatasets/apis/financial-datasets-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/financialdatasets/financial-datasets-api/revisions/df2363101891/schema)
