c0mm0.com — the continuously verified register of European data

Register record·API·FR·MUNICIPALITY·Updated IrregularVERIFIED · checked 3d ago
C

CFU 2024 Rennes Métropole

APIExecutable4/7Query nowOpen workbenchSubscribe🇫🇷France

Dataset providing the 2024 Compte Financier Unique (CFU, single financial statement) for Rennes Métropole, the metropolitan authority covering Rennes, France. The CFU merges two previously separate budgetary documents, the compte administratif (administrative account) and the compte de gestion (management account), into a single consolidated financial report. It is published as open data by Rennes Métropole and offers a detailed view of the local authority's revenues, expenditures, and financial management for the 2024 fiscal year.”Le Compte financier unique (CFU) est le regroupement de deux documents : le compte administratif et le compte de gestion. Ce fichier concerne l'année 2024 pour Rennes Métropole

54
fair

Weighted across five axes. Tap a ring for what it measures.

Data schema (12 fields)

Filterable via the API (12)
entite_juridique_programmeentite_financiere_programmenomenclaturesectionlibelle_d_rtype_mouvementcode_chapitrelibelle_chapitrecode_articlelibelle_articlesous_fonctioncfu_2024

Click a field to see example values.

FillFieldTypeDescription
100%entite_juridique_programmeFilterable via the APIEntité juridique programmetextLegal entity of the budget program.Legal entity of the budget program.
100%entite_financiere_programmeFilterable via the APIEntité financière programmetextFinancial entity or budget program name.Financial entity or budget program name.
100%nomenclatureFilterable via the APItextAccounting nomenclature standard used (e.g. M49).Accounting nomenclature standard used (e.g. M49).
100%sectionFilterable via the APItextBudget section, e.g. operating or investment.Budget section, e.g. operating or investment.
100%libelle_d_rFilterable via the APILibellé D/RtextIndicates whether the entry is an expense or revenue.Indicates whether the entry is an expense or revenue.
100%type_mouvementFilterable via the APIType mouvementtextType of movement, e.g. real or order transaction.Type of movement, e.g. real or order transaction.
100%code_chapitreFilterable via the APICode chapitretextBudget chapter code.Budget chapter code.
100%libelle_chapitreFilterable via the APILibellé chapitretextLabel describing the budget chapter.Label describing the budget chapter.
100%code_articleFilterable via the APICode articletextBudget article code.Budget article code.
100%libelle_articleFilterable via the APILibellé articletextLabel describing the budget article.Label describing the budget article.
100%sous_fonctionFilterable via the APISous fonctiontextBudget sub-function code.Budget sub-function code.
99.6%cfu_2024Filterable via the APICfu 2024doubleAmount recorded in the 2024 unified financial account.Amount recorded in the 2024 unified financial account.

Schema captured from opendatasoft 6 days ago.

Query the data

Pick columns and a sort, then fetch a live preview straight from the source. Choose an API-filterable column (marked ▾) under “Where” to pick from its list of values.

=

Sample data (5 records)

Record 1section: Fonctionnement · cfu_2024: 1314069.44
{
  "section": "Fonctionnement",
  "cfu_2024": 1314069.44,
  "libelle_d_r": "Dépense",
  "code_article": "6063",
  "nomenclature": "M49",
  "code_chapitre": "011",
  "sous_fonction": "01",
  "type_mouvement": "Réel",
  "libelle_article": "Fournitures d'entretien et de petit équipement",
  "libelle_chapitre": "Charges à caractère général",
  "entite_juridique_programme": "Rennes Métropole",
  "entite_financiere_programme": "ASSAINISSEMENT"
}
Record 2section: Fonctionnement · cfu_2024: 0
{
  "section": "Fonctionnement",
  "cfu_2024": 0,
  "libelle_d_r": "Dépense",
  "code_article": "6064",
  "nomenclature": "M49",
  "code_chapitre": "011",
  "sous_fonction": "01",
  "type_mouvement": "Réel",
  "libelle_article": "Fournitures administratives",
  "libelle_chapitre": "Charges à caractère général",
  "entite_juridique_programme": "Rennes Métropole",
  "entite_financiere_programme": "ASSAINISSEMENT"
}
Record 3section: Fonctionnement · cfu_2024: 14503.22
{
  "section": "Fonctionnement",
  "cfu_2024": 14503.22,
  "libelle_d_r": "Dépense",
  "code_article": "61521",
  "nomenclature": "M49",
  "code_chapitre": "011",
  "sous_fonction": "01",
  "type_mouvement": "Réel",
  "libelle_article": "Bâtiments publics",
  "libelle_chapitre": "Charges à caractère général",
  "entite_juridique_programme": "Rennes Métropole",
  "entite_financiere_programme": "ASSAINISSEMENT"
}
Record 4section: Fonctionnement · cfu_2024: 0
{
  "section": "Fonctionnement",
  "cfu_2024": 0,
  "libelle_d_r": "Dépense",
  "code_article": "61523",
  "nomenclature": "M49",
  "code_chapitre": "011",
  "sous_fonction": "01",
  "type_mouvement": "Réel",
  "libelle_article": "Réseaux",
  "libelle_chapitre": "Charges à caractère général",
  "entite_juridique_programme": "Rennes Métropole",
  "entite_financiere_programme": "ASSAINISSEMENT"
}
Record 5section: Fonctionnement · cfu_2024: 78360.35
{
  "section": "Fonctionnement",
  "cfu_2024": 78360.35,
  "libelle_d_r": "Dépense",
  "code_article": "6161",
  "nomenclature": "M49",
  "code_chapitre": "011",
  "sous_fonction": "01",
  "type_mouvement": "Réel",
  "libelle_article": "Multirisques",
  "libelle_chapitre": "Charges à caractère général",
  "entite_juridique_programme": "Rennes Métropole",
  "entite_financiere_programme": "ASSAINISSEMENT"
}

Live sample captured at profiling time — values may have changed upstream.

Verification Status

Using the API

Configuration

Base URL
https://data.rennesmetropole.fr/api/explore/v2.1/catalog/datasets/cfu-2024-rennes-metropole

License

  • Redistributable
  • Attribution required

Query examples

curl -s 'https://data.rennesmetropole.fr/api/explore/v2.1/catalog/datasets/cfu-2024-rennes-metropole/records?limit=20' -H 'Accept: application/json'

First 20 records of the dataset as JSON.

Uses the Opendatasoft Explore v2.1 syntax — supports select, where, group_by and order_by.

Full API documentation ↗

Rate limits

7 000 req/day
per ipmeasured
observed 6 days ago

Dataset

Volume & freshness

Records
3.8k
3818
Update cadence
Irregular
declared upstream
Last upstream update
1 year ago
2025-09-03
Temporal coverage
2023 → ongoing

License

No license declared upstream.

Documentation Data dictionary Versioning

Source: opendatasoft

Machine-readable & source

CFU 2024 Rennes Métropole — live verification badge

Embed this badge in a README or wiki — it always shows the latest verification state and quality tier.