Skip to content

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

AZN/KRW over 1Y: show the values
PointAZN/KRW
2025-09-26847.5013
2025-10-03844.9444
2025-10-10854.2424
2025-10-17835.6356
2025-10-24846.7365
2025-10-31839.4868
2025-11-07858.6086
2025-11-14853.8293
2025-11-21867.2285
2025-11-28864.5064
2025-12-05866.2239
2025-12-13867.4645
2025-12-20867.9854
2025-12-27850.3099
2026-01-03847.4940
2026-01-10856.9875
2026-01-17866.5132
2026-01-24850.7576
2026-01-31853.2653
2026-02-07861.0608
2026-02-14847.5334
2026-02-21850.3274
2026-02-28846.3589
2026-03-07873.5322
2026-03-14883.0879
2026-03-21885.1394
2026-03-28884.9924
2026-04-04889.0606
2026-04-11871.2422
2026-04-18860.9543
2026-04-25866.5882
2026-05-02863.4659
2026-05-09857.9497
2026-05-17882.8623
2026-05-25890.4417
2026-06-01887.4308
2026-06-10896.7646
2026-06-17892.4013
2026-06-24909.6639
2026-07-01916.5173
2026-07-08887.6921
2026-07-15877.7476
2026-07-22870.7926
2026-07-29854.3212
2026-08-05837.4844
2026-08-12833.6077
2026-08-20821.4037
2026-08-27812.0019
2026-09-03798.3942
2026-09-10790.4717
2026-09-17813.2671
2026-09-24805.0488

High

916.5173

Low

790.4717

Average

857.6668

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN&currencies=KRW"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN&currencies=KRW");
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=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&currencies=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.