Politika Faizi / AOFM (TCMB)
get_policy_rateQuery the daily or monthly weighted average cost of funding (AOFM) from TCMB, serving as the closest indicator to the policy rate.
Instructions
TCMB Ağırlıklı Ortalama Fonlama Maliyeti (AOFM) — politika faizine en yakın günlük gösterge.
Ne zaman kullanılır:
"TCMB faizi (fonlama maliyeti) X tarihinde neydi", "faiz son dönemde nasıl seyretti" sorularında.
frequency='monthly' aylık ortalamayı verir (uzun dönem trend için).
Parametreler:
period: { start, end }
frequency: 'daily' (vars.) | 'monthly'
Dönüş: ortak şema — unit '%', basis 'nominal faiz (düzey, %)'. Not: Bu, resmî 1 hafta vadeli repo politika faizinden farklı olabilen AOFM göstergesidir; not alanında belirtilir.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | Yes | Inclusive date range to query. | |
| frequency | No | 'daily' = günlük seri (vars.), 'monthly' = aylık ortalama. | daily |
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. |