CAD to KRW exchange rate API
Canadian Dollar to Won · quoted 2026-09-25
967.1436
▼ +4.29% over 1Y
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 year, CAD/KRW traded between 967.1436 and 1102.78, averaged 1049.36 and fell 4.29%. 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 1Y: show the values
| Point | CAD/KRW |
|---|---|
| 2025-09-25 | 1010.4666 |
| 2025-10-02 | 1005.1936 |
| 2025-10-09 | 1017.2864 |
| 2025-10-16 | 1008.9743 |
| 2025-10-23 | 1029.4621 |
| 2025-10-30 | 1024.4207 |
| 2025-11-06 | 1025.9665 |
| 2025-11-13 | 1044.9981 |
| 2025-11-20 | 1044.7146 |
| 2025-11-27 | 1041.0810 |
| 2025-12-04 | 1053.2494 |
| 2025-12-11 | 1066.1287 |
| 2025-12-18 | 1071.2089 |
| 2025-12-25 | 1057.8047 |
| 2026-01-01 | 1051.3942 |
| 2026-01-08 | 1047.7478 |
| 2026-01-15 | 1056.0390 |
| 2026-01-22 | 1062.4639 |
| 2026-01-29 | 1057.9643 |
| 2026-02-05 | 1070.7264 |
| 2026-02-12 | 1058.9168 |
| 2026-02-19 | 1057.8076 |
| 2026-02-26 | 1042.5568 |
| 2026-03-05 | 1083.2518 |
| 2026-03-12 | 1088.7114 |
| 2026-03-19 | 1093.9761 |
| 2026-03-26 | 1088.7874 |
| 2026-04-02 | 1090.4183 |
| 2026-04-09 | 1068.7978 |
| 2026-04-16 | 1075.5657 |
| 2026-04-23 | 1082.1726 |
| 2026-04-30 | 1080.6497 |
| 2026-05-07 | 1064.4644 |
| 2026-05-14 | 1086.9373 |
| 2026-05-21 | 1095.6614 |
| 2026-05-28 | 1084.7773 |
| 2026-06-04 | 1102.7763 |
| 2026-06-11 | 1094.2026 |
| 2026-06-18 | 1089.4561 |
| 2026-06-25 | 1083.5121 |
| 2026-07-02 | 1089.6319 |
| 2026-07-09 | 1067.4546 |
| 2026-07-16 | 1054.9001 |
| 2026-07-23 | 1046.3522 |
| 2026-07-30 | 1020.7274 |
| 2026-08-06 | 1017.0156 |
| 2026-08-13 | 1018.1866 |
| 2026-08-20 | 1014.0383 |
| 2026-08-27 | 995.2636 |
| 2026-09-03 | 984.1382 |
| 2026-09-10 | 972.6219 |
| 2026-09-17 | 987.8708 |
| 2026-09-24 | 969.4586 |
High
1102.78
Low
967.1436
Average
1049.36
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.