Skip to content

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

CAD/KRW over YTD: show the values
PointCAD/KRW
2025-12-311054.7866
2026-01-071048.3238
2026-01-141063.1462
2026-01-211061.8337
2026-01-281053.3685
2026-02-041066.2412
2026-02-111079.3048
2026-02-181059.5524
2026-02-251042.9808
2026-03-041072.4957
2026-03-111086.6729
2026-03-181096.1584
2026-03-251086.5245
2026-04-011083.0626
2026-04-081063.6243
2026-04-151071.7711
2026-04-221081.5774
2026-04-291081.1461
2026-05-061064.6047
2026-05-131087.2689
2026-05-201094.2484
2026-05-271084.0426
2026-06-031104.8157
2026-06-101094.4568
2026-06-171082.7230
2026-06-241086.5245
2026-07-011095.4051
2026-07-081063.8914
2026-07-151060.2194
2026-07-221050.8246
2026-07-291029.6998
2026-08-051013.5369
2026-08-121017.6532
2026-08-191003.1127
2026-08-26998.0156
2026-09-02978.5204
2026-09-09970.4795
2026-09-16981.2405
2026-09-23969.0867

High

1104.82

Low

967.1436

Average

1053.75

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.