| # | date | category | value |
|---|---|---|---|
| loading... | |||
| COLUMN | TYPE | DESCRIPTION | UNIT |
|---|---|---|---|
| date | date | First day of reference month | - |
| category | string | Series: active_agents (count), registered_accounts_millions, agent_cashflow_volume_millions, agent_cashflow_value_ksh_billions | - |
| value | float64 | Value in the unit named by the category | - |
import imibare as imi
df = imi.load("ke.cbk.mobile-payments.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_mobile-payments_monthly LIMIT 10").show() curl -L "https://api.imibare.org/v1/data/ke.cbk.mobile-payments.monthly/download" \
-o "ke.cbk.mobile-payments.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.mobile-payments.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-04 Sep 4, 2026 LATEST932 rows · 11.8 KB · +4 rows
- 2026-08-15 Aug 15, 2026928 rows · 11.5 KB · initial version
imibare contributors. (2026). Mobile Payments [Data set]. imibare. v2026-09-04. https://imibare.org/datasets/ke.cbk.mobile-payments.monthly
@dataset{imibare_ke_cbk_mobile-payments_monthly, author = {imibare contributors}, title = {Mobile Payments}, year = {2026}, publisher = {imibare}, version = {v2026-09-04}, url = {https://imibare.org/datasets/ke.cbk.mobile-payments.monthly} }
imibare contributors. Mobile Payments. v2026-09-04. imibare, 2026. https://imibare.org/datasets/ke.cbk.mobile-payments.monthly.
imibare contributors. Mobile Payments. v2026-09-04, imibare, 2026, https://imibare.org/datasets/ke.cbk.mobile-payments.monthly.