Skip to content

BILANȚ AEP 30.06.2018

BILANȚ la data de 30 IUNIE 2018

Endpoint GET /v1/finance/bilant_aep_30_06_2018
Export GET /v1/finance/bilant_aep_30_06_2018/export?format=csv\|ndjson
Dataset id bilant_aep_30_06_2018
Domain finance
Rows 26
Source data.gov.ro CKAN package bilant-aep-30-06-2018

Columns

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

Column Type Notes
code string required
nr_crt string
denumirea_indicatorilor string
cod_rand string
sold_la_inceputul_perioadei string
sold_la_sfarsitul_perioadei string

Example request

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

Response:

{
  "data": [
    {
      "code": "01003",
      "nr_crt": "1.",
      "denumirea_indicatorilor": "Active fixe necorporale (ct.2030000+2050000+2060000+2080100+2080200+ 2330000 -2800300-2800500-2800800-2900400-2900500-2900800-2930100*)",
      "cod_rand": "03",
      "sold_la_inceputul_perioadei": "11438296",
      "sold_la_sfarsitul_perioadei": "4187101"
    },
    {
      "code": "01004",
      "nr_crt": "2.",
      "denumirea_indicatorilor": "Instalaţii tehnice, mijloace de transport, animale, plantaţii, mobilier, aparatură birotică şi alte active corporale (ct.2130100+2130200+2130300+2130400+2140000+2310000 -2810300-2810301-2810302-2810303-2810304-2810400-2910300-2910301-2910302-2910303-2910304-2910400-2930200*)",
      "cod_rand": "04",
      "sold_la_inceputul_perioadei": "3945635",
      "sold_la_sfarsitul_perioadei": "2905263"
    }
  ],
  "pagination": {
    "total": 26,
    "count": 2,
    "limit": 2,
    "offset": 0,
    "has_next": true,
    "next_offset": 2
  },
  "meta": {
    "api_version": "v1",
    "dataset": "bilant_aep_30_06_2018",
    "domain": "finance",
    "source": "https://data.gov.ro/dataset/bilant-aep-30-06-2018",
    "last_updated": "2026-07-22T17:15:58Z",
    "generated_at": "2026-07-31T08:48:42Z"
  },
  "links": {
    "self": "/v1/finance/bilant_aep_30_06_2018?limit=2",
    "next": "/v1/finance/bilant_aep_30_06_2018?limit=2&offset=2",
    "prev": null,
    "first": "/v1/finance/bilant_aep_30_06_2018?limit=2&offset=0",
    "last": "/v1/finance/bilant_aep_30_06_2018?limit=2&offset=24",
    "documentation": "/documentation/datasets/bilant_aep_30_06_2018/"
  }
}

Provenance

Latest ingestion (version 1): 26 rows imported, 52 quarantined, from bilant-aep30.06.2018.xlsx (SHA-256 ae6de828de4d…) on 2026-07-22.

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