All datasets

Imports of goods and services (% of GDP)

Imports of goods and services represent the value of all goods and other market services received from the rest of the world, as a share of GDP.

Source: World Bank208 rowsUpdated: 9/20/2026License: CC-BY-4.0
tradeimportsworld-bank

Quality

99.9

Attribution

World Bank (https://data.worldbank.org)

Schema

ColumnTypeDescription
country_codestringISO 3166-1 alpha-3 country code (World Bank API field countryiso3code).
country_namestringCountry name as published by the World Bank API.
yearintegerCalendar year of the observation (World Bank API field date).
valuefloatIndicator value for the country and year, as defined by the World Bank indicator (see the dataset description). Missing values are null. (unit: % of GDP)

Sample rows

country_codecountry_nameyearvalue
CANCanada200038.5561220292153
CANCanada200136.3042633034376
CANCanada200235.6483137567658
CANCanada200332.9740568594072
CANCanada200432.8646240805555

Use with an LLM

Point any LLM at the metadata endpoint — the documentation above is machine-readable too (JSON-LD + Croissant).

cURL

curl "https://datazimuts.com/v1/datasets/world_bank/imports_gnfs" | jq '{title, rows, columns_count, license}'

Python

import requests

ds = requests.get("https://datazimuts.com/v1/datasets/world_bank/imports_gnfs").json()
print(ds["title"], ds["rows"], "rows")

# Sample rows for an LLM context window
for row in ds.get("sample_rows", [])[:5]:
    print(row)

API endpoint: https://datazimuts.com/v1/datasets/world_bank/imports_gnfs

Tip: fetch /llms.txt for the full machine-readable catalog.

Imports of goods and services (% of GDP)