Skip to content

AUD to KRW exchange rate API

Australian Dollar to Won · quoted 2026-09-25

961.1523

▲ +4.00% over 1Y

1 AUD = 961.1523 KRW · 1 KRW = 0.001040 AUD · Get this rate via the API

1 AUD buys 961.1523 KRW as of 2026-09-25, so 1 KRW buys 0.001040 AUD. Over the last year, AUD/KRW traded between 921.3938 and 1094.59, averaged 1006.44 and rose 4.00%. The API holds daily AUD/KRW rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.

AUD/KRW over 1Y

AUD/KRW over 1Y: show the values
PointAUD/KRW
2025-09-25924.2206
2025-10-02926.1273
2025-10-09936.2506
2025-10-16921.3938
2025-10-23936.8252
2025-10-30937.8736
2025-11-06942.1938
2025-11-13959.4969
2025-11-20951.8990
2025-11-27954.2896
2025-12-04972.2437
2025-12-11979.0864
2025-12-18976.1927
2025-12-25969.9246
2026-01-01962.2129
2026-01-08972.6213
2026-01-15981.9184
2026-01-22999.0759
2026-01-291011.1724
2026-02-051021.4993
2026-02-121023.9960
2026-02-191020.3682
2026-02-261015.0979
2026-03-051039.7637
2026-03-121056.1649
2026-03-191051.7592
2026-03-261041.2390
2026-04-021042.2399
2026-04-091041.8736
2026-04-161059.1299
2026-04-231058.2740
2026-04-301055.7637
2026-05-071052.7166
2026-05-141080.0771
2026-05-211075.3954
2026-05-281069.8865
2026-06-041094.5887
2026-06-111070.3102
2026-06-181077.9368
2026-06-251063.5591
2026-07-021067.0440
2026-07-091049.5755
2026-07-161036.8477
2026-07-231029.8451
2026-07-301000.8582
2026-08-061002.4956
2026-08-131001.5654
2026-08-20992.2622
2026-08-27992.4985
2026-09-03976.3362
2026-09-10965.5225
2026-09-17983.5249
2026-09-24961.6683

High

1094.59

Low

921.3938

Average

1006.44

For developers

Get this rate via the API

One GET request returns the AUD/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=AUD&currencies=KRW"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&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=AUD&currencies=KRW").json()

Replace YOUR_API_KEY with the key from your dashboard.

AUD/KRW API questions

How do I get the AUD/KRW exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&currencies=KRW, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AUD/KRW rate in rates.KRW.

How far back does AUD/KRW historical data go?

Daily AUD/KRW rates are available from 1999-01-04. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free AUD/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.