| # | date | indicator | value | unit |
|---|---|---|---|---|
| loading... | ||||
| COLUMN | TYPE | DESCRIPTION | UNIT |
|---|---|---|---|
| date | date | Calendar year-end date (e.g. 2020-12-31). | - |
| indicator | string | GFSM1986 aggregate: revenue_and_grants, total_revenue, tax_revenue, nontax_revenue, grants, total_expenditure, current_expenditure, capital_expenditure, wages_and_salaries, interest_payments, primary_deficit, overall_deficit_incl_grants, or financing. | - |
| value | float64 | Amount in billions of Rwandan francs (nominal). | - |
| unit | string | Constant "billion_rwf". | - |
import imibare as imi
df = imi.load("rw.minecofin.fiscal-history.annual")
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_minecofin_fiscal-history_annual LIMIT 10").show() curl -L "https://api.imibare.org/v1/data/rw.minecofin.fiscal-history.annual/download" \
-o "rw.minecofin.fiscal-history.annual.parquet" # List all datasets
curl "https://api.imibare.org/v1/datasets"
# Get metadata for this dataset
curl "https://api.imibare.org/v1/datasets/rw.minecofin.fiscal-history.annual" 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-07-09 Jul 9, 2026 LATEST403 rows · 7.0 KB · initial version
imibare contributors. (2026). Long-Run Fiscal History [Data set]. imibare. v2026-07-09. https://imibare.org/datasets/rw.minecofin.fiscal-history.annual
@dataset{imibare_rw_minecofin_fiscal-history_annual, author = {imibare contributors}, title = {Long-Run Fiscal History}, year = {2026}, publisher = {imibare}, version = {v2026-07-09}, url = {https://imibare.org/datasets/rw.minecofin.fiscal-history.annual} }
imibare contributors. Long-Run Fiscal History. v2026-07-09. imibare, 2026. https://imibare.org/datasets/rw.minecofin.fiscal-history.annual.
imibare contributors. Long-Run Fiscal History. v2026-07-09, imibare, 2026, https://imibare.org/datasets/rw.minecofin.fiscal-history.annual.