Skip to content

CAD to KRW exchange rate API

Canadian Dollar to Won · quoted 2026-09-25

967.1436

▲ +3.65% over 5Y

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 5 years, CAD/KRW traded between 922.0949 and 1102.77, averaged 1003.13 and rose 3.65%. 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 5Y

CAD/KRW over 5Y: show the values
PointCAD/KRW
2021-09-27933.0545
2021-11-08949.6362
2021-12-20922.0949
2022-01-31947.8541
2022-03-14971.3629
2022-04-27988.7858
2022-06-081001.9606
2022-07-201018.5883
2022-08-311024.1705
2022-10-121033.7142
2022-11-231008.5310
2023-01-05940.1374
2023-02-16960.3182
2023-03-30959.0575
2023-05-16995.6186
2023-06-27988.4793
2023-08-08979.2073
2023-09-19987.2546
2023-10-31975.1633
2023-12-12965.6186
2024-01-26993.4146
2024-03-08980.8249
2024-04-231006.0934
2024-06-051003.1215
2024-07-171008.8168
2024-08-27987.8734
2024-10-01952.4253
2024-10-31991.1795
2024-11-30995.6080
2024-12-301023.6984
2025-01-291001.9458
2025-02-281011.9987
2025-03-301010.9653
2025-04-291036.9555
2025-05-29994.5943
2025-06-28995.1985
2025-07-281009.6303
2025-08-271009.2743
2025-09-261010.7746
2025-10-261029.3137
2025-11-251038.0228
2025-12-251057.8047
2026-01-241056.2924
2026-02-231054.4763
2026-03-251086.5245
2026-04-241079.6418
2026-05-241102.7713
2026-06-231082.7751
2026-07-231046.3522
2026-08-221006.7212
2026-09-21979.8211

High

1102.77

Low

922.0949

Average

1003.13

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.