Tous les jeux de données

Government consolidated gross debt (quarterly)

Quarterly general government consolidated gross debt as a percentage of GDP, for EU member states, EFTA countries, EU candidates and EU/euro-area aggregates. Eurostat dataset gov_10q_ggdebt ('Quarterly government debt').

Source: Eurostat3,462 lignesMis à jour: 21/09/2026
government-debtfiscalmacroeurope

Qualité

100

Attribution

Eurostat

Schéma

ColonneTypeDescription
datestringObservation period from the Eurostat 'time' dimension. Annual observations (YYYY) are stored as January 1; monthly observations (YYYY-MM) as the first of the month; quarterly observations (YYYY-QN) as the first month of the quarter.
series_idstringSeries key: the Eurostat dimension codes (freq, unit, na_item/coicop/s_adj/age/sex/... and geo) joined with dots, in the dataset's dimension order — e.g. 'A.CP_MEUR.B1GQ.DE'.
series_labelstringHuman-readable series description: the Eurostat-published dimension labels for the series_id codes, joined with commas.
valuefloatObserved value. Units follow the dataset's unit dimension (e.g. 'Current prices, million euro', 'Percentage of population in the labour force', 'Annual rate of change', 'Percentage of gross domestic product (GDP)'). Missing observations are null.

Exemple de lignes

dateseries_idseries_labelvalue
2000-01-01Q.GD.S13.PC_GDP.ATQuarterly, Government consolidated gross debt, General government, Percentage of gross domestic product (GDP), Austria70.8
2000-04-01Q.GD.S13.PC_GDP.ATQuarterly, Government consolidated gross debt, General government, Percentage of gross domestic product (GDP), Austria71.4
2000-07-01Q.GD.S13.PC_GDP.ATQuarterly, Government consolidated gross debt, General government, Percentage of gross domestic product (GDP), Austria72
2000-10-01Q.GD.S13.PC_GDP.ATQuarterly, Government consolidated gross debt, General government, Percentage of gross domestic product (GDP), Austria66.6
2001-01-01Q.GD.S13.PC_GDP.ATQuarterly, Government consolidated gross debt, General government, Percentage of gross domestic product (GDP), Austria70.4

Utiliser avec un LLM

Dirigez n’importe quel LLM vers le point d’accès des métadonnées — la documentation ci-dessus est aussi lisible par machine (JSON-LD + Croissant).

cURL

curl "https://datazimuts.com/v1/datasets/eurostat/eurostat_gov_debt_quarterly" | jq '{title, rows, columns_count, license}'

Python

import requests

ds = requests.get("https://datazimuts.com/v1/datasets/eurostat/eurostat_gov_debt_quarterly").json()
print(ds["title"], ds["rows"], "rows")

# Sample rows for an LLM context window
for row in ds.get("sample_rows", [])[:5]:
    print(row)

Point d’accès API: https://datazimuts.com/v1/datasets/eurostat/eurostat_gov_debt_quarterly

Astuce : récupérez /llms.txt pour le catalogue complet lisible par machine.