EU27 trade volume index by partner, monthly
Monthly imports and exports of the EU27 (from 2020) as volume indices (2021=100, unadjusted), by partner, for total trade in goods (SITC Rev.4 all products). Eurostat dataset ext_st_eu27_2020sitc ('EU27 (from 2020) trade by SITC product group'). Each row is one (month, partner, flow): the volume index. Method: Eurostat compiles customs and Intrastat declarations reported by EU member states and deflates values into volume indices; partner 'CN_X_HK' is China excluding Hong Kong, and aggregates (EU27_2020, EXT_EU27_2020, EFTA, ASEAN, ...) are included as published. Units: index points, 2021=100. Caveats: unadjusted for seasonality and calendar effects; recent months are provisional and revised as late declarations arrive. Coverage: EU27 trade with 56 partners, 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, partner_code, flow). Join keys: partner_code (ISO 3166-1 alpha-2 for countries), month. Cadence: refreshed monthly. Sample use: compare the imports volume index for partner_code='CN_X_HK' against 'US' to track real import growth by origin.
- Source
- Eurostat
- Lignes
- 33 032
- Colonnes
- 5
- Cadence de la source
- Mensuelle
- Dernière actualisation
- 23 sept. 2026
- Thème
- trade
| Colonne | Type | Description |
|---|---|---|
| month | string | Year and month of the observation (first day of month), 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. EU27_2020, EXT_EU27_2020, EFTA, ASEAN). |
| partner_name | string | Eurostat-published partner label, verbatim from the API. |
| flow | string | Trade direction from the 'stk_flow' dimension: 'imports' (IMP) or 'exports' (EXP). |
| volume_index_2021_100 | float | Volume index from the 'indic_et' indicator IVOL_NSA ('Volume indices - unadjusted data (2021=100)'), for SITC Rev.4 total (all products). Unadjusted for seasonality and calendar effects. (unit: index points, 2021=100) |
10 premières lignes d’exemple — un aperçu, pas le jeu de données complet.
| month | partner_code | partner_name | flow | volume_index_2021_100 |
|---|---|---|---|---|
| 2002-01-01 | ACP | African, Caribbean and Pacific Group of States, signatories of the Partnership Agreement | exports | 45,7 |
| 2002-02-01 | ACP | African, Caribbean and Pacific Group of States, signatories of the Partnership Agreement | exports | 44,1 |
| 2002-03-01 | ACP | African, Caribbean and Pacific Group of States, signatories of the Partnership Agreement | exports | 63,4 |
| 2002-04-01 | ACP | African, Caribbean and Pacific Group of States, signatories of the Partnership Agreement | exports | 59,2 |
| 2002-05-01 | ACP | African, Caribbean and Pacific Group of States, signatories of the Partnership Agreement | exports | 62,5 |
| 2002-06-01 | ACP | African, Caribbean and Pacific Group of States, signatories of the Partnership Agreement | exports | 50,6 |
| 2002-07-01 | ACP | African, Caribbean and Pacific Group of States, signatories of the Partnership Agreement | exports | 55,7 |
| 2002-08-01 | ACP | African, Caribbean and Pacific Group of States, signatories of the Partnership Agreement | exports | 44,9 |
| 2002-09-01 | ACP | African, Caribbean and Pacific Group of States, signatories of the Partnership Agreement | exports | 44,7 |
| 2002-10-01 | ACP | African, Caribbean and Pacific Group of States, signatories of the Partnership Agreement | exports | 61,2 |
Dirigez n’importe quel LLM vers le point d’accès des métadonnées — la documentation ci-dessus est aussi lisible par machine (JSON-LD + Croissant).
curl "https://datazimuts.com/v1/datasets/eurostat/eurostat_trade_volume_monthly" | jq '{title, rows, columns_count, license}'import requests
ds = requests.get("https://datazimuts.com/v1/datasets/eurostat/eurostat_trade_volume_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)Point d’accès API: https://datazimuts.com/v1/datasets/eurostat/eurostat_trade_volume_monthly
Astuce : récupérez /llms.txt pour le catalogue complet lisible par machine.