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: show the values
| Point | AUD/KRW |
|---|---|
| 2025-09-25 | 924.2206 |
| 2025-10-02 | 926.1273 |
| 2025-10-09 | 936.2506 |
| 2025-10-16 | 921.3938 |
| 2025-10-23 | 936.8252 |
| 2025-10-30 | 937.8736 |
| 2025-11-06 | 942.1938 |
| 2025-11-13 | 959.4969 |
| 2025-11-20 | 951.8990 |
| 2025-11-27 | 954.2896 |
| 2025-12-04 | 972.2437 |
| 2025-12-11 | 979.0864 |
| 2025-12-18 | 976.1927 |
| 2025-12-25 | 969.9246 |
| 2026-01-01 | 962.2129 |
| 2026-01-08 | 972.6213 |
| 2026-01-15 | 981.9184 |
| 2026-01-22 | 999.0759 |
| 2026-01-29 | 1011.1724 |
| 2026-02-05 | 1021.4993 |
| 2026-02-12 | 1023.9960 |
| 2026-02-19 | 1020.3682 |
| 2026-02-26 | 1015.0979 |
| 2026-03-05 | 1039.7637 |
| 2026-03-12 | 1056.1649 |
| 2026-03-19 | 1051.7592 |
| 2026-03-26 | 1041.2390 |
| 2026-04-02 | 1042.2399 |
| 2026-04-09 | 1041.8736 |
| 2026-04-16 | 1059.1299 |
| 2026-04-23 | 1058.2740 |
| 2026-04-30 | 1055.7637 |
| 2026-05-07 | 1052.7166 |
| 2026-05-14 | 1080.0771 |
| 2026-05-21 | 1075.3954 |
| 2026-05-28 | 1069.8865 |
| 2026-06-04 | 1094.5887 |
| 2026-06-11 | 1070.3102 |
| 2026-06-18 | 1077.9368 |
| 2026-06-25 | 1063.5591 |
| 2026-07-02 | 1067.0440 |
| 2026-07-09 | 1049.5755 |
| 2026-07-16 | 1036.8477 |
| 2026-07-23 | 1029.8451 |
| 2026-07-30 | 1000.8582 |
| 2026-08-06 | 1002.4956 |
| 2026-08-13 | 1001.5654 |
| 2026-08-20 | 992.2622 |
| 2026-08-27 | 992.4985 |
| 2026-09-03 | 976.3362 |
| 2026-09-10 | 965.5225 |
| 2026-09-17 | 983.5249 |
| 2026-09-24 | 961.6683 |
High
1094.59
Low
921.3938
Average
1006.44
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=KRW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=KRW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=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¤cies=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.