AZN to TRY exchange rate API
Azerbaijanian Manat to Turkish Lira · quoted 2026-09-25
28.8031
▲ +10.23% over 6M
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 6 months, AZN/TRY traded between 26.1305 and 29.0088, averaged 27.4899 and rose 10.23%. 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 6M: show the values
| Point | AZN/TRY |
|---|---|
| 2026-03-29 | 26.1305 |
| 2026-04-05 | 26.2336 |
| 2026-04-12 | 26.2192 |
| 2026-04-19 | 26.3232 |
| 2026-04-26 | 26.4190 |
| 2026-05-03 | 26.5032 |
| 2026-05-10 | 26.6132 |
| 2026-05-18 | 27.1302 |
| 2026-05-26 | 27.0040 |
| 2026-06-02 | 27.0157 |
| 2026-06-11 | 27.1498 |
| 2026-06-18 | 27.3208 |
| 2026-06-25 | 27.3624 |
| 2026-07-02 | 27.4748 |
| 2026-07-09 | 27.5428 |
| 2026-07-16 | 27.6798 |
| 2026-07-23 | 27.7854 |
| 2026-07-30 | 27.8718 |
| 2026-08-06 | 27.9972 |
| 2026-08-13 | 28.1028 |
| 2026-08-21 | 28.2738 |
| 2026-08-28 | 28.3790 |
| 2026-09-04 | 28.4954 |
| 2026-09-11 | 28.5861 |
| 2026-09-18 | 29.0088 |
| 2026-09-25 | 28.8022 |
High
29.0088
Low
26.1305
Average
27.4899
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.