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: show the values
| Point | AUD/KRW |
|---|---|
| 2021-09-27 | 856.8669 |
| 2021-11-08 | 876.0772 |
| 2021-12-20 | 847.3042 |
| 2022-01-31 | 852.7692 |
| 2022-03-14 | 896.9876 |
| 2022-04-27 | 905.0317 |
| 2022-06-08 | 904.5654 |
| 2022-07-20 | 905.8103 |
| 2022-08-31 | 920.2865 |
| 2022-10-12 | 891.8905 |
| 2022-11-23 | 900.2837 |
| 2023-01-05 | 867.4832 |
| 2023-02-16 | 888.0775 |
| 2023-03-30 | 869.2432 |
| 2023-05-16 | 894.5731 |
| 2023-06-27 | 870.0595 |
| 2023-08-08 | 858.6324 |
| 2023-09-19 | 856.5619 |
| 2023-10-31 | 857.0765 |
| 2023-12-12 | 863.0383 |
| 2024-01-26 | 880.3499 |
| 2024-03-08 | 875.5302 |
| 2024-04-23 | 889.7018 |
| 2024-06-05 | 911.9673 |
| 2024-07-17 | 929.6511 |
| 2024-08-27 | 902.6552 |
| 2024-10-01 | 891.2171 |
| 2024-10-31 | 905.8821 |
| 2024-11-30 | 907.7465 |
| 2024-12-30 | 918.5546 |
| 2025-01-29 | 900.0724 |
| 2025-02-28 | 907.9032 |
| 2025-03-30 | 910.1972 |
| 2025-04-29 | 919.6748 |
| 2025-05-29 | 885.6109 |
| 2025-06-28 | 889.1337 |
| 2025-07-28 | 904.3860 |
| 2025-08-27 | 904.4934 |
| 2025-09-26 | 920.2734 |
| 2025-10-26 | 941.2690 |
| 2025-11-25 | 946.5124 |
| 2025-12-25 | 969.9246 |
| 2026-01-24 | 997.6579 |
| 2026-02-23 | 1020.5052 |
| 2026-03-25 | 1042.7949 |
| 2026-04-24 | 1055.2740 |
| 2026-05-24 | 1089.0790 |
| 2026-06-23 | 1065.5671 |
| 2026-07-23 | 1029.8451 |
| 2026-08-22 | 993.7979 |
| 2026-09-21 | 979.3952 |
High
1089.08
Low
847.3042
Average
919.8153
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.