CUC to JPY exchange rate API
Peso Convertible to Yen · quoted 2026-09-27
157.3137
▲ +5.22% over 1Y
1 CUC = 157.3137 JPY · 1 JPY = 0.006357 CUC · Get this rate via the API
1 CUC buys 157.3137 JPY as of 2026-09-27, so 1 JPY buys 0.006357 CUC. Over the last year, CUC/JPY traded between 147.4469 and 163.5212, averaged 157.2756 and rose 5.22%. The API holds daily CUC/JPY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
CUC/JPY over 1Y: show the values
| Point | CUC/JPY |
|---|---|
| 2025-09-27 | 149.5047 |
| 2025-10-04 | 147.4469 |
| 2025-10-11 | 151.2047 |
| 2025-10-18 | 150.6077 |
| 2025-10-25 | 152.8693 |
| 2025-11-01 | 153.9915 |
| 2025-11-08 | 153.4378 |
| 2025-11-15 | 154.5369 |
| 2025-11-22 | 156.3982 |
| 2025-11-29 | 156.1840 |
| 2025-12-06 | 155.3119 |
| 2025-12-14 | 155.8211 |
| 2025-12-21 | 157.6355 |
| 2025-12-28 | 156.5392 |
| 2026-01-04 | 156.7393 |
| 2026-01-11 | 158.0335 |
| 2026-01-18 | 157.9904 |
| 2026-01-25 | 154.8240 |
| 2026-02-01 | 155.0243 |
| 2026-02-08 | 157.3777 |
| 2026-02-15 | 152.6668 |
| 2026-02-22 | 154.9437 |
| 2026-03-01 | 156.0658 |
| 2026-03-08 | 157.9392 |
| 2026-03-15 | 159.6056 |
| 2026-03-22 | 159.3062 |
| 2026-03-29 | 160.2989 |
| 2026-04-05 | 159.6952 |
| 2026-04-12 | 159.4243 |
| 2026-04-19 | 158.7110 |
| 2026-04-26 | 159.5063 |
| 2026-05-03 | 156.8697 |
| 2026-05-10 | 156.7532 |
| 2026-05-18 | 158.7655 |
| 2026-05-26 | 159.2058 |
| 2026-06-02 | 159.7616 |
| 2026-06-11 | 160.5562 |
| 2026-06-18 | 160.9470 |
| 2026-06-25 | 161.8562 |
| 2026-07-02 | 161.5843 |
| 2026-07-09 | 162.3656 |
| 2026-07-16 | 162.2392 |
| 2026-07-23 | 163.5212 |
| 2026-07-30 | 162.9799 |
| 2026-08-06 | 157.8162 |
| 2026-08-13 | 159.2739 |
| 2026-08-21 | 158.7109 |
| 2026-08-28 | 159.7404 |
| 2026-09-04 | 156.2315 |
| 2026-09-11 | 154.0192 |
| 2026-09-18 | 157.8883 |
| 2026-09-25 | 157.5652 |
High
163.5212
Low
147.4469
Average
157.2756
Get this rate via the API
One GET request returns the CUC/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=CUC¤cies=JPY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CUC¤cies=JPY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CUC¤cies=JPY").json()Replace YOUR_API_KEY with the key from your dashboard.
CUC/JPY API questions
How do I get the CUC/JPY exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CUC¤cies=JPY, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CUC/JPY rate in rates.JPY.
How far back does CUC/JPY historical data go?
Daily CUC/JPY rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free CUC/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.