CAD to KRW exchange rate API
Canadian Dollar to Won · quoted 2026-09-25
967.1436
▼ +8.31% over YTD
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 year to date, CAD/KRW traded between 967.1436 and 1104.82, averaged 1053.75 and fell 8.31%. 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 YTD: show the values
| Point | CAD/KRW |
|---|---|
| 2025-12-31 | 1054.7866 |
| 2026-01-07 | 1048.3238 |
| 2026-01-14 | 1063.1462 |
| 2026-01-21 | 1061.8337 |
| 2026-01-28 | 1053.3685 |
| 2026-02-04 | 1066.2412 |
| 2026-02-11 | 1079.3048 |
| 2026-02-18 | 1059.5524 |
| 2026-02-25 | 1042.9808 |
| 2026-03-04 | 1072.4957 |
| 2026-03-11 | 1086.6729 |
| 2026-03-18 | 1096.1584 |
| 2026-03-25 | 1086.5245 |
| 2026-04-01 | 1083.0626 |
| 2026-04-08 | 1063.6243 |
| 2026-04-15 | 1071.7711 |
| 2026-04-22 | 1081.5774 |
| 2026-04-29 | 1081.1461 |
| 2026-05-06 | 1064.6047 |
| 2026-05-13 | 1087.2689 |
| 2026-05-20 | 1094.2484 |
| 2026-05-27 | 1084.0426 |
| 2026-06-03 | 1104.8157 |
| 2026-06-10 | 1094.4568 |
| 2026-06-17 | 1082.7230 |
| 2026-06-24 | 1086.5245 |
| 2026-07-01 | 1095.4051 |
| 2026-07-08 | 1063.8914 |
| 2026-07-15 | 1060.2194 |
| 2026-07-22 | 1050.8246 |
| 2026-07-29 | 1029.6998 |
| 2026-08-05 | 1013.5369 |
| 2026-08-12 | 1017.6532 |
| 2026-08-19 | 1003.1127 |
| 2026-08-26 | 998.0156 |
| 2026-09-02 | 978.5204 |
| 2026-09-09 | 970.4795 |
| 2026-09-16 | 981.2405 |
| 2026-09-23 | 969.0867 |
High
1104.82
Low
967.1436
Average
1053.75
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.