| # | date | category | value |
|---|---|---|---|
| loading... | |||
| COLUMN | TYPE | DESCRIPTION | UNIT |
|---|---|---|---|
| date | date | First day of reference month | - |
| category | string | volume (transaction count) or value_ksh_millions | - |
| value | float64 | Value in the unit named by the category | - |
import imibare as imi
df = imi.load("ke.cbk.payment-systems.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.ke_cbk_payment-systems_monthly LIMIT 10").show() curl -L "https://api.imibare.org/v1/data/ke.cbk.payment-systems.monthly/download" \
-o "ke.cbk.payment-systems.monthly.parquet" # List all datasets
curl "https://api.imibare.org/v1/datasets"
# Get metadata for this dataset
curl "https://api.imibare.org/v1/datasets/ke.cbk.payment-systems.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-08-15 Aug 15, 2026 LATEST504 rows · 7.9 KB · initial version
imibare contributors. (2026). KEPSS Settlement [Data set]. imibare. v2026-08-15. https://imibare.org/datasets/ke.cbk.payment-systems.monthly
@dataset{imibare_ke_cbk_payment-systems_monthly, author = {imibare contributors}, title = {KEPSS Settlement}, year = {2026}, publisher = {imibare}, version = {v2026-08-15}, url = {https://imibare.org/datasets/ke.cbk.payment-systems.monthly} }
imibare contributors. KEPSS Settlement. v2026-08-15. imibare, 2026. https://imibare.org/datasets/ke.cbk.payment-systems.monthly.
imibare contributors. KEPSS Settlement. v2026-08-15, imibare, 2026, https://imibare.org/datasets/ke.cbk.payment-systems.monthly.