AZN to TRY exchange rate API
Azerbaijanian Manat to Turkish Lira · quoted 2026-09-25
28.8031
▲ +15.54% over 1Y
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 year, AZN/TRY traded between 24.6191 and 28.8031, averaged 26.3811 and rose 15.54%. 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 1Y: show the values
| Point | AZN/TRY |
|---|---|
| 2025-09-25 | 24.9301 |
| 2025-10-02 | 25.0132 |
| 2025-10-09 | 25.0824 |
| 2025-10-16 | 24.6191 |
| 2025-10-23 | 24.7552 |
| 2025-10-30 | 24.6814 |
| 2025-11-06 | 24.7767 |
| 2025-11-13 | 24.8554 |
| 2025-11-20 | 24.9235 |
| 2025-11-27 | 24.9649 |
| 2025-12-04 | 24.9691 |
| 2025-12-12 | 25.0171 |
| 2025-12-19 | 25.1818 |
| 2025-12-26 | 25.2423 |
| 2026-01-02 | 25.3111 |
| 2026-01-09 | 25.3565 |
| 2026-01-16 | 25.4589 |
| 2026-01-23 | 25.5034 |
| 2026-01-30 | 25.5807 |
| 2026-02-06 | 25.6558 |
| 2026-02-13 | 25.7291 |
| 2026-02-20 | 25.7916 |
| 2026-02-27 | 25.8598 |
| 2026-03-06 | 25.9259 |
| 2026-03-13 | 25.9940 |
| 2026-03-20 | 26.0631 |
| 2026-03-27 | 26.1507 |
| 2026-04-03 | 26.2294 |
| 2026-04-10 | 26.2518 |
| 2026-04-17 | 26.4385 |
| 2026-04-24 | 26.4172 |
| 2026-05-01 | 26.6375 |
| 2026-05-08 | 26.7414 |
| 2026-05-16 | 26.7246 |
| 2026-05-24 | 26.8487 |
| 2026-05-31 | 26.9543 |
| 2026-06-09 | 27.1275 |
| 2026-06-16 | 27.2350 |
| 2026-06-23 | 27.3410 |
| 2026-06-30 | 27.4470 |
| 2026-07-07 | 27.5531 |
| 2026-07-14 | 27.6503 |
| 2026-07-21 | 27.7428 |
| 2026-07-28 | 27.8704 |
| 2026-08-04 | 27.9740 |
| 2026-08-11 | 28.0746 |
| 2026-08-18 | 28.1835 |
| 2026-08-26 | 28.3043 |
| 2026-09-02 | 28.4081 |
| 2026-09-09 | 28.4977 |
| 2026-09-16 | 28.6228 |
| 2026-09-23 | 28.7279 |
High
28.8031
Low
24.6191
Average
26.3811
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.