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: show the values
| Point | CAD/JPY |
|---|---|
| 2021-09-27 | 87.5912 |
| 2021-11-08 | 91.1041 |
| 2021-12-20 | 87.8441 |
| 2022-01-31 | 90.4869 |
| 2022-03-14 | 92.5026 |
| 2022-04-27 | 99.8895 |
| 2022-06-08 | 106.8687 |
| 2022-07-20 | 107.3104 |
| 2022-08-31 | 105.8043 |
| 2022-10-12 | 106.2635 |
| 2022-11-23 | 105.1891 |
| 2023-01-05 | 98.4563 |
| 2023-02-16 | 99.9791 |
| 2023-03-30 | 97.9783 |
| 2023-05-16 | 100.9351 |
| 2023-06-27 | 109.0645 |
| 2023-08-08 | 106.0997 |
| 2023-09-19 | 110.0676 |
| 2023-10-31 | 108.9587 |
| 2023-12-12 | 107.0142 |
| 2024-01-26 | 109.9610 |
| 2024-03-08 | 109.5096 |
| 2024-04-23 | 112.9933 |
| 2024-06-05 | 114.1589 |
| 2024-07-17 | 114.5294 |
| 2024-08-27 | 107.2003 |
| 2024-10-01 | 106.2171 |
| 2024-10-31 | 109.8851 |
| 2024-11-30 | 106.9475 |
| 2024-12-30 | 109.4580 |
| 2025-01-29 | 107.5878 |
| 2025-02-28 | 104.5077 |
| 2025-03-30 | 104.5171 |
| 2025-04-29 | 103.0611 |
| 2025-05-29 | 104.8288 |
| 2025-06-28 | 105.6989 |
| 2025-07-28 | 107.9603 |
| 2025-08-27 | 106.8947 |
| 2025-09-26 | 107.3649 |
| 2025-10-26 | 109.2109 |
| 2025-11-25 | 110.6804 |
| 2025-12-25 | 113.9663 |
| 2026-01-24 | 113.8286 |
| 2026-02-23 | 113.0921 |
| 2026-03-25 | 115.3346 |
| 2026-04-24 | 116.5262 |
| 2026-05-24 | 115.0460 |
| 2026-06-23 | 113.8597 |
| 2026-07-23 | 116.1470 |
| 2026-08-22 | 115.4835 |
| 2026-09-21 | 112.2988 |
High
116.5262
Low
87.5912
Average
106.7420
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=JPY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=JPY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=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¤cies=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.