Skip to content

CZK to JPY exchange rate API

Czech Koruna to Yen · quoted 2026-09-25

7.3926

▲ +44.98% over 5Y

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 5 years, CZK/JPY traded between 5.0717 and 7.7016, averaged 6.5544 and rose 44.98%. 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 5Y

CZK/JPY over 5Y: show the values
PointCZK/JPY
2021-09-275.0992
2021-11-085.1992
2021-12-205.0717
2022-01-315.2843
2022-03-145.1949
2022-04-275.5222
2022-06-085.8452
2022-07-205.7535
2022-08-315.6505
2022-10-125.7954
2022-11-235.9842
2023-01-055.8661
2023-02-166.0507
2023-03-306.1333
2023-05-166.2467
2023-06-276.6559
2023-08-086.4583
2023-09-196.4751
2023-10-316.5274
2023-12-126.4226
2024-01-266.4902
2024-03-086.3612
2024-04-236.5422
2024-06-056.8841
2024-07-176.7699
2024-08-276.4408
2024-10-016.3192
2024-10-316.5661
2024-11-306.2711
2024-12-306.5238
2025-01-296.4286
2025-02-286.2711
2025-03-306.4945
2025-04-296.5115
2025-05-296.5590
2025-06-286.8546
2025-07-287.0183
2025-08-276.9933
2025-09-267.1853
2025-10-267.3123
2025-11-257.4761
2025-12-257.5617
2026-01-247.6009
2026-02-237.5317
2026-03-257.5406
2026-04-247.6605
2026-05-247.6096
2026-06-237.6022
2026-07-237.6996
2026-08-227.7016
2026-09-217.4203

High

7.7016

Low

5.0717

Average

6.5544

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.