Skip to content

CZK to JPY exchange rate API

Czech Koruna to Yen · quoted 2026-09-25

7.3926

▲ +2.78% over 1Y

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 year, CZK/JPY traded between 7.1152 and 7.7374, averaged 7.5212 and rose 2.78%. 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 1Y

CZK/JPY over 1Y: show the values
PointCZK/JPY
2025-09-257.1926
2025-10-027.1152
2025-10-097.2926
2025-10-167.2541
2025-10-237.2791
2025-10-307.3168
2025-11-067.2799
2025-11-137.4230
2025-11-207.5053
2025-11-277.4919
2025-12-047.4740
2025-12-117.5248
2025-12-187.4840
2025-12-257.5617
2026-01-017.6021
2026-01-087.5414
2026-01-157.5916
2026-01-227.6462
2026-01-297.5398
2026-02-057.6146
2026-02-127.5282
2026-02-197.5088
2026-02-267.6041
2026-03-057.5025
2026-03-127.5158
2026-03-197.4422
2026-03-267.5247
2026-04-027.4955
2026-04-097.6103
2026-04-167.6927
2026-04-237.6582
2026-04-307.5191
2026-05-077.5730
2026-05-147.6055
2026-05-217.5988
2026-05-287.6252
2026-06-047.6807
2026-06-117.6558
2026-06-187.6275
2026-06-257.5690
2026-07-027.6061
2026-07-097.6573
2026-07-167.6874
2026-07-237.6996
2026-07-307.7374
2026-08-067.5246
2026-08-137.5857
2026-08-207.6781
2026-08-277.6892
2026-09-037.4815
2026-09-107.3849
2026-09-177.3535
2026-09-247.4007

High

7.7374

Low

7.1152

Average

7.5212

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.