Skip to content

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

CUC/JPY over 1Y: show the values
PointCUC/JPY
2025-09-27149.5047
2025-10-04147.4469
2025-10-11151.2047
2025-10-18150.6077
2025-10-25152.8693
2025-11-01153.9915
2025-11-08153.4378
2025-11-15154.5369
2025-11-22156.3982
2025-11-29156.1840
2025-12-06155.3119
2025-12-14155.8211
2025-12-21157.6355
2025-12-28156.5392
2026-01-04156.7393
2026-01-11158.0335
2026-01-18157.9904
2026-01-25154.8240
2026-02-01155.0243
2026-02-08157.3777
2026-02-15152.6668
2026-02-22154.9437
2026-03-01156.0658
2026-03-08157.9392
2026-03-15159.6056
2026-03-22159.3062
2026-03-29160.2989
2026-04-05159.6952
2026-04-12159.4243
2026-04-19158.7110
2026-04-26159.5063
2026-05-03156.8697
2026-05-10156.7532
2026-05-18158.7655
2026-05-26159.2058
2026-06-02159.7616
2026-06-11160.5562
2026-06-18160.9470
2026-06-25161.8562
2026-07-02161.5843
2026-07-09162.3656
2026-07-16162.2392
2026-07-23163.5212
2026-07-30162.9799
2026-08-06157.8162
2026-08-13159.2739
2026-08-21158.7109
2026-08-28159.7404
2026-09-04156.2315
2026-09-11154.0192
2026-09-18157.8883
2026-09-25157.5652

High

163.5212

Low

147.4469

Average

157.2756

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CUC&currencies=JPY"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CUC&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=CUC&currencies=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&currencies=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.