Skip to content

Nomenclator CAEN — secțiuni, diviziuni, grupe, clase (toate versiunile)

Nomenclatorul CAEN folosit de ONRC în decodificarea obiectului de activitate - ierarhia secțiune/diviziune/grupă/clasă cu denumirea oficială, per versiune CAEN (0=1998, 1=2003, 2=2008, …). Se leagă de firme_caen_autorizat prin (caen_code, caen_version).

Endpoint GET /v1/economy/nomenclator_caen
Export GET /v1/economy/nomenclator_caen/export?format=csv\|ndjson
Dataset id nomenclator_caen
Domain economy
Rows 3,275
Source data.gov.ro CKAN package nomenclatoare-08-07-2026

Columns

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

Column Type Notes
section string
subsection string
division string
group_code string
caen_code string required
name string
caen_version integer
snapshot_date text constant for this source file

Example request

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

Response:

{
  "data": [
    {
      "section": "A",
      "subsection": null,
      "division": "01",
      "group_code": "011",
      "caen_code": "0111",
      "name": "Cultura cerealelor",
      "caen_version": 0
    },
    {
      "section": "A",
      "subsection": null,
      "division": "01",
      "group_code": "011",
      "caen_code": "0112",
      "name": "Cultura leguminoaselor boabe",
      "caen_version": 0
    }
  ],
  "pagination": {
    "total": 3275,
    "count": 2,
    "limit": 2,
    "offset": 0,
    "has_next": true,
    "next_offset": 2
  },
  "meta": {
    "api_version": "v1",
    "dataset": "nomenclator_caen",
    "domain": "economy",
    "snapshot_date": "2026-07-08",
    "source": "https://data.gov.ro/dataset/nomenclatoare-08-07-2026",
    "last_updated": "2026-07-24T11:47:14Z",
    "generated_at": "2026-07-31T08:48:38Z"
  },
  "links": {
    "self": "/v1/economy/nomenclator_caen?limit=2",
    "next": "/v1/economy/nomenclator_caen?limit=2&offset=2",
    "prev": null,
    "first": "/v1/economy/nomenclator_caen?limit=2&offset=0",
    "last": "/v1/economy/nomenclator_caen?limit=2&offset=3274",
    "documentation": "/documentation/datasets/nomenclator_caen/"
  }
}

Provenance

Latest ingestion (version 1): 3,275 rows imported, 465 quarantined, from n_caen.csv (SHA-256 45f207eb6634…) on 2026-07-24.

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