Skip to content

CAD to JPY exchange rate API

Canadian Dollar to Yen · quoted 2026-09-24

112.4231

▲ +28.35% over 5Y

1 CAD = 112.4231 JPY · 1 JPY = 0.008895 CAD · Get this rate via the API

1 CAD buys 112.4231 JPY as of 2026-09-24, so 1 JPY buys 0.008895 CAD. Over the last 5 years, CAD/JPY traded between 87.5912 and 116.5262, averaged 106.7420 and rose 28.35%. The API holds daily CAD/JPY rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.

CAD/JPY over 5Y

CAD/JPY over 5Y: show the values
PointCAD/JPY
2021-09-2787.5912
2021-11-0891.1041
2021-12-2087.8441
2022-01-3190.4869
2022-03-1492.5026
2022-04-2799.8895
2022-06-08106.8687
2022-07-20107.3104
2022-08-31105.8043
2022-10-12106.2635
2022-11-23105.1891
2023-01-0598.4563
2023-02-1699.9791
2023-03-3097.9783
2023-05-16100.9351
2023-06-27109.0645
2023-08-08106.0997
2023-09-19110.0676
2023-10-31108.9587
2023-12-12107.0142
2024-01-26109.9610
2024-03-08109.5096
2024-04-23112.9933
2024-06-05114.1589
2024-07-17114.5294
2024-08-27107.2003
2024-10-01106.2171
2024-10-31109.8851
2024-11-30106.9475
2024-12-30109.4580
2025-01-29107.5878
2025-02-28104.5077
2025-03-30104.5171
2025-04-29103.0611
2025-05-29104.8288
2025-06-28105.6989
2025-07-28107.9603
2025-08-27106.8947
2025-09-26107.3649
2025-10-26109.2109
2025-11-25110.6804
2025-12-25113.9663
2026-01-24113.8286
2026-02-23113.0921
2026-03-25115.3346
2026-04-24116.5262
2026-05-24115.0460
2026-06-23113.8597
2026-07-23116.1470
2026-08-22115.4835
2026-09-21112.2988

High

116.5262

Low

87.5912

Average

106.7420

For developers

Get this rate via the API

One GET request returns the CAD/JPY 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=JPY"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD&currencies=JPY");
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=JPY").json()

Replace YOUR_API_KEY with the key from your dashboard.

CAD/JPY API questions

How do I get the CAD/JPY exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD&currencies=JPY, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CAD/JPY rate in rates.JPY.

How far back does CAD/JPY historical data go?

Daily CAD/JPY 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/JPY 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.