EU27 extra-EU trade value by product, monthly
Monthly imports and exports of the EU27 (from 2020) in million euro, by SITC Rev.4 product section, for total extra-EU trade in goods. Eurostat dataset ext_st_eu27_2020sitc ('EU27 (from 2020) trade by SITC product group'), partner fixed to EXT_EU27_2020. Each row is one (month, product, flow): trade value in million euro. Method: Eurostat compiles customs declarations reported by EU member states; the ten first-level SITC sections are SITC0 food and live animals, SITC1 beverages and tobacco, SITC2 crude materials, SITC3 mineral fuels, SITC4 animal and vegetable oils, SITC5 chemicals, SITC6 manufactured goods by material, SITC7 machinery and transport equipment, SITC8 miscellaneous manufactured articles, SITC9 not classified elsewhere. Units: million euro. Caveats: recent months are provisional and revised as late declarations arrive; values are not seasonally adjusted; section aggregates (SITC0_1, SITC2_4, SITC33, SITC5-8, SITC6_8) are excluded to avoid double counting. Coverage: EU27 extra-EU trade, 2002-01 to the present, monthly. Provenance: Eurostat keyless JSON-stat API, free reuse with attribution (Commission Decision 2011/833/EU) - please cite Eurostat. Primary key: (month, product_code, flow). Join keys: month. Cadence: refreshed monthly. Sample use: filter flow='exports' and product_code='SITC7' to track EU machinery exports.
- Source
- Eurostat
- Rows
- 5,900
- Columns
- 5
- Source cadence
- Monthly
- Last refreshed
- Sep 23, 2026
- Theme
- trade
| Column | Type | Description |
|---|---|---|
| month | string | Year and month of the observation (first day of month), from the 'time' dimension. |
| product_code | string | SITC Rev.4 first-level section from the 'sitc06' dimension (SITC0 food and live animals, SITC1 beverages and tobacco, SITC2 crude materials, SITC3 mineral fuels, SITC4 animal and vegetable oils, SITC5 chemicals, SITC6 manufactured goods by material, SITC7 machinery and transport equipment, SITC8 miscellaneous manufactured articles, SITC9 not classified elsewhere). |
| product_name | string | Eurostat-published SITC section label, verbatim from the API. |
| flow | string | Trade direction from the 'stk_flow' dimension: 'imports' (IMP) or 'exports' (EXP). The partner is fixed to extra-EU trade (EXT_EU27_2020). |
| trade_value_m_eur | float | Trade value in million euro, from the 'indic_et' indicator TRD_VAL ('Trade value in million ECU/EURO'), for one SITC Rev.4 product section. Not seasonally adjusted. (unit: million euro) |
First 10 sample rows — a preview, not the complete dataset.
| month | product_code | product_name | flow | trade_value_m_eur |
|---|---|---|---|---|
| 2002-01-01 | SITC0 | Food and live animals | exports | 3,974.2 |
| 2002-02-01 | SITC0 | Food and live animals | exports | 3,864.6 |
| 2002-03-01 | SITC0 | Food and live animals | exports | 4,086.8 |
| 2002-04-01 | SITC0 | Food and live animals | exports | 4,084.7 |
| 2002-05-01 | SITC0 | Food and live animals | exports | 4,047.3 |
| 2002-06-01 | SITC0 | Food and live animals | exports | 3,893.7 |
| 2002-07-01 | SITC0 | Food and live animals | exports | 3,888.4 |
| 2002-08-01 | SITC0 | Food and live animals | exports | 3,781.4 |
| 2002-09-01 | SITC0 | Food and live animals | exports | 4,122.3 |
| 2002-10-01 | SITC0 | Food and live animals | exports | 4,649.6 |
- Current
20260923T131735Z-def96fc10093 · sha256 def96fc10093…
5,900 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_value_by_product_monthly" | jq '{title, rows, columns_count, license}'import requests
ds = requests.get("https://datazimuts.com/v1/datasets/eurostat/eurostat_trade_value_by_product_monthly").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_value_by_product_monthly
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 20260923T131735Z-def96fc10093 and its content hash, so readers get exactly the data you used.
Eurostat. (2026). EU27 extra-EU trade value by product, monthly [Data set, snapshot 20260923T131735Z-def96fc10093, sha256 def96fc10093]. Datazimuts. Retrieved 2026-09-23, from https://datazimuts.com/en/datasets/eurostat/eurostat_trade_value_by_product_monthly?snapshot=20260923T131735Z-def96fc10093
@misc{dz_eurostat_eurostat_trade_value_by_product_def96fc1,
title = {{EU27 extra-EU trade value by product, monthly}},
author = {{Eurostat}},
year = {2026},
publisher = {Datazimuts},
howpublished = {\url{https://datazimuts.com/en/datasets/eurostat/eurostat_trade_value_by_product_monthly?snapshot=20260923T131735Z-def96fc10093}},
note = {Snapshot 20260923T131735Z-def96fc10093, sha256 def96fc100931cd4b537df393b7cab3530988aca89472e4ad4e4b043c64c45e2; accessed 2026-09-23}
}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_value_by_product_monthly&lang=en&theme=auto&snapshot=20260923T131735Z-def96fc10093&x=month&y=trade_value_m_eur&agg=avg" title="EU27 extra-EU trade value by product, monthly" 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.