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: show the values
| Point | CZK/JPY |
|---|---|
| 2025-09-25 | 7.1926 |
| 2025-10-02 | 7.1152 |
| 2025-10-09 | 7.2926 |
| 2025-10-16 | 7.2541 |
| 2025-10-23 | 7.2791 |
| 2025-10-30 | 7.3168 |
| 2025-11-06 | 7.2799 |
| 2025-11-13 | 7.4230 |
| 2025-11-20 | 7.5053 |
| 2025-11-27 | 7.4919 |
| 2025-12-04 | 7.4740 |
| 2025-12-11 | 7.5248 |
| 2025-12-18 | 7.4840 |
| 2025-12-25 | 7.5617 |
| 2026-01-01 | 7.6021 |
| 2026-01-08 | 7.5414 |
| 2026-01-15 | 7.5916 |
| 2026-01-22 | 7.6462 |
| 2026-01-29 | 7.5398 |
| 2026-02-05 | 7.6146 |
| 2026-02-12 | 7.5282 |
| 2026-02-19 | 7.5088 |
| 2026-02-26 | 7.6041 |
| 2026-03-05 | 7.5025 |
| 2026-03-12 | 7.5158 |
| 2026-03-19 | 7.4422 |
| 2026-03-26 | 7.5247 |
| 2026-04-02 | 7.4955 |
| 2026-04-09 | 7.6103 |
| 2026-04-16 | 7.6927 |
| 2026-04-23 | 7.6582 |
| 2026-04-30 | 7.5191 |
| 2026-05-07 | 7.5730 |
| 2026-05-14 | 7.6055 |
| 2026-05-21 | 7.5988 |
| 2026-05-28 | 7.6252 |
| 2026-06-04 | 7.6807 |
| 2026-06-11 | 7.6558 |
| 2026-06-18 | 7.6275 |
| 2026-06-25 | 7.5690 |
| 2026-07-02 | 7.6061 |
| 2026-07-09 | 7.6573 |
| 2026-07-16 | 7.6874 |
| 2026-07-23 | 7.6996 |
| 2026-07-30 | 7.7374 |
| 2026-08-06 | 7.5246 |
| 2026-08-13 | 7.5857 |
| 2026-08-20 | 7.6781 |
| 2026-08-27 | 7.6892 |
| 2026-09-03 | 7.4815 |
| 2026-09-10 | 7.3849 |
| 2026-09-17 | 7.3535 |
| 2026-09-24 | 7.4007 |
High
7.7374
Low
7.1152
Average
7.5212
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.