Skip to content

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

AZN/TRY over 30D: show the values
PointAZN/TRY
2026-08-2628.3043
2026-08-2728.3127
2026-08-2828.3790
2026-08-2928.3550
2026-08-3028.3535
2026-08-3128.2189
2026-09-0128.3966
2026-09-0228.4081
2026-09-0328.4201
2026-09-0428.4954
2026-09-0528.4942
2026-09-0628.4651
2026-09-0728.4901
2026-09-0828.5059
2026-09-0928.4977
2026-09-1028.5264
2026-09-1128.5861
2026-09-1228.5557
2026-09-1328.5521
2026-09-1428.6014
2026-09-1528.6117
2026-09-1628.6228
2026-09-1728.6325
2026-09-1829.0088
2026-09-1928.6892
2026-09-2028.6619
2026-09-2128.7053
2026-09-2228.7109
2026-09-2328.7279
2026-09-2428.7377
2026-09-2528.8022

High

29.0088

Low

28.2189

Average

28.5510

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.