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: show the values
| Point | CZK/JPY |
|---|---|
| 2021-09-27 | 5.0992 |
| 2021-11-08 | 5.1992 |
| 2021-12-20 | 5.0717 |
| 2022-01-31 | 5.2843 |
| 2022-03-14 | 5.1949 |
| 2022-04-27 | 5.5222 |
| 2022-06-08 | 5.8452 |
| 2022-07-20 | 5.7535 |
| 2022-08-31 | 5.6505 |
| 2022-10-12 | 5.7954 |
| 2022-11-23 | 5.9842 |
| 2023-01-05 | 5.8661 |
| 2023-02-16 | 6.0507 |
| 2023-03-30 | 6.1333 |
| 2023-05-16 | 6.2467 |
| 2023-06-27 | 6.6559 |
| 2023-08-08 | 6.4583 |
| 2023-09-19 | 6.4751 |
| 2023-10-31 | 6.5274 |
| 2023-12-12 | 6.4226 |
| 2024-01-26 | 6.4902 |
| 2024-03-08 | 6.3612 |
| 2024-04-23 | 6.5422 |
| 2024-06-05 | 6.8841 |
| 2024-07-17 | 6.7699 |
| 2024-08-27 | 6.4408 |
| 2024-10-01 | 6.3192 |
| 2024-10-31 | 6.5661 |
| 2024-11-30 | 6.2711 |
| 2024-12-30 | 6.5238 |
| 2025-01-29 | 6.4286 |
| 2025-02-28 | 6.2711 |
| 2025-03-30 | 6.4945 |
| 2025-04-29 | 6.5115 |
| 2025-05-29 | 6.5590 |
| 2025-06-28 | 6.8546 |
| 2025-07-28 | 7.0183 |
| 2025-08-27 | 6.9933 |
| 2025-09-26 | 7.1853 |
| 2025-10-26 | 7.3123 |
| 2025-11-25 | 7.4761 |
| 2025-12-25 | 7.5617 |
| 2026-01-24 | 7.6009 |
| 2026-02-23 | 7.5317 |
| 2026-03-25 | 7.5406 |
| 2026-04-24 | 7.6605 |
| 2026-05-24 | 7.6096 |
| 2026-06-23 | 7.6022 |
| 2026-07-23 | 7.6996 |
| 2026-08-22 | 7.7016 |
| 2026-09-21 | 7.4203 |
High
7.7016
Low
5.0717
Average
6.5544
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CZK¤cies=JPY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CZK¤cies=JPY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CZK¤cies=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¤cies=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.