Skip to content

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

CAD/KRW over 1Y: show the values
PointCAD/KRW
2025-09-251010.4666
2025-10-021005.1936
2025-10-091017.2864
2025-10-161008.9743
2025-10-231029.4621
2025-10-301024.4207
2025-11-061025.9665
2025-11-131044.9981
2025-11-201044.7146
2025-11-271041.0810
2025-12-041053.2494
2025-12-111066.1287
2025-12-181071.2089
2025-12-251057.8047
2026-01-011051.3942
2026-01-081047.7478
2026-01-151056.0390
2026-01-221062.4639
2026-01-291057.9643
2026-02-051070.7264
2026-02-121058.9168
2026-02-191057.8076
2026-02-261042.5568
2026-03-051083.2518
2026-03-121088.7114
2026-03-191093.9761
2026-03-261088.7874
2026-04-021090.4183
2026-04-091068.7978
2026-04-161075.5657
2026-04-231082.1726
2026-04-301080.6497
2026-05-071064.4644
2026-05-141086.9373
2026-05-211095.6614
2026-05-281084.7773
2026-06-041102.7763
2026-06-111094.2026
2026-06-181089.4561
2026-06-251083.5121
2026-07-021089.6319
2026-07-091067.4546
2026-07-161054.9001
2026-07-231046.3522
2026-07-301020.7274
2026-08-061017.0156
2026-08-131018.1866
2026-08-201014.0383
2026-08-27995.2636
2026-09-03984.1382
2026-09-10972.6219
2026-09-17987.8708
2026-09-24969.4586

High

1102.78

Low

967.1436

Average

1049.36

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD&currencies=KRW"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD&currencies=KRW");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD&currencies=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&currencies=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.