| # | year | period_start | product | basis | status | value | unit |
|---|---|---|---|---|---|---|---|
| loading... | |||||||
| COLUMN | TYPE | DESCRIPTION | UNIT |
|---|---|---|---|
| year | int64 | Calendar year; the price is December's | - |
| period_start | date | 1 December of the year | - |
| product | string | Motor spirit (premium), Illuminating kerosene, or Light diesel oil, in the newest edition's spelling | - |
| basis | string | applicable maximum for 2018 to 2021, where EPRA capped the wholesale price and the printed figure is that cap; imputed from pump price for 2022 to 2024, where EPRA stopped capping and KNBS substituted the retail pump price less KSh 8.19 per litre. An imputed figure is not independent evidence of a wholesale price. | - |
| status | string | final or provisional for a capped year, and KNBS's own footnote text verbatim for an imputed one | - |
| value | float64 | Wholesale price, shillings a tonne | - |
| unit | string | ksh_per_tonne | - |
import imibare as imi
df = imi.load("ke.knbs.fuel-prices-wholesale.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.ke_knbs_fuel-prices-wholesale_annual LIMIT 10").show() curl -L "https://api.imibare.org/v1/data/ke.knbs.fuel-prices-wholesale.annual/download" \
-o "ke.knbs.fuel-prices-wholesale.annual.parquet" # List all datasets
curl "https://api.imibare.org/v1/datasets"
# Get metadata for this dataset
curl "https://api.imibare.org/v1/datasets/ke.knbs.fuel-prices-wholesale.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-08-18 Aug 18, 2026 LATEST21 rows · 5.3 KB · initial version
imibare contributors. (2026). Wholesale Prices of Petroleum Fuels in Mombasa [Data set]. imibare. v2026-08-18. https://imibare.org/datasets/ke.knbs.fuel-prices-wholesale.annual
@dataset{imibare_ke_knbs_fuel-prices-wholesale_annual, author = {imibare contributors}, title = {Wholesale Prices of Petroleum Fuels in Mombasa}, year = {2026}, publisher = {imibare}, version = {v2026-08-18}, url = {https://imibare.org/datasets/ke.knbs.fuel-prices-wholesale.annual} }
imibare contributors. Wholesale Prices of Petroleum Fuels in Mombasa. v2026-08-18. imibare, 2026. https://imibare.org/datasets/ke.knbs.fuel-prices-wholesale.annual.
imibare contributors. Wholesale Prices of Petroleum Fuels in Mombasa. v2026-08-18, imibare, 2026, https://imibare.org/datasets/ke.knbs.fuel-prices-wholesale.annual.