| # | period | period_start | year | period_kind | status | value | unit |
|---|---|---|---|---|---|---|---|
| loading... | |||||||
| COLUMN | TYPE | DESCRIPTION | UNIT |
|---|---|---|---|
| period | string | YYYY-MM for a month, YYYY for an annual average | - |
| period_start | date | First day of the month, or 1 January of the year for an annual average | - |
| year | int64 | Calendar year | - |
| period_kind | string | month or twelve-month average. Averaging the two together would count every year thirteen times. | - |
| status | string | final or provisional | - |
| value | float64 | Price of Murban crude, US dollars a barrel | - |
| unit | string | usd_per_barrel | - |
import imibare as imi
df = imi.load("ke.knbs.crude-oil-price.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_knbs_crude-oil-price_monthly LIMIT 10").show() curl -L "https://api.imibare.org/v1/data/ke.knbs.crude-oil-price.monthly/download" \
-o "ke.knbs.crude-oil-price.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.knbs.crude-oil-price.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-18 Aug 18, 2026 LATEST91 rows · 6.2 KB · initial version
imibare contributors. (2026). Murban Crude Oil Price [Data set]. imibare. v2026-08-18. https://imibare.org/datasets/ke.knbs.crude-oil-price.monthly
@dataset{imibare_ke_knbs_crude-oil-price_monthly, author = {imibare contributors}, title = {Murban Crude Oil Price}, year = {2026}, publisher = {imibare}, version = {v2026-08-18}, url = {https://imibare.org/datasets/ke.knbs.crude-oil-price.monthly} }
imibare contributors. Murban Crude Oil Price. v2026-08-18. imibare, 2026. https://imibare.org/datasets/ke.knbs.crude-oil-price.monthly.
imibare contributors. Murban Crude Oil Price. v2026-08-18, imibare, 2026, https://imibare.org/datasets/ke.knbs.crude-oil-price.monthly.