| # | year | sector | measure | value | unit |
|---|---|---|---|---|---|
| loading... | |||||
| COLUMN | TYPE | DESCRIPTION | UNIT |
|---|---|---|---|
| year | int64 | Reference year the values describe. | - |
| sector | string | Canonical sector slug (financial, manufacturing, ict, construction_real_estate, tourism_transport, mining_utilities, agriculture_health_education, wholesale_retail, other). | - |
| measure | string | flow (annual inflow) or stock (year-end position). | - |
| value | float64 | Value in USD million. | - |
| unit | string | usd_million. | - |
import imibare as imi
df = imi.load("rw.bnr.fpc-by-sector.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_bnr_fpc-by-sector_annual LIMIT 10").show() curl -L "https://api.imibare.org/v1/data/rw.bnr.fpc-by-sector.annual/download" \
-o "rw.bnr.fpc-by-sector.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.bnr.fpc-by-sector.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-11 Jul 11, 2026 LATEST32 rows · 3.6 KB · initial version
imibare contributors. (2026). Foreign Private Capital by Sector [Data set]. imibare. v2026-07-11. https://imibare.org/datasets/rw.bnr.fpc-by-sector.annual
@dataset{imibare_rw_bnr_fpc-by-sector_annual, author = {imibare contributors}, title = {Foreign Private Capital by Sector}, year = {2026}, publisher = {imibare}, version = {v2026-07-11}, url = {https://imibare.org/datasets/rw.bnr.fpc-by-sector.annual} }
imibare contributors. Foreign Private Capital by Sector. v2026-07-11. imibare, 2026. https://imibare.org/datasets/rw.bnr.fpc-by-sector.annual.
imibare contributors. Foreign Private Capital by Sector. v2026-07-11, imibare, 2026, https://imibare.org/datasets/rw.bnr.fpc-by-sector.annual.