Weekly TAXUD imports and exports

Weekly import statistics of agricultural products based on the "Surveillance" System of the Taxation and Customs Union DG, as shown in the Weekly TAXUD imports and Weekly TAXUD exports visualisations presented on the portal.
The United Kingdom is no longer a Member State of the European Union, however until the end of the transition period it was still part of the EU Customs Union. Taxud EU trade data therefore also included the UK as long as it was part of the Customs Union. Such data is labelled as EU+UK.

The provided results include the amount in Kg and the Kg equivalent, the latter being calculated using a coefficient. The unit value that is also displayed is an average calculated on a weight basis. More information can be found in the “Info views” of the portal’s Weekly TAXUD imports and Weekly TAXUD exports visualisations.

Filtering information on weeks vs months :

When the months filter is not used, each returned result will contain the complete week's values and volumes (even if the week spreads across two months – ex: week 9 of 2025 is 24 Feb – 2 Mar).
On the other hand, if a week spreads across two months, and you use the filter months you will receive:

  • If you filter non-consecutive months: results only for the part of the week that is within the limits of the filtered months. The total values and volumes for a specific month can be calculated as a direct sum of the obtained weekly results.
  • If you filter consecutive months:
    • For the first and last weeks of the filtered period: results only for the part of the week that is within the limits of the month.
    • For the other weeks: results for the complete weeks, including when they spread across two consecutive months.
  • This means that when a query includes consecutive months, the total values and volumes for each individual month can not be obtained directly from sum of the weekly results. To obtain the total values and volumes for specific months as a direct sum of the provided weekly results, multiple queries should be used for single or non-consecutive months so as to obtain only the parts of the weeks that fall in the requested months.
Example:
  • Results broken down for a query filtering Year 2025, Months 2 to 4 (February to April):
    Weeks included 1st day of the week Last day of the week Results include data:

    Week 5

    Monday
    27/01/2025

    Sunday
    02/02/2025

    From Saturday 01/02/2025 until Sunday 02/02/2025 (only 2 days in February)

    Week 6

    Monday
    03/02/2025

    Sunday
    09/02/2025

    Whole week

    Weeks 7, 8

    Same: whole weeks (all days in February)

    Week 9

    Monday
    24/02/2025

    Sunday
    02/03/2025

    Whole week but spread over 2 months (5 days in February, 2 days in March)

    Weeks 10-13

    Whole week (all days are in March)

    Week 14

    Monday
    31/03/2025

    Sunday
    06/04/2025

    Whole week but spread over 2 months (1 day in March, 6 days in April)

    Weeks 15-17

    Whole week (All days in April)

    Week 18

    Monday
    28/04/2025

    Sunday
    04/05/2025

    From Monday 28/04/2025 until Wednesday 30/04/2025 (only 3 days in April)

  • In this particular situation, the total values and volumes for each month can not be obtained directly from the sum of the provided weekly results as some weeks spread across two consecutive months

Taxud Import weekly data

Request parameters

Parameter Optional Description

memberStateCodes

true

The optional codes of the EU Member States.

products

true

The optional product(s) must be comma-separated. For more details check REST API : /api/taxud/weeklyData/import/products

importCategories

true

The optional import categor(ies) must be comma-separated. For more details check REST API : /api/taxud/weeklyData/importCategories

marketingYears

true

The optional marketing year(s) must have the format yyyy or yyyy/yyyy.

months

true

The optional month(s) to search for data.

weeks

true

The optional week(s) of a year to search for weekly data. The first week of January is number 1.

sectors

true

The optional sectors to search for data. For more details check REST API : /api/taxud/weeklyData/sectors

cn8ProductCodes

true

The optional CN 8 length product code(s). For more details check REST API : /api/taxud/weeklyData/import/cn8ProductCodes

taric10ProductCodes

true

The optional CN 10 length product code(s). For more details check REST API : /api/taxud/weeklyData/import/taric10ProductCodes

partnerCodes

true

The optional partner country code(s).

Example of a request

GET /api/taxud/weeklyData/import?importCategories=Import%20-%20preferential&memberStateCodes=PT&partnerCodes=BW&products=Frozen beef meat&sectors=Beef&taric10ProductCodes=0202309090&cn8ProductCodes=02023090 HTTP/1.1
   Content-Type: application/json;charset=UTF-8
   Accept: application/json

Response fields

Path Type Description

[]

Array

Array with weekly data values

[].memberStateCode

String

The code of the EU Member State.

[].memberStateName

String

The name of the EU Member State.

[].sector

String

The sector of weekly data.

[].week

Number

The week number of the year.

[].marketingYear

String

The marketing year of the weekly data values.

[].partnerCode

String

The partner country code.

[].partner

String

The partner country name.

[].product

String

The product of the weekly data values.

[].procedure

Number

The procedure of the weekly data values.

[].cn8ProductCode

String

The cn 8 digit code of the weekly data values.

[].taric10ProductCode

String

The cn 10 digit code of the weekly data values.

[].preference

Number

The preference of the weekly data values.

[].euroValue

Number

The euro value price of the weekly data values.

[].unitValue

Number

The unit value.

[].kg

Number

The amount in Kg.

[].kgEquivalent

Number

The amount of equivalent Kg equivalent which depends on a coefficient.

[].coefficient

Number

The coefficient used to calculate the Kg equivalent by multiplying with the Kg.

Example of a response

HTTP/1.1 200 OK
   Content-Type: application/json
   Content-Length: 477

   [ {
     "sector" : "Beef",
     "marketingYear" : "2022",
     "week" : 23,
     "memberStateCode" : "PT",
     "memberStateName" : "Portugal",
     "partnerCode" : "BW",
     "partner" : "Botswana",
     "product" : "Frozen beef meat",
     "cn8ProductCode" : "02023090",
     "taric10ProductCode" : "0202309090",
     "procedure" : 40,
     "preference" : 300,
     "euroValue" : 149949,
     "unitValue" : 6.58,
     "kg" : 22800,
     "kgEquivalent" : 29640,
     "coefficient" : 1.3
   } ]

Taxud Sectors

Example of a request

GET /api/taxud/weeklyData/sectors HTTP/1.1
   Content-Type: application/json;charset=UTF-8
   Accept: application/json

Response fields

Path Type Description

[]

Array

Array with Taxud surveillance sectors

Example of a response

HTTP/1.1 200 OK
   Content-Type: application/json
   Content-Length: 29

   [ "Beef", "Garlic", "Honey" ]

Taxud import categories

Example of a request

GET /api/taxud/weeklyData/importCategories HTTP/1.1
   Content-Type: application/json;charset=UTF-8
   Accept: application/json

Response fields

Path Type Description

[]

Array

Array with Taxud surveillance Import Categories

Example of a response

HTTP/1.1 200 OK
   Content-Type: application/json
   Content-Length: 90

   [ "Import - most favoured nation", "Import - preferential", "Import - tariff rate quota" ]

Taxud import CN 8 digit product codes

Example of a request

GET /api/taxud/weeklyData/import/cn8ProductCodes HTTP/1.1
   Content-Type: application/json;charset=UTF-8
   Accept: application/json

Response fields

Path Type Description

[]

Array

Array with Taxud surveillance import CN 8 digit product codes

Example of a response

HTTP/1.1 200 OK
   Content-Type: application/json
   Content-Length: 26

   [ "07129090", "07108095" ]

Taxud import TARIC 10 product codes

Example of a request

GET /api/taxud/weeklyData/import/taric10ProductCodes HTTP/1.1
   Content-Type: application/json;charset=UTF-8
   Accept: application/json

Response fields

Path Type Description

[]

Array

Array with Taxud surveillance import TARIC 10 digit product codes

Example of a response

HTTP/1.1 200 OK
   Content-Type: application/json
   Content-Length: 30

   [ "0712909010", "0710809560" ]

Taxud import products

Example of a request

GET /api/taxud/weeklyData/import/products HTTP/1.1
   Content-Type: application/json;charset=UTF-8
   Accept: application/json

Response fields

Path Type Description

[]

Array

Array with Taxud surveillance import products

Example of a response

HTTP/1.1 200 OK
   Content-Type: application/json
   Content-Length: 49

   [ "Eggs in shell", "Fresh meat - other poultry" ]

Taxud export weekly data

Request parameters

Parameter Optional Description

memberStateCodes

true

The optional codes of the EU Member States.

products

true

The optional product(s) must be comma-separated. For more details check REST API : /api/taxud/weeklyData/export/products

marketingYears

true

The optional marketing year(s) must have the format yyyy or yyyy/yyyy.

months

true

The optional month(s) to search for data.

weeks

true

The optional week(s) of a year to search for weekly data. The first week of January is number 1.

sectors

true

The optional sectors to search for data. For more details check REST API : /api/taxud/weeklyData/sectors

cn8ProductCodes

true

The optional CN 8 length product code(s). For more details check REST API : /api/taxud/weeklyData/import/cn8ProductCodes

taric10ProductCodes

true

The optional CN 10 length product code(s). For more details check REST API : /api/taxud/weeklyData/import/taric10ProductCodes

partnerCodes

true

The optional partner country code(s).

Example of a request

GET /api/taxud/weeklyData/export?memberStateCodes=NL&partnerCodes=AR&products=Beef offals&sectors=Beef&taric10ProductCodes=0206210000&cn8ProductCodes=02062100 HTTP/1.1
   Content-Type: application/json;charset=UTF-8
   Accept: application/json

Response fields

Path Type Description

[]

Array

Array with weekly data values

[].memberStateCode

String

The code of the EU Member State.

[].memberStateName

String

The name of the EU Member State.

[].sector

String

The sector of weekly data.

[].week

Number

The week number of the year.

[].marketingYear

String

The marketing year of the weekly data values.

[].partnerCode

String

The partner country code.

[].partner

String

The partner country name.

[].product

String

The product of the weekly data values.

[].procedure

Number

The procedure of the weekly data values.

[].cn8ProductCode

String

The cn 8 digit code of the weekly data values.

[].taric10ProductCode

String

The cn 10 digit code of the weekly data values.

[].preference

Number

The preference of the weekly data values.

[].euroValue

Number

The euro value price of the weekly data values.

[].unitValue

Number

The unit value.

[].kg

Number

The amount in Kg.

[].kgEquivalent

Number

The amount of equivalent Kg equivalent which depends on a coefficient.

[].coefficient

Number

The coefficient used to calculate the Kg equivalent by multiplying with the Kg.

Example of a response

HTTP/1.1 200 OK
   Content-Type: application/json
   Content-Length: 481

   [ {
     "sector" : "Beef",
     "marketingYear" : "2022",
     "week" : 48,
     "memberStateCode" : "NL",
     "memberStateName" : "Netherlands",
     "partnerCode" : "AR",
     "partner" : "Argentina",
     "product" : "Beef offals",
     "cn8ProductCode" : "02062100",
     "taric10ProductCode" : "0206210000",
     "procedure" : 1000,
     "preference" : 0,
     "euroValue" : 358,
     "unitValue" : 6.49,
     "kg" : 55,
     "kgEquivalent" : 55,
     "coefficient" : 1.0
   } ]

Taxud export CN 8 digit product codes

Example of a request

GET /api/taxud/weeklyData/export/cn8ProductCodes HTTP/1.1
   Content-Type: application/json;charset=UTF-8
   Accept: application/json

Response fields

Path Type Description

[]

Array

Array with Taxud surveillance export CN 8 digit product codes

Example of a response

HTTP/1.1 200 OK
   Content-Type: application/json
   Content-Length: 26

   [ "04021019", "10041000" ]

Taxud export TARIC 10 product codes

Example of a request

GET /api/taxud/weeklyData/export/taric10ProductCodes HTTP/1.1
   Content-Type: application/json;charset=UTF-8
   Accept: application/json

Response fields

Path Type Description

[]

Array

Array with Taxud surveillance export TARIC 10 digit product codes

Example of a response

HTTP/1.1 200 OK
   Content-Type: application/json
   Content-Length: 30

   [ "0805400039", "2204219190" ]

Taxud export products

Example of a request

GET /api/taxud/weeklyData/export/products HTTP/1.1
   Content-Type: application/json;charset=UTF-8
   Accept: application/json

Response fields

Path Type Description

[]

Array

Array with Taxud surveillance export products

Example of a response

HTTP/1.1 200 OK
   Content-Type: application/json
   Content-Length: 23

   [ "Beef offals", "Oranges" ]