Skip to content

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

AZN/TRY over 6M: show the values
PointAZN/TRY
2026-03-2926.1305
2026-04-0526.2336
2026-04-1226.2192
2026-04-1926.3232
2026-04-2626.4190
2026-05-0326.5032
2026-05-1026.6132
2026-05-1827.1302
2026-05-2627.0040
2026-06-0227.0157
2026-06-1127.1498
2026-06-1827.3208
2026-06-2527.3624
2026-07-0227.4748
2026-07-0927.5428
2026-07-1627.6798
2026-07-2327.7854
2026-07-3027.8718
2026-08-0627.9972
2026-08-1328.1028
2026-08-2128.2738
2026-08-2828.3790
2026-09-0428.4954
2026-09-1128.5861
2026-09-1829.0088
2026-09-2528.8022

High

29.0088

Low

26.1305

Average

27.4899

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.