TCMB EVDS
Also an agent toolTCMB EVDS (Türkiye Cumhuriyet Merkez Bankası — Elektronik Veri Dağıtım Sistemi): read the Turkish central bank's economic and FX time-series (döviz kurları, faiz, enflasyon, ödemeler dengesi) plus browse the category / data-group / series metadata catalog. Read-only reference data.
4 actions · 1 triggers
The TCMB EVDS integration lets you connect TCMB EVDS to your automations with 4 actions and 1 triggers — and every action is also a tool an AI agent can call. Examples: Get Categories, Get Data Groups, Get Series List, Get Series. No blank-canvas wiring — connect it and use it in your workflows.
Every action below is also a tool an AI agent can call — the same pack powers your workflows and your agents.
Triggers 1
Events in TCMB EVDS that can start a workflow.
New EVDS observations (polled)
Polls /series on a schedule, advancing startDate (DD-MM-YYYY) to the latest observation date so only newer rows are returned. Reference data updates on a publication schedule, not in real time.
Actions 4
What Zervanor can do in TCMB EVDS.
Categories1
Get Categories
List the top-level data categories (ana konu başlıkları) in the EVDS catalog (GET /categories). Safe read that verifies the API key + connectivity. Note the EVDS quirk: the official service documents this as /categories/key=<key>/type=json; here the key is sent as the 'key' auth header and type=json is carried as a defaulted query parameter.
Datagroups1
Get Data Groups
List the data groups (veri grupları) within a category (GET /datagroups). Use mode=1 with a category code to filter to one category, or mode=0 to list all groups.
SerieList1
Get Series List
List the series (seriler) that belong to a data group (GET /serieList). Returns each series code, name and frequency so you can pick codes to pass to Get Series.
Series1
Get Series
Fetch time-series observations (GET /series). Pass one or more series codes joined by '-' (e.g. TP.DK.USD.A-TP.DK.EUR.A), a startDate/endDate window in DD-MM-YYYY format, and optional aggregationTypes / formulas / frequency. Returns observations under 'items'. Usable as a scheduled polling source keyed on the latest observation date.
Nothing matches your search.
Automations using TCMB EVDS
Build your own automation with TCMB EVDS in the visual builder.
Frequently asked questions
What can I automate with TCMB EVDS?
4 actions are available — for example: Get Categories, Get Data Groups, Get Series List, Get Series.
Which TCMB EVDS events can start a workflow?
1 triggers — for example: New EVDS observations (polled).
Can TCMB EVDS be used as an AI agent tool?
Yes. Every TCMB EVDS action automatically becomes a tool an AI agent can call — the same pack powers both your workflows and your agents.
How is the TCMB EVDS integration modelled?
TCMB EVDS is modelled as a versioned connector pack, and the steps that need reasoning fall to first-party agents hosted in the same runtime as the workflows.