EU27 extra-EU trade volume index by product, monthly
Monthly imports and exports of the EU27 (from 2020) as volume indices (2021=100, unadjusted), 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): the volume index. Method: Eurostat compiles customs declarations reported by EU member states and deflates values into volume indices; 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: index points, 2021=100. Caveats: unadjusted for seasonality and calendar effects; recent months are provisional and revised as late declarations arrive; section aggregates 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='imports' and product_code='SITC3' to track real fuel import growth.
- Source
- Eurostat
- Rows
- 5,292
- 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). |
| volume_index_2021_100 | float | Volume index from the 'indic_et' indicator IVOL_NSA ('Volume indices - unadjusted data (2021=100)'), for one SITC Rev.4 product section. Unadjusted for seasonality and calendar effects. (unit: index points, 2021=100) |
First 10 sample rows — a preview, not the complete dataset.
| month | product_code | product_name | flow | volume_index_2021_100 |
|---|---|---|---|---|
| 2002-01-01 | SITC0 | Food and live animals | exports | 45.3 |
| 2002-02-01 | SITC0 | Food and live animals | exports | 44.2 |
| 2002-03-01 | SITC0 | Food and live animals | exports | 46.6 |
| 2002-04-01 | SITC0 | Food and live animals | exports | 47.2 |
| 2002-05-01 | SITC0 | Food and live animals | exports | 47.2 |
| 2002-06-01 | SITC0 | Food and live animals | exports | 46.8 |
| 2002-07-01 | SITC0 | Food and live animals | exports | 47.1 |
| 2002-08-01 | SITC0 | Food and live animals | exports | 46.2 |
| 2002-09-01 | SITC0 | Food and live animals | exports | 49.7 |
| 2002-10-01 | SITC0 | Food and live animals | exports | 56.2 |
- Current
20260923T131809Z-f8b03c4bb6a4 · sha256 f8b03c4bb6a4…
5,292 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_volume_by_product_monthly" | jq '{title, rows, columns_count, license}'import requests
ds = requests.get("https://datazimuts.com/v1/datasets/eurostat/eurostat_trade_volume_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_volume_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 20260923T131809Z-f8b03c4bb6a4 and its content hash, so readers get exactly the data you used.
Eurostat. (2026). EU27 extra-EU trade volume index by product, monthly [Data set, snapshot 20260923T131809Z-f8b03c4bb6a4, sha256 f8b03c4bb6a4]. Datazimuts. Retrieved 2026-09-23, from https://datazimuts.com/en/datasets/eurostat/eurostat_trade_volume_by_product_monthly?snapshot=20260923T131809Z-f8b03c4bb6a4
@misc{dz_eurostat_eurostat_trade_volume_by_produc_f8b03c4b,
title = {{EU27 extra-EU trade volume index by product, monthly}},
author = {{Eurostat}},
year = {2026},
publisher = {Datazimuts},
howpublished = {\url{https://datazimuts.com/en/datasets/eurostat/eurostat_trade_volume_by_product_monthly?snapshot=20260923T131809Z-f8b03c4bb6a4}},
note = {Snapshot 20260923T131809Z-f8b03c4bb6a4, sha256 f8b03c4bb6a4fda25dc4182c78e0467de9855a5adccac05195475a5308cd9e49; 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_volume_by_product_monthly&lang=en&theme=auto&snapshot=20260923T131809Z-f8b03c4bb6a4&x=month&y=volume_index_2021_100&agg=avg" title="EU27 extra-EU trade volume index 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.