Skip to content

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

AZN/TRY over 1Y: show the values
PointAZN/TRY
2025-09-2524.9301
2025-10-0225.0132
2025-10-0925.0824
2025-10-1624.6191
2025-10-2324.7552
2025-10-3024.6814
2025-11-0624.7767
2025-11-1324.8554
2025-11-2024.9235
2025-11-2724.9649
2025-12-0424.9691
2025-12-1225.0171
2025-12-1925.1818
2025-12-2625.2423
2026-01-0225.3111
2026-01-0925.3565
2026-01-1625.4589
2026-01-2325.5034
2026-01-3025.5807
2026-02-0625.6558
2026-02-1325.7291
2026-02-2025.7916
2026-02-2725.8598
2026-03-0625.9259
2026-03-1325.9940
2026-03-2026.0631
2026-03-2726.1507
2026-04-0326.2294
2026-04-1026.2518
2026-04-1726.4385
2026-04-2426.4172
2026-05-0126.6375
2026-05-0826.7414
2026-05-1626.7246
2026-05-2426.8487
2026-05-3126.9543
2026-06-0927.1275
2026-06-1627.2350
2026-06-2327.3410
2026-06-3027.4470
2026-07-0727.5531
2026-07-1427.6503
2026-07-2127.7428
2026-07-2827.8704
2026-08-0427.9740
2026-08-1128.0746
2026-08-1828.1835
2026-08-2628.3043
2026-09-0228.4081
2026-09-0928.4977
2026-09-1628.6228
2026-09-2328.7279

High

28.8031

Low

24.6191

Average

26.3811

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN&currencies=TRY"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN&currencies=TRY");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN&currencies=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&currencies=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.