| # | date | indicator | value | sector |
|---|---|---|---|---|
| loading... | ||||
| COLUMN | TYPE | DESCRIPTION | UNIT |
|---|---|---|---|
| date | date | Last day of reference quarter | - |
| indicator | string | FSI indicator code (e.g. capital_adequacy_ratio, npl_ratio) | - |
| value | float64 | Indicator value (ratio or percent) | ratio |
| sector | string | Banking sector segment (all_banks, commercial, microfinance) | - |
import imibare as imi
df = imi.load("rw.bnr.fsi.quarterly")
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_fsi_quarterly LIMIT 10").show() curl -L "https://api.imibare.org/v1/data/rw.bnr.fsi.quarterly/download" \
-o "rw.bnr.fsi.quarterly.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.fsi.quarterly" 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 LATEST4,459 rows · 43.2 KB · +99 rows
- 2026-05-22 May 22, 20264,360 rows · 41.7 KB · initial version
imibare contributors. (2026). Financial Soundness Indicators [Data set]. imibare. v2026-09-02. https://imibare.org/datasets/rw.bnr.fsi.quarterly
@dataset{imibare_rw_bnr_fsi_quarterly, author = {imibare contributors}, title = {Financial Soundness Indicators}, year = {2026}, publisher = {imibare}, version = {v2026-09-02}, url = {https://imibare.org/datasets/rw.bnr.fsi.quarterly} }
imibare contributors. Financial Soundness Indicators. v2026-09-02. imibare, 2026. https://imibare.org/datasets/rw.bnr.fsi.quarterly.
imibare contributors. Financial Soundness Indicators. v2026-09-02, imibare, 2026, https://imibare.org/datasets/rw.bnr.fsi.quarterly.