Skip to content

AZN to KRW exchange rate API

Azerbaijanian Manat to Won · quoted 2026-09-26

797.0096

▼ +6.18% over YTD

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 year to date, AZN/KRW traded between 791.9055 and 906.4281, averaged 858.6357 and fell 6.18%. 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 YTD

AZN/KRW over YTD: show the values
PointAZN/KRW
2025-12-31849.5365
2026-01-07851.5745
2026-01-14867.8882
2026-01-21861.5610
2026-01-28840.4877
2026-02-04856.3246
2026-02-11859.8897
2026-02-18850.5252
2026-02-25839.9133
2026-03-04861.6441
2026-03-11868.8879
2026-03-18884.1677
2026-03-25880.9016
2026-04-01885.1815
2026-04-08867.1923
2026-04-15867.9072
2026-04-22870.1074
2026-04-29869.3200
2026-05-06854.9730
2026-05-14877.4875
2026-05-21887.4965
2026-05-29886.0481
2026-06-05906.4281
2026-06-14895.7829
2026-06-21900.9541
2026-06-28904.8387
2026-07-05901.1461
2026-07-12884.8892
2026-07-19877.4067
2026-07-26860.6409
2026-08-02849.9478
2026-08-09830.4945
2026-08-16832.1118
2026-08-24814.2701
2026-08-31799.8891
2026-09-07792.8978
2026-09-14791.9055
2026-09-21807.1623

High

906.4281

Low

791.9055

Average

858.6357

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.