EU27 trade partner shares (annual)
Annual share of EU27 (from 2020) imports and exports in total extra-EU trade in goods, by partner, in percent. Eurostat dataset ext_lt_maineu ('Extra-EU trade by partner'), indicators PC_IMP_PART ('Share of imports by partner') and PC_EXP_PART ('Share of exports by partner'). Each row is one (year, partner, flow): the partner's published percentage share of all EU27 imports or exports. Method: shares are published by Eurostat from customs and Intrastat declarations reported by EU member states; partner 'CN_X_HK' is China excluding Hong Kong, and aggregates (EXT_EU27_2020, EFTA, ASEAN, ...) are included as published, so shares do not sum to 100. Units: percent. Caveats: recent years are provisional and revised; values are not seasonally adjusted. Coverage: EU27 trade with 232 partners, 2002 to the present, annual. Provenance: Eurostat keyless JSON-stat API, free reuse with attribution (Commission Decision 2011/833/EU) - please cite Eurostat. Primary key: (year, partner_code, flow). Join keys: partner_code (ISO 3166-1 alpha-2 for countries), year. Cadence: refreshed annually; Eurostat updates the dataset in September. Sample use: filter flow='imports' and partner_code='CN_X_HK' to track China's share of EU imports.
- Source
- Eurostat
- Rows
- 10,890
- Columns
- 5
- Source cadence
- Yearly
- Last refreshed
- Sep 26, 2026
- Theme
- trade
| Column | Type | Description |
|---|---|---|
| year | string | Reference year of the observation (first day of the year), from the 'time' dimension. |
| partner_code | string | Eurostat partner code from the 'partner' dimension: ISO 3166-1 alpha-2 for countries (e.g. US; CN_X_HK is China excluding Hong Kong) or an aggregate code (e.g. EXT_EU27_2020, EFTA, ASEAN). |
| partner_name | string | Eurostat-published partner label, verbatim from the API. |
| flow | string | Share direction from the 'indic_et' dimension: 'imports' (PC_IMP_PART - the partner's share of all EU27 imports) or 'exports' (PC_EXP_PART - the partner's share of all EU27 exports). |
| import_export_share_pct | float | Partner's percentage share of total EU27 imports ('imports' flow, from PC_IMP_PART) or exports ('exports' flow, from PC_EXP_PART) in extra-EU trade in goods. Published by Eurostat; aggregates (EXT_EU27_2020, EFTA, ASEAN, ...) are included as published, so shares do not sum to 100. Range 0-100 percent. (unit: percent) |
- Current
20260926T051500Z-924ff6f44373 · sha256 924ff6f44373…
10,890 rows · first snapshot
Point any LLM at the metadata endpoint — the documentation above is machine-readable too (JSON-LD + Croissant).
curl "https://datazimuts.com/v1/datasets/eurostat/eurostat_trade_partner_shares_annual" | jq '{title, rows, columns_count, license}'import requests
ds = requests.get("https://datazimuts.com/v1/datasets/eurostat/eurostat_trade_partner_shares_annual").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/eurostat/eurostat_trade_partner_shares_annual
Tip: fetch /llms.txt for the full machine-readable catalog.
Where this data comes from and what was made from it. Other people's work shows as counts; only shared projects are named.
Cite this snapshot
Pinned to snapshot 20260926T051500Z-924ff6f44373 and its content hash, so readers get exactly the data you used.
Eurostat. (2026). EU27 trade partner shares (annual) [Data set, snapshot 20260926T051500Z-924ff6f44373, sha256 924ff6f44373]. Datazimuts. Retrieved 2026-09-26, from https://datazimuts.com/en/datasets/eurostat/eurostat_trade_partner_shares_annual?snapshot=20260926T051500Z-924ff6f44373
@misc{dz_eurostat_eurostat_trade_partner_shares_a_924ff6f4,
title = {{EU27 trade partner shares (annual)}},
author = {{Eurostat}},
year = {2026},
publisher = {Datazimuts},
howpublished = {\url{https://datazimuts.com/en/datasets/eurostat/eurostat_trade_partner_shares_annual?snapshot=20260926T051500Z-924ff6f44373}},
note = {Snapshot 20260926T051500Z-924ff6f44373, sha256 924ff6f4437387045422e154d7f7462b1378702ece65ac27e4fb9f92018bc279; accessed 2026-09-26}
}Embed a table or a chart
Paste this into any page. The embed is pinned to the same snapshot, follows the reader's light or dark setting, and always shows the source, license and a link back.
<iframe src="https://datazimuts.com/embed/chart?dataset=eurostat%2Feurostat_trade_partner_shares_annual&lang=en&theme=auto&snapshot=20260926T051500Z-924ff6f44373&x=year&y=import_export_share_pct&agg=avg" title="EU27 trade partner shares (annual)" width="100%" height="380" style="border:0" loading="lazy"></iframe>
Ask about this dataset. Answers come only from its catalog record, measured profile and change history, and list the facts they used.