Turkey Fuel Prices
tr_fuel_pricesPetrol, diesel and heating-oil pump prices for all 81 Turkish provinces, including the price in force on any past date.
The distributor publishes today's pump price and a per-district history query, one district and one range at a time. This endpoint answers the question that actually costs money, in a single call: what was diesel in Ankara on 12 March? Pass asOf for the price in force on that day — if the distributor did not change prices that day, the previous price is carried forward and effectiveFrom says when it started, with carriedForward: true. Pass from/to to get the change events in a window, each with the percentage move. Every figure carries the source URL and a content hash of the page it was read from, so the number can still be defended in an audit years later. Leave province empty to list coverage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | ||
| asOf | No | Price in force on this date (YYYY-MM-DD). Omitted → latest known price. | |
| from | No | With `to`: return the price changes in this window. | |
| product | No | Fuel product. Omitted → every product available for that province. | |
| province | No | Province name or plate code — "Ankara", "istanbul" or 34. Leave empty to list covered provinces. | |
| includeDistricts | No | Adds districts whose pump price differs from the province reference price. |