Skip to content

TRY to AZN exchange rate API

Turkish Lira to Azerbaijanian Manat · quoted 2026-09-25

0.03472

▼ +13.45% over 1Y

1 TRY = 0.03472 AZN · 1 AZN = 28.8035 TRY · Get this rate via the API

1 TRY buys 0.03472 AZN as of 2026-09-25, so 1 AZN buys 28.8035 TRY. Over the last year, TRY/AZN traded between 0.03472 and 0.04062, averaged 0.03799 and fell 13.45%. The API holds daily TRY/AZN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TRY/AZN over 1Y

TRY/AZN over 1Y: show the values
PointTRY/AZN
2025-09-250.04011
2025-10-020.03998
2025-10-090.03987
2025-10-160.04062
2025-10-230.04040
2025-10-300.04052
2025-11-060.04036
2025-11-130.04023
2025-11-200.04012
2025-11-270.04006
2025-12-040.04005
2025-12-120.03997
2025-12-190.03971
2025-12-260.03961
2026-01-020.03951
2026-01-090.03944
2026-01-160.03928
2026-01-230.03921
2026-01-300.03909
2026-02-060.03898
2026-02-130.03887
2026-02-200.03877
2026-02-270.03867
2026-03-060.03857
2026-03-130.03847
2026-03-200.03837
2026-03-270.03824
2026-04-030.03812
2026-04-100.03809
2026-04-170.03782
2026-04-240.03785
2026-05-010.03754
2026-05-080.03739
2026-05-160.03742
2026-05-240.03725
2026-05-310.03710
2026-06-090.03686
2026-06-160.03672
2026-06-230.03658
2026-06-300.03643
2026-07-070.03629
2026-07-140.03617
2026-07-210.03605
2026-07-280.03588
2026-08-040.03575
2026-08-110.03562
2026-08-180.03548
2026-08-260.03533
2026-09-020.03520
2026-09-090.03509
2026-09-160.03494
2026-09-230.03481

High

0.04062

Low

0.03472

Average

0.03799

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TRY&currencies=AZN").json()

Replace YOUR_API_KEY with the key from your dashboard.

TRY/AZN API questions

How do I get the TRY/AZN exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TRY&currencies=AZN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TRY/AZN rate in rates.AZN.

How far back does TRY/AZN historical data go?

Daily TRY/AZN 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 TRY/AZN 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.