Skip to content

Date statistice privind comertul international cu bunuri – 2023 (lunar)

Baza de date privind comerţul internațional cu bunuri aferenta anului 2023. Un rând per an/lună/flux (1=export, 2=import)/cod NC8/țară parteneră, cu natura tranzacției, modul de transport, termenii de livrare, cantitatea, masa netă și valoarea în lei.

Endpoint GET /v1/economy/comert_international_cu_bunuri_2023
Export GET /v1/economy/comert_international_cu_bunuri_2023/export?format=csv\|ndjson
Dataset id comert_international_cu_bunuri_2023
Domain economy
Rows 6,527,966
Source data.gov.ro CKAN package date-statistice-privind-comertul-international-cu-bunuri-2023-lunar

Columns

All columns are filterable, sortable, and selectable — see Querying & filtering.

Column Type Notes
year integer required
month integer
flow_code integer
cn8_code string raw value; standardized in cn8_description
origin_country_code string
partner_country_code string
transaction_nature_code string
transport_mode_code string
delivery_terms_code string
supplementary_quantity integer
net_mass_kg integer
value_lei integer
cn8_description string canonical form of cn8_code (reference cn8_2023)
source_year bigint constant for this source file

Example request

curl -H "Authorization: Bearer $API_KEY" "https://api.canovix.ro/v1/economy/comert_international_cu_bunuri_2023?limit=2"
page = client.get("/v1/economy/comert_international_cu_bunuri_2023", params={"limit": 2}).json()
const page = await (await fetch(`${BASE}/v1/economy/comert_international_cu_bunuri_2023?limit=2`, { headers })).json();

Response:

{
  "data": [
    {
      "year": 2023,
      "month": 1,
      "flow_code": 1,
      "cn8_code": "01012910",
      "origin_country_code": null,
      "partner_country_code": "IT",
      "transaction_nature_code": null,
      "transport_mode_code": null,
      "delivery_terms_code": null,
      "supplementary_quantity": 0,
      "net_mass_kg": 116,
      "value_lei": 1064,
      "cn8_description": "Cai, măgari, catâri și bardoi, vii – Cai – Altele – Destinați sacrificării"
    },
    {
      "year": 2023,
      "month": 1,
      "flow_code": 1,
      "cn8_code": "01012990",
      "origin_country_code": null,
      "partner_country_code": "IT",
      "transaction_nature_code": null,
      "transport_mode_code": null,
      "delivery_terms_code": null,
      "supplementary_quantity": 1,
      "net_mass_kg": 329,
      "value_lei": 78453,
      "cn8_description": "Cai, măgari, catâri și bardoi, vii – Cai – Altele"
    }
  ],
  "pagination": {
    "total": 6527966,
    "count": 2,
    "limit": 2,
    "offset": 0,
    "has_next": true,
    "next_offset": 2
  },
  "meta": {
    "api_version": "v1",
    "dataset": "comert_international_cu_bunuri_2023",
    "domain": "economy",
    "source_year": 2023,
    "source": "https://data.gov.ro/dataset/date-statistice-privind-comertul-international-cu-bunuri-2023-lunar",
    "last_updated": "2026-07-24T10:28:36Z",
    "generated_at": "2026-07-31T08:48:11Z"
  },
  "links": {
    "self": "/v1/economy/comert_international_cu_bunuri_2023?limit=2",
    "next": "/v1/economy/comert_international_cu_bunuri_2023?limit=2&offset=2",
    "prev": null,
    "first": "/v1/economy/comert_international_cu_bunuri_2023?limit=2&offset=0",
    "last": "/v1/economy/comert_international_cu_bunuri_2023?limit=2&offset=6527964",
    "documentation": "/documentation/datasets/comert_international_cu_bunuri_2023/"
  }
}

Provenance

Latest ingestion (version 2): 6,527,966 rows imported, 0 quarantined, from comextan2023.csv (SHA-256 8a052076ec4d…) on 2026-07-24.

Full provenance — checksums, pipeline version, timings — is live at /v1/datasets/{id}.