Skip to content

AZN to KRW exchange rate API

Azerbaijanian Manat to Won · quoted 2026-09-26

797.0096

▼ +10.73% over 6M

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 6 months, AZN/KRW traded between 788.7764 and 903.8083, averaged 856.7798 and fell 10.73%. 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 6M

AZN/KRW over 6M: show the values
PointAZN/KRW
2026-03-30892.7599
2026-04-06891.0127
2026-04-13874.0849
2026-04-20863.3427
2026-04-27865.2283
2026-05-04864.6241
2026-05-11867.3799
2026-05-19887.4978
2026-05-27882.1764
2026-06-03900.5816
2026-06-12894.2443
2026-06-19901.3589
2026-06-26903.8083
2026-07-03900.7284
2026-07-10885.2452
2026-07-17873.7189
2026-07-24859.1971
2026-07-31849.1930
2026-08-07832.9127
2026-08-14830.0786
2026-08-22815.2698
2026-08-29808.8031
2026-09-05791.4751
2026-09-12788.7764
2026-09-19815.5380
2026-09-26797.0096

High

903.8083

Low

788.7764

Average

856.7798

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.