CAD to KRW exchange rate API
Canadian Dollar to Won · quoted 2026-09-25
967.1436
▼ +11.37% over 6M
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 6 months, CAD/KRW traded between 967.1436 and 1124.04, averaged 1054.64 and fell 11.37%. 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 6M: show the values
| Point | CAD/KRW |
|---|---|
| 2026-03-29 | 1091.2011 |
| 2026-04-05 | 1087.2332 |
| 2026-04-12 | 1074.6869 |
| 2026-04-19 | 1070.4163 |
| 2026-04-26 | 1082.8809 |
| 2026-05-03 | 1085.8416 |
| 2026-05-10 | 1071.7565 |
| 2026-05-17 | 1092.7100 |
| 2026-05-24 | 1102.7713 |
| 2026-05-31 | 1096.4112 |
| 2026-06-07 | 1124.0351 |
| 2026-06-14 | 1090.7414 |
| 2026-06-21 | 1082.4135 |
| 2026-06-28 | 1085.1420 |
| 2026-07-05 | 1079.0165 |
| 2026-07-12 | 1062.3341 |
| 2026-07-19 | 1064.4689 |
| 2026-07-26 | 1038.8273 |
| 2026-08-02 | 1031.6968 |
| 2026-08-09 | 1012.8115 |
| 2026-08-16 | 1020.0846 |
| 2026-08-23 | 1009.3484 |
| 2026-08-30 | 993.9787 |
| 2026-09-06 | 978.0080 |
| 2026-09-13 | 984.2564 |
| 2026-09-20 | 995.1504 |
High
1124.04
Low
967.1436
Average
1054.64
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.