Skip to content

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

CAD/KRW over 6M: show the values
PointCAD/KRW
2026-03-291091.2011
2026-04-051087.2332
2026-04-121074.6869
2026-04-191070.4163
2026-04-261082.8809
2026-05-031085.8416
2026-05-101071.7565
2026-05-171092.7100
2026-05-241102.7713
2026-05-311096.4112
2026-06-071124.0351
2026-06-141090.7414
2026-06-211082.4135
2026-06-281085.1420
2026-07-051079.0165
2026-07-121062.3341
2026-07-191064.4689
2026-07-261038.8273
2026-08-021031.6968
2026-08-091012.8115
2026-08-161020.0846
2026-08-231009.3484
2026-08-30993.9787
2026-09-06978.0080
2026-09-13984.2564
2026-09-20995.1504

High

1124.04

Low

967.1436

Average

1054.64

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.