Skip to content

CZK to JPY exchange rate API

Czech Koruna to Yen · quoted 2026-09-25

7.3926

▼ +2.67% over YTD

1 CZK = 7.3926 JPY · 1 JPY = 0.13527 CZK · Get this rate via the API

1 CZK buys 7.3926 JPY as of 2026-09-25, so 1 JPY buys 0.13527 CZK. Over the year to date, CZK/JPY traded between 7.3574 and 7.7075, averaged 7.5799 and fell 2.67%. 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 YTD

CZK/JPY over YTD: show the values
PointCZK/JPY
2025-12-317.5954
2026-01-077.5303
2026-01-147.6177
2026-01-217.6051
2026-01-287.5228
2026-02-047.6015
2026-02-117.5222
2026-02-187.5029
2026-02-257.6240
2026-03-047.5131
2026-03-117.5329
2026-03-187.4995
2026-03-257.5406
2026-04-017.4943
2026-04-087.5935
2026-04-157.6933
2026-04-227.6728
2026-04-297.6716
2026-05-067.5489
2026-05-137.5915
2026-05-207.5849
2026-05-277.6396
2026-06-037.6754
2026-06-107.6547
2026-06-177.6954
2026-06-247.5633
2026-07-017.6363
2026-07-087.6400
2026-07-157.6433
2026-07-227.6980
2026-07-297.7003
2026-08-057.5255
2026-08-127.5728
2026-08-197.6406
2026-08-267.7075
2026-09-027.6384
2026-09-097.3654
2026-09-167.3574
2026-09-237.3904

High

7.7075

Low

7.3574

Average

7.5799

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.