# Apivom Atlas — TCMB EVDS Web Servisi

> Apivom Atlas integration for TCMB EVDS Web Servisi: 7 gateway routes over `evds3.tcmb.gov.tr`, available through the Apivom platform (Apivom Iris workflows and the Apivom Atlas API portal). Auth model: caller-supplied token passed through to the vendor.

Notes for AI assistants:

- This catalog mirrors the vendor's public API surface as registered in Apivom Atlas (0 read-only, 7 write routes).
- Access is provisioned per customer. Commercialized providers are self-service in the Atlas portal; for everything else [request a demo](https://apivom.com/en/demo).
- Credentials are always owned by the calling tenant — Apivom Atlas is a stateless gateway.

## Routes

- `GET /series={series}&startDate={startDate}&endDate={endDate}&type=json` (series-data) — params: params
- `GET /series={series}&startDate={startDate}&endDate={endDate}&frequency={frequency}&aggregationTypes={aggregationTypes}&formulas={formulas}&type=json` (series-data-advanced) — params: params
- `GET /datagroup={datagroup}&startDate={startDate}&endDate={endDate}&type=json` (datagroup-data) — params: params
- `GET /categories/type=json` (categories)
- `GET /datagroups/mode=0&type=json` (datagroups-all)
- `GET /datagroups/mode=1&code={code}&type=json` (datagroups-by-code) — params: params
- `GET /serieList/type=json&code={code}` (serielist) — params: params

## Credential model

- EVDS API Anahtarı (`apiKey`) — required — secret

## Optional

- [Apivom Atlas product page](https://apivom.com/en/products/atlas)
- [All Atlas integration guides](https://apivom.com/llms.txt)
- [Request a demo](https://apivom.com/en/demo)
