| # | date | rate_type | value |
|---|---|---|---|
| loading... | |||
| COLUMN | TYPE | DESCRIPTION | UNIT |
|---|---|---|---|
| date | date | Observation month (first day of month). | - |
| rate_type | string | Rate identifier. One of central_bank_rate, deposit_rate, lending_rate, repo, reverse_repo, overnight_deposit_facility, standing_lending_facility, refinancing_facility, interbank_rate, reserve_requirement, t_bill_28d, t_bill_91d, t_bill_182d, t_bill_364d, t_bill_average, and t_bond_3y through t_bond_20y. | - |
| value | float64 | Rate value, percent per annum. | percent |
import imibare as imi
df = imi.load("rw.bnr.interest-rates.monthly")
print(df.head()) import duckdb
duckdb.sql("""
ATTACH 'https://catalog.cloudflarestorage.com/imibare-data'
AS imi (TYPE ICEBERG, READ_ONLY)
""")
duckdb.sql("SELECT * FROM imi.rw_bnr_interest-rates_monthly LIMIT 10").show() curl -L "https://api.imibare.org/v1/data/rw.bnr.interest-rates.monthly/download" \
-o "rw.bnr.interest-rates.monthly.parquet" # List all datasets
curl "https://api.imibare.org/v1/datasets"
# Get metadata for this dataset
curl "https://api.imibare.org/v1/datasets/rw.bnr.interest-rates.monthly" Every version is a change in the data, and every one is retained; snapshots are never overwritten. Each entry is a dated Parquet snapshot in the dataset's versions/ archive.
- 2026-09-02 Sep 2, 2026 LATEST3,166 rows · 22.2 KB · +16 rows
- 2026-08-02 Aug 2, 20263,150 rows · 22.1 KB · +16 rows
- 2026-07-03 Jul 3, 20263,134 rows · 21.8 KB · initial version
imibare contributors. (2026). Interest Rate Structure [Data set]. imibare. v2026-09-02. https://imibare.org/datasets/rw.bnr.interest-rates.monthly
@dataset{imibare_rw_bnr_interest-rates_monthly, author = {imibare contributors}, title = {Interest Rate Structure}, year = {2026}, publisher = {imibare}, version = {v2026-09-02}, url = {https://imibare.org/datasets/rw.bnr.interest-rates.monthly} }
imibare contributors. Interest Rate Structure. v2026-09-02. imibare, 2026. https://imibare.org/datasets/rw.bnr.interest-rates.monthly.
imibare contributors. Interest Rate Structure. v2026-09-02, imibare, 2026, https://imibare.org/datasets/rw.bnr.interest-rates.monthly.