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 imports and exports reports 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.

Filtering information on weeks vs months :

When the months filter is not used, the returned results will contain the complete week's value price (even if the week spreads across two months), with 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.
On the other hand, if a week spreads across two months, and you use the filter months you will receive results only for the part of the week that overlaps with the filtered calendar month.

More information can be found on the portal’s trade page.

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" ]