New-vehicle registration data for Türkiye from the national statistics institute (TÜİK).
Türkiye's figures come from TÜİK, the Turkish Statistical Institute, from its monthly «Motorlu Kara Taşıtları» press bulletin. TÜİK is the official statistics body, so coverage of registrations is complete.
The bulletin's authoritative monthly and year-to-date totals are read from the narrative text; the per-fuel breakdown only exists as an image, so it is OCR'd. Three checks guard the result: narrative-vs-OCR total, a per-fuel sum check with a single-error repair via the published percentages, and a cross-check against the same month a year earlier.
The Veri Portalı is a React SPA with no listing endpoint, so the bulletin for a given month is found by walking bulletin ids outward from the newest one already recorded in the CSV and matching on title and period. Nothing is hard-coded and the anchor re-derives itself each month.
Go and check the numbers yourself:
TÜİK Veri Portalı — Motorlu Kara Taşıtları bulletins ↗
Newest stored month (2026-06) was read from this exact document ↗.
| Acquisition | PDF — parsed from a published PDF |
|---|---|
| Vehicle scope | Otomobil (passenger cars). The bulletin covers eight vehicle categories but only otomobil carries a fuel split. |
| HEV (full hybrids) | Hybrids are a single combined bucket, placed in the HEV column; PHEV is left empty. |
Each variant is its own series with its own CSV. Not every variant is charted in the gallery — the CSV is the authoritative record either way.
| Variant | What it counts | Held | Raw data |
|---|---|---|---|
| Whole | Otomobil (passenger cars) only — the one category TÜİK breaks down by fuel. | 2016-01 – 2026-06 126 rows | data/Türkiye.csv |
Every bar is the span actually present in our stored CSV — breaks in a bar are real gaps in the series, not rendering. Cadence is shown on the right.
Whole 2016-01–2026-06 (126 rows). Some rows additionally carry a time_interval of yearly; the cadence shown is the spacing the periods actually have.
A blank column almost never means "no such cars" — it means this source does not split them out, and those vehicles are counted inside another column. Check the caveats for where they land.
| BEV | HEV | PETROL | DIESEL | OTHERS | |
|---|---|---|---|---|---|
| Whole | reported | reported | reported | reported | reported |
reported column exists but is zero in every row not reported by this source. Hover a cell for the row count.