AZN to THB exchange rate API
Azerbaijanian Manat to Baht · quoted 2026-09-24
19.6962
▲ +2.31% over 1Y
1 AZN = 19.6962 THB · 1 THB = 0.05077 AZN · Get this rate via the API
1 AZN buys 19.6962 THB as of 2026-09-24, so 1 THB buys 0.05077 AZN. Over the last year, AZN/THB traded between 18.2417 and 19.7796, averaged 19.0907 and rose 2.31%. The API holds daily AZN/THB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AZN/THB over 1Y: show the values
| Point | AZN/THB |
|---|---|
| 2025-09-24 | 19.2518 |
| 2025-10-01 | 19.4679 |
| 2025-10-08 | 19.5559 |
| 2025-10-15 | 19.1559 |
| 2025-10-22 | 19.3457 |
| 2025-10-29 | 18.9969 |
| 2025-11-05 | 19.1294 |
| 2025-11-12 | 19.0911 |
| 2025-11-19 | 19.0791 |
| 2025-11-26 | 18.9496 |
| 2025-12-03 | 18.7587 |
| 2025-12-11 | 18.6735 |
| 2025-12-18 | 18.5029 |
| 2025-12-25 | 18.2891 |
| 2026-01-01 | 18.5267 |
| 2026-01-08 | 18.5530 |
| 2026-01-15 | 18.4679 |
| 2026-01-22 | 18.4294 |
| 2026-01-29 | 18.3291 |
| 2026-02-05 | 18.6914 |
| 2026-02-12 | 18.2417 |
| 2026-02-19 | 18.3793 |
| 2026-02-26 | 18.2704 |
| 2026-03-05 | 18.6260 |
| 2026-03-12 | 18.7852 |
| 2026-03-19 | 19.3561 |
| 2026-03-26 | 19.3527 |
| 2026-04-02 | 19.2736 |
| 2026-04-09 | 19.0029 |
| 2026-04-16 | 18.7960 |
| 2026-04-23 | 19.0423 |
| 2026-04-30 | 19.3338 |
| 2026-05-07 | 18.8724 |
| 2026-05-15 | 19.3211 |
| 2026-05-23 | 19.2265 |
| 2026-05-30 | 19.1503 |
| 2026-06-06 | 19.2808 |
| 2026-06-15 | 19.1472 |
| 2026-06-22 | 19.3590 |
| 2026-06-29 | 19.5561 |
| 2026-07-06 | 19.6027 |
| 2026-07-13 | 19.6382 |
| 2026-07-20 | 19.7796 |
| 2026-07-27 | 19.7527 |
| 2026-08-03 | 19.6089 |
| 2026-08-10 | 19.4190 |
| 2026-08-17 | 19.4268 |
| 2026-08-25 | 19.2561 |
| 2026-09-01 | 19.5676 |
| 2026-09-08 | 19.3616 |
| 2026-09-15 | 19.5852 |
| 2026-09-22 | 19.4939 |
High
19.7796
Low
18.2417
Average
19.0907
Get this rate via the API
One GET request returns the AZN/THB 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=THB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=THB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=THB").json()Replace YOUR_API_KEY with the key from your dashboard.
AZN/THB API questions
How do I get the AZN/THB exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=THB, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AZN/THB rate in rates.THB.
How far back does AZN/THB historical data go?
Daily AZN/THB 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/THB 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.