Enflasyon (TÜFE / Yİ-ÜFE / Çekirdek)
get_inflationRetrieve Turkish inflation data for CPI, PPI, or core CPI as annual percentage change or index level within a specified date range.
Instructions
Türkiye enflasyon verisi: TÜFE (tüketici), Yİ-ÜFE (üretici) veya çekirdek (C) — aylık.
Ne zaman kullanılır:
"2023'te yıllık enflasyon neydi", "TÜFE son 12 ayda nasıl değişti" → change='yoy' (yıllık % değişim).
Endeks düzeyi gerektiğinde (örn. iki dönem arası kümülatif hesap) → change='level'.
Parametreler:
measure: 'tufe' | 'ufe' | 'cekirdek'
change: 'yoy' (vars.) | 'level'
period: { start, end }
Dönüş: ortak şema. change='yoy' → unit '%', basis 'yıllık % değişim'. change='level' → unit 'endeks (2025=100)', basis 'düzey (endeks)'. Önemli: 'yoy' ile 'level' BİRBİRİNE KARIŞTIRILMAZ; basis alanını dikkate alın. TÜFE ve çekirdek 2025=100 yeni seridir.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| change | No | 'yoy' = annual % change (yıllık enflasyon, default), 'level' = the index level. | yoy |
| period | Yes | Inclusive date range to query. | |
| measure | Yes | 'tufe' = TÜFE (CPI), 'ufe' = Yİ-ÜFE (PPI), 'cekirdek' = core CPI (C indicator). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Methodology, caveats, or verification warnings, when relevant. | |
| unit | Yes | Unit of the values, e.g. '%', 'TL', 'endeks (2003=100)'. | |
| basis | Yes | What the numbers represent: 'nominal' | 'reel' | 'düzey' | 'yıllık % değişim' | ... | |
| label | Yes | Human-readable Turkish name of the series. | |
| series | Yes | EVDS series code that produced these observations (e.g. 'TP.DK.USD.A.YTL'). | |
| source | Yes | Always 'TCMB EVDS'. | |
| fetchedAt | Yes | ISO-8601 timestamp of when the data was fetched. | |
| observations | Yes | The time series, oldest to newest. |