Skip to content

CZK to JPY exchange rate API

Czech Koruna to Yen · quoted 2026-09-25

7.4040

▼ +0.41% over 7D

1 CZK = 7.4040 JPY · 1 JPY = 0.13506 CZK · Get this rate via the API

1 CZK buys 7.4040 JPY as of 2026-09-25, so 1 JPY buys 0.13506 CZK. Over the last 7 days, CZK/JPY traded between 7.3904 and 7.4342, averaged 7.4070 and fell 0.41%. The API holds daily CZK/JPY rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.

CZK/JPY over 7D

CZK/JPY over 7D: show the values
PointCZK/JPY
2026-09-187.4342
2026-09-197.4024
2026-09-207.4031
2026-09-217.4203
2026-09-227.4010
2026-09-237.3904
2026-09-247.4007

High

7.4342

Low

7.3904

Average

7.4070

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

CZK/JPY API questions

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

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

How far back does CZK/JPY historical data go?

Daily CZK/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 CZK/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.