Skip to content

Buget inițial de venituri proprii si subvenții 2023

Buget initial de venituri proprii si subvenții 2023

Endpoint GET /v1/finance/buget_initial
Export GET /v1/finance/buget_initial/export?format=csv\|ndjson
Dataset id buget_initial
Domain finance
Rows 189
Source data.gov.ro CKAN package buget-initial

Columns

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

Column Type Notes
denumirea_indicatorilor string required
cod_rand string
cod_indicator string
program string
din_care_credite_bugetare_destinate_stingerii_platilor_restante string
trim_i string
trim_ii string
trim_iii string
trim_iv string
estimate_2024 string
estimate_2025 string
estimate_2026 string

Example request

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

Response:

{
  "data": [
    {
      "denumirea_indicatorilor": "SECTIUNEA DE FUNCTIONARE + SECTIUNEA DE DEZVOLTARE",
      "cod_rand": null,
      "cod_indicator": null,
      "program": null,
      "din_care_credite_bugetare_destinate_stingerii_platilor_restante": null,
      "trim_i": null,
      "trim_ii": null,
      "trim_iii": null,
      "trim_iv": null,
      "estimate_2024": null,
      "estimate_2025": null,
      "estimate_2026": null
    },
    {
      "denumirea_indicatorilor": "TOTAL VENITURI",
      "cod_rand": "1",
      "cod_indicator": "00.01",
      "program": "16.941,00",
      "din_care_credite_bugetare_destinate_stingerii_platilor_restante": null,
      "trim_i": "3.949,00",
      "trim_ii": "4.479,00",
      "trim_iii": "4.520,00",
      "trim_iv": "3.993,00",
      "estimate_2024": "16.941,00",
      "estimate_2025": "16.941,00",
      "estimate_2026": "16.941,00"
    }
  ],
  "pagination": {
    "total": 189,
    "count": 2,
    "limit": 2,
    "offset": 0,
    "has_next": true,
    "next_offset": 2
  },
  "meta": {
    "api_version": "v1",
    "dataset": "buget_initial",
    "domain": "finance",
    "source": "https://data.gov.ro/dataset/buget-initial",
    "last_updated": "2026-07-23T17:54:41Z",
    "generated_at": "2026-07-31T08:48:42Z"
  },
  "links": {
    "self": "/v1/finance/buget_initial?limit=2",
    "next": "/v1/finance/buget_initial?limit=2&offset=2",
    "prev": null,
    "first": "/v1/finance/buget_initial?limit=2&offset=0",
    "last": "/v1/finance/buget_initial?limit=2&offset=188",
    "documentation": "/documentation/datasets/buget_initial/"
  }
}

Provenance

Latest ingestion (version 2): 189 rows imported, 0 quarantined, from buget-initial-de-venituri-proprii-si-subventii.xls (SHA-256 ad3f5df4eaff…) on 2026-07-23.

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