Skip to content

AUD to KRW exchange rate API

Australian Dollar to Won · quoted 2026-09-25

961.1523

▲ +12.17% over 5Y

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 5 years, AUD/KRW traded between 847.3042 and 1089.08, averaged 919.8153 and rose 12.17%. 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 5Y

AUD/KRW over 5Y: show the values
PointAUD/KRW
2021-09-27856.8669
2021-11-08876.0772
2021-12-20847.3042
2022-01-31852.7692
2022-03-14896.9876
2022-04-27905.0317
2022-06-08904.5654
2022-07-20905.8103
2022-08-31920.2865
2022-10-12891.8905
2022-11-23900.2837
2023-01-05867.4832
2023-02-16888.0775
2023-03-30869.2432
2023-05-16894.5731
2023-06-27870.0595
2023-08-08858.6324
2023-09-19856.5619
2023-10-31857.0765
2023-12-12863.0383
2024-01-26880.3499
2024-03-08875.5302
2024-04-23889.7018
2024-06-05911.9673
2024-07-17929.6511
2024-08-27902.6552
2024-10-01891.2171
2024-10-31905.8821
2024-11-30907.7465
2024-12-30918.5546
2025-01-29900.0724
2025-02-28907.9032
2025-03-30910.1972
2025-04-29919.6748
2025-05-29885.6109
2025-06-28889.1337
2025-07-28904.3860
2025-08-27904.4934
2025-09-26920.2734
2025-10-26941.2690
2025-11-25946.5124
2025-12-25969.9246
2026-01-24997.6579
2026-02-231020.5052
2026-03-251042.7949
2026-04-241055.2740
2026-05-241089.0790
2026-06-231065.5671
2026-07-231029.8451
2026-08-22993.7979
2026-09-21979.3952

High

1089.08

Low

847.3042

Average

919.8153

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.