Skip to content

CZK to JPY exchange rate API

Czech Koruna to Yen · quoted 2026-09-25

7.3926

▼ +4.09% over 30D

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 last 30 days, CZK/JPY traded between 7.3478 and 7.7075, averaged 7.4736 and fell 4.09%. 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 30D

CZK/JPY over 30D: show the values
PointCZK/JPY
2026-08-267.7075
2026-08-277.6892
2026-08-287.6992
2026-08-297.6835
2026-08-307.6838
2026-08-317.6785
2026-09-017.6837
2026-09-027.6384
2026-09-037.4815
2026-09-047.5071
2026-09-057.4971
2026-09-067.4950
2026-09-077.4327
2026-09-087.4092
2026-09-097.3654
2026-09-107.3849
2026-09-117.3590
2026-09-127.3484
2026-09-137.3478
2026-09-147.3483
2026-09-157.3629
2026-09-167.3574
2026-09-177.3535
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
2026-09-257.3956

High

7.7075

Low

7.3478

Average

7.4736

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.