c0mm0.com — the continuously verified register of European data

Register record·DATASET·EU·REGULATORVERIFIED · checked 18h ago
E

European Central Bank — External Trade (TRD)

DatasetExecutable4/7Query nowOpen workbenchSubscribe🇪🇺European

External Trade (TRD) is a dataset of official time series published by the European Central Bank Data Portal, covering external trade statistics for the euro area and EU. It is distributed as the TRD dataflow via the SDMX 2.1 REST API, with a single endpoint serving XML (SDMX-ML), CSV, and JSON formats. Users can extract specific series using a key path together with startPeriod, endPeriod, and lastNObservations filters. The same series can also be browsed and charted directly on the ECB Data Portal, making the dataset useful for economic analysis and monitoring of trade flows.External Trade (TRD) — official time series from the European Central Bank Data Portal, published as the TRD dataflow over SDMX 2.1 REST. One endpoint serves XML (SDMX-ML), CSV (?format=csvdata) and JSON (?format=jsondata); extract exactly the series you need with a key path and startPeriod / endPeriod / lastNObservations filters. Browse and chart the same series on the ECB Data Portal.

economyprices
79
good

Weighted across five axes. Tap a ring for what it measures.

Data schema (30 fields)

Filterable via the API (9)
FREQREF_AREAADJUSTMENTTRD_FLOWTRD_PRODUCTCOUNT_AREASTS_INSTITUTIONTRD_SUFFIXTIME_PERIOD

Click a field to see example values.

FieldTypeDescription
FREQFilterable via the APIFrequencydimension1 codes (e.g. Monthly)
REF_AREAFilterable via the APIReference areadimension2 codes (e.g. Euro area 21 (fixed composition) as of 1 January 2026, Euro area 20 (fixed composition) as of 1 January 2023)
ADJUSTMENTFilterable via the APIAdjustment indicatordimension2 codes (e.g. Neither seasonally nor working day adjusted, Working day and seasonally adjusted)
TRD_FLOWFilterable via the APIExternal trade flowdimension2 codes (e.g. Import, Export)
TRD_PRODUCTFilterable via the APIProduct breakdown -TRD contextdimension20 codes (e.g. Food, drink and tobacco (SITC 0 and 1), Food and live animals (SITC 0), Beverages and tobacco (SITC 1))
COUNT_AREAFilterable via the APICounterpart areadimension19 codes (e.g. Euro area 21 (fixed composition) as of 1 January 2026, Extra-Euro area 21 (fixed composition) as of 1 January 2026, EU27 member states not belonging to Euro area 21 (fixed composition) as of 1 January 2026)
STS_INSTITUTIONFilterable via the APIInstitution originating the data flowdimension1 codes (e.g. Eurostat)
TRD_SUFFIXFilterable via the APISeries variation -TRD contextdimension3 codes (e.g. Unit value index (Community concept), Value (Community concept), Volume index (Community concept))
TIME_PERIODFilterable via the APITime period or rangetimeTime dimension — filter with startPeriod / endPeriod query params.
OBS_VALUEObservation valuenumberThe observed numeric value for each cell.
TIME_FORMATTime format codeattribute
ADJU_DETAILAdjustment detailattribute
BREAKSattribute
COLLECTIONCollection indicatorattribute
COMPILING_ORGCompiling organisationattribute
DISS_ORGData dissemination organisationattribute
DOM_SER_IDSDomestic series idsattribute
PUBL_ECBSource publication (ECB only)attribute
PUBL_MUSource publication (Euro area only)attribute
PUBL_PUBLICSource publication (public)attribute
UNIT_INDEX_BASEattribute
COMPILATIONattribute
DECIMALSattribute
SOURCE_AGENCYattribute
TITLEattribute
TITLE_COMPLTitle complementattribute
UNITattribute
UNIT_MULTUnit multiplierattribute
OBS_STATUSObservation statusattribute
OBS_CONFObservation confidentialityattribute

Schema captured from sdmx 1 month ago.

Query the data

Pick columns and a sort, then fetch a live preview straight from the source. Choose an API-filterable column (marked ▾) under “Where” to pick from its list of values.

=

Sample data (5 records)

Record 1FREQ: M · REF_AREA: I10
{
  "FREQ": "M",
  "REF_AREA": "I10",
  "TRD_FLOW": "M",
  "OBS_VALUE": 142.4,
  "ADJUSTMENT": "N",
  "COUNT_AREA": "I10",
  "TRD_SUFFIX": "UVX",
  "TIME_PERIOD": "2026-04",
  "TRD_PRODUCT": "0T1",
  "STS_INSTITUTION": "4"
}
Record 2FREQ: M · REF_AREA: I10
{
  "FREQ": "M",
  "REF_AREA": "I10",
  "TRD_FLOW": "M",
  "OBS_VALUE": 27267771.812,
  "ADJUSTMENT": "N",
  "COUNT_AREA": "I10",
  "TRD_SUFFIX": "VAL",
  "TIME_PERIOD": "2026-04",
  "TRD_PRODUCT": "0T1",
  "STS_INSTITUTION": "4"
}
Record 3FREQ: M · REF_AREA: I10
{
  "FREQ": "M",
  "REF_AREA": "I10",
  "TRD_FLOW": "M",
  "OBS_VALUE": 99.8,
  "ADJUSTMENT": "N",
  "COUNT_AREA": "I10",
  "TRD_SUFFIX": "VOX",
  "TIME_PERIOD": "2026-04",
  "TRD_PRODUCT": "0T1",
  "STS_INSTITUTION": "4"
}
Record 4FREQ: M · REF_AREA: I10
{
  "FREQ": "M",
  "REF_AREA": "I10",
  "TRD_FLOW": "M",
  "OBS_VALUE": 141.2,
  "ADJUSTMENT": "N",
  "COUNT_AREA": "J10",
  "TRD_SUFFIX": "UVX",
  "TIME_PERIOD": "2026-04",
  "TRD_PRODUCT": "0T1",
  "STS_INSTITUTION": "4"
}
Record 5FREQ: M · REF_AREA: I10
{
  "FREQ": "M",
  "REF_AREA": "I10",
  "TRD_FLOW": "M",
  "OBS_VALUE": 17389726.09,
  "ADJUSTMENT": "N",
  "COUNT_AREA": "J10",
  "TRD_SUFFIX": "VAL",
  "TIME_PERIOD": "2026-05",
  "TRD_PRODUCT": "0T1",
  "STS_INSTITUTION": "4"
}

Live sample captured at profiling time — values may have changed upstream.

Verification Status

Using the API

Query examples

curl -s 'https://data-api.ecb.europa.eu/service/dataflow/ECB' -H 'Accept: application/vnd.sdmx.structure+xml;version=2.1'

All dataflows (datasets) published by this agency, as SDMX-ML.

Full API documentation ↗

Machine-readable & source

European Central Bank — External Trade (TRD) — live verification badge

Embed this badge in a README or wiki — it always shows the latest verification state and quality tier.