AZN to KRW exchange rate API
Azerbaijanian Manat to Won · quoted 2026-09-26
797.0096
▼ +5.96% over 1Y
1 AZN = 797.0096 KRW · 1 KRW = 0.001255 AZN · Get this rate via the API
1 AZN buys 797.0096 KRW as of 2026-09-26, so 1 KRW buys 0.001255 AZN. Over the last year, AZN/KRW traded between 790.4717 and 916.5173, averaged 857.6668 and fell 5.96%. The API holds daily AZN/KRW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AZN/KRW over 1Y: show the values
| Point | AZN/KRW |
|---|---|
| 2025-09-26 | 847.5013 |
| 2025-10-03 | 844.9444 |
| 2025-10-10 | 854.2424 |
| 2025-10-17 | 835.6356 |
| 2025-10-24 | 846.7365 |
| 2025-10-31 | 839.4868 |
| 2025-11-07 | 858.6086 |
| 2025-11-14 | 853.8293 |
| 2025-11-21 | 867.2285 |
| 2025-11-28 | 864.5064 |
| 2025-12-05 | 866.2239 |
| 2025-12-13 | 867.4645 |
| 2025-12-20 | 867.9854 |
| 2025-12-27 | 850.3099 |
| 2026-01-03 | 847.4940 |
| 2026-01-10 | 856.9875 |
| 2026-01-17 | 866.5132 |
| 2026-01-24 | 850.7576 |
| 2026-01-31 | 853.2653 |
| 2026-02-07 | 861.0608 |
| 2026-02-14 | 847.5334 |
| 2026-02-21 | 850.3274 |
| 2026-02-28 | 846.3589 |
| 2026-03-07 | 873.5322 |
| 2026-03-14 | 883.0879 |
| 2026-03-21 | 885.1394 |
| 2026-03-28 | 884.9924 |
| 2026-04-04 | 889.0606 |
| 2026-04-11 | 871.2422 |
| 2026-04-18 | 860.9543 |
| 2026-04-25 | 866.5882 |
| 2026-05-02 | 863.4659 |
| 2026-05-09 | 857.9497 |
| 2026-05-17 | 882.8623 |
| 2026-05-25 | 890.4417 |
| 2026-06-01 | 887.4308 |
| 2026-06-10 | 896.7646 |
| 2026-06-17 | 892.4013 |
| 2026-06-24 | 909.6639 |
| 2026-07-01 | 916.5173 |
| 2026-07-08 | 887.6921 |
| 2026-07-15 | 877.7476 |
| 2026-07-22 | 870.7926 |
| 2026-07-29 | 854.3212 |
| 2026-08-05 | 837.4844 |
| 2026-08-12 | 833.6077 |
| 2026-08-20 | 821.4037 |
| 2026-08-27 | 812.0019 |
| 2026-09-03 | 798.3942 |
| 2026-09-10 | 790.4717 |
| 2026-09-17 | 813.2671 |
| 2026-09-24 | 805.0488 |
High
916.5173
Low
790.4717
Average
857.6668
Get this rate via the API
One GET request returns the AZN/KRW 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=KRW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=KRW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=KRW").json()Replace YOUR_API_KEY with the key from your dashboard.
AZN/KRW API questions
How do I get the AZN/KRW exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=KRW, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AZN/KRW rate in rates.KRW.
How far back does AZN/KRW historical data go?
Daily AZN/KRW 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/KRW 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.