CAD to KRW exchange rate API
Canadian Dollar to Won · quoted 2026-09-25
967.1436
▲ +3.65% over 5Y
1 CAD = 967.1436 KRW · 1 KRW = 0.001034 CAD · Get this rate via the API
1 CAD buys 967.1436 KRW as of 2026-09-25, so 1 KRW buys 0.001034 CAD. Over the last 5 years, CAD/KRW traded between 922.0949 and 1102.77, averaged 1003.13 and rose 3.65%. The API holds daily CAD/KRW rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.
CAD/KRW over 5Y: show the values
| Point | CAD/KRW |
|---|---|
| 2021-09-27 | 933.0545 |
| 2021-11-08 | 949.6362 |
| 2021-12-20 | 922.0949 |
| 2022-01-31 | 947.8541 |
| 2022-03-14 | 971.3629 |
| 2022-04-27 | 988.7858 |
| 2022-06-08 | 1001.9606 |
| 2022-07-20 | 1018.5883 |
| 2022-08-31 | 1024.1705 |
| 2022-10-12 | 1033.7142 |
| 2022-11-23 | 1008.5310 |
| 2023-01-05 | 940.1374 |
| 2023-02-16 | 960.3182 |
| 2023-03-30 | 959.0575 |
| 2023-05-16 | 995.6186 |
| 2023-06-27 | 988.4793 |
| 2023-08-08 | 979.2073 |
| 2023-09-19 | 987.2546 |
| 2023-10-31 | 975.1633 |
| 2023-12-12 | 965.6186 |
| 2024-01-26 | 993.4146 |
| 2024-03-08 | 980.8249 |
| 2024-04-23 | 1006.0934 |
| 2024-06-05 | 1003.1215 |
| 2024-07-17 | 1008.8168 |
| 2024-08-27 | 987.8734 |
| 2024-10-01 | 952.4253 |
| 2024-10-31 | 991.1795 |
| 2024-11-30 | 995.6080 |
| 2024-12-30 | 1023.6984 |
| 2025-01-29 | 1001.9458 |
| 2025-02-28 | 1011.9987 |
| 2025-03-30 | 1010.9653 |
| 2025-04-29 | 1036.9555 |
| 2025-05-29 | 994.5943 |
| 2025-06-28 | 995.1985 |
| 2025-07-28 | 1009.6303 |
| 2025-08-27 | 1009.2743 |
| 2025-09-26 | 1010.7746 |
| 2025-10-26 | 1029.3137 |
| 2025-11-25 | 1038.0228 |
| 2025-12-25 | 1057.8047 |
| 2026-01-24 | 1056.2924 |
| 2026-02-23 | 1054.4763 |
| 2026-03-25 | 1086.5245 |
| 2026-04-24 | 1079.6418 |
| 2026-05-24 | 1102.7713 |
| 2026-06-23 | 1082.7751 |
| 2026-07-23 | 1046.3522 |
| 2026-08-22 | 1006.7212 |
| 2026-09-21 | 979.8211 |
High
1102.77
Low
922.0949
Average
1003.13
Get this rate via the API
One GET request returns the CAD/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=CAD¤cies=KRW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=KRW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=KRW").json()Replace YOUR_API_KEY with the key from your dashboard.
CAD/KRW API questions
How do I get the CAD/KRW exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=KRW, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CAD/KRW rate in rates.KRW.
How far back does CAD/KRW historical data go?
Daily CAD/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 CAD/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.