AZN to TRY exchange rate API
Azerbaijanian Manat to Turkish Lira · quoted 2026-09-25
28.8031
▲ +1.76% over 30D
1 AZN = 28.8031 TRY · 1 TRY = 0.03472 AZN · Get this rate via the API
1 AZN buys 28.8031 TRY as of 2026-09-25, so 1 TRY buys 0.03472 AZN. Over the last 30 days, AZN/TRY traded between 28.2189 and 29.0088, averaged 28.5510 and rose 1.76%. The API holds daily AZN/TRY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AZN/TRY over 30D: show the values
| Point | AZN/TRY |
|---|---|
| 2026-08-26 | 28.3043 |
| 2026-08-27 | 28.3127 |
| 2026-08-28 | 28.3790 |
| 2026-08-29 | 28.3550 |
| 2026-08-30 | 28.3535 |
| 2026-08-31 | 28.2189 |
| 2026-09-01 | 28.3966 |
| 2026-09-02 | 28.4081 |
| 2026-09-03 | 28.4201 |
| 2026-09-04 | 28.4954 |
| 2026-09-05 | 28.4942 |
| 2026-09-06 | 28.4651 |
| 2026-09-07 | 28.4901 |
| 2026-09-08 | 28.5059 |
| 2026-09-09 | 28.4977 |
| 2026-09-10 | 28.5264 |
| 2026-09-11 | 28.5861 |
| 2026-09-12 | 28.5557 |
| 2026-09-13 | 28.5521 |
| 2026-09-14 | 28.6014 |
| 2026-09-15 | 28.6117 |
| 2026-09-16 | 28.6228 |
| 2026-09-17 | 28.6325 |
| 2026-09-18 | 29.0088 |
| 2026-09-19 | 28.6892 |
| 2026-09-20 | 28.6619 |
| 2026-09-21 | 28.7053 |
| 2026-09-22 | 28.7109 |
| 2026-09-23 | 28.7279 |
| 2026-09-24 | 28.7377 |
| 2026-09-25 | 28.8022 |
High
29.0088
Low
28.2189
Average
28.5510
Get this rate via the API
One GET request returns the AZN/TRY rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=TRY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=TRY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=TRY").json()Replace YOUR_API_KEY with the key from your dashboard.
AZN/TRY API questions
How do I get the AZN/TRY exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=TRY, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AZN/TRY rate in rates.TRY.
How far back does AZN/TRY historical data go?
Daily AZN/TRY rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free AZN/TRY exchange rate API?
Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.
Put these rates in your application
One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.