| # | date | rate_pct |
|---|---|---|
| loading... | ||
| COLUMN | TYPE | DESCRIPTION | UNIT |
|---|---|---|---|
| date | date | First day of reference month (effective date of rate) | - |
| rate_pct | float64 | Key repo rate as a percentage | percent |
import imibare as imi
df = imi.load("rw.bnr.policy-rate.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_policy-rate_monthly LIMIT 10").show() curl -L "https://api.imibare.org/v1/data/rw.bnr.policy-rate.monthly/download" \
-o "rw.bnr.policy-rate.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.policy-rate.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 LATEST192 rows · 5.1 KB · +1 row
- 2026-08-03 Aug 3, 2026191 rows · 5.0 KB · −150 rows
- 2026-07-21 Jul 21, 2026341 rows · 3.5 KB · +151 rows
- 2026-07-17 Jul 17, 2026190 rows · 5.0 KB · −151 rows
- 2026-07-07 Jul 7, 2026341 rows · 3.5 KB · +2 rows
- 2026-06-19 Jun 19, 2026339 rows · 3.5 KB · +150 rows
- 2026-06-02 Jun 2, 2026189 rows · 5.0 KB · +1 row
- 2026-05-22 May 22, 2026188 rows · 5.0 KB · initial version
imibare contributors. (2026). Interbank Overnight Rate [Data set]. imibare. v2026-09-02. https://imibare.org/datasets/rw.bnr.policy-rate.monthly
@dataset{imibare_rw_bnr_policy-rate_monthly, author = {imibare contributors}, title = {Interbank Overnight Rate}, year = {2026}, publisher = {imibare}, version = {v2026-09-02}, url = {https://imibare.org/datasets/rw.bnr.policy-rate.monthly} }
imibare contributors. Interbank Overnight Rate. v2026-09-02. imibare, 2026. https://imibare.org/datasets/rw.bnr.policy-rate.monthly.
imibare contributors. Interbank Overnight Rate. v2026-09-02, imibare, 2026, https://imibare.org/datasets/rw.bnr.policy-rate.monthly.