CZK to JPY exchange rate API
Czech Koruna to Yen · quoted 2026-09-25
7.3926
▼ +2.67% over YTD
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 year to date, CZK/JPY traded between 7.3574 and 7.7075, averaged 7.5799 and fell 2.67%. 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 YTD: show the values
| Point | CZK/JPY |
|---|---|
| 2025-12-31 | 7.5954 |
| 2026-01-07 | 7.5303 |
| 2026-01-14 | 7.6177 |
| 2026-01-21 | 7.6051 |
| 2026-01-28 | 7.5228 |
| 2026-02-04 | 7.6015 |
| 2026-02-11 | 7.5222 |
| 2026-02-18 | 7.5029 |
| 2026-02-25 | 7.6240 |
| 2026-03-04 | 7.5131 |
| 2026-03-11 | 7.5329 |
| 2026-03-18 | 7.4995 |
| 2026-03-25 | 7.5406 |
| 2026-04-01 | 7.4943 |
| 2026-04-08 | 7.5935 |
| 2026-04-15 | 7.6933 |
| 2026-04-22 | 7.6728 |
| 2026-04-29 | 7.6716 |
| 2026-05-06 | 7.5489 |
| 2026-05-13 | 7.5915 |
| 2026-05-20 | 7.5849 |
| 2026-05-27 | 7.6396 |
| 2026-06-03 | 7.6754 |
| 2026-06-10 | 7.6547 |
| 2026-06-17 | 7.6954 |
| 2026-06-24 | 7.5633 |
| 2026-07-01 | 7.6363 |
| 2026-07-08 | 7.6400 |
| 2026-07-15 | 7.6433 |
| 2026-07-22 | 7.6980 |
| 2026-07-29 | 7.7003 |
| 2026-08-05 | 7.5255 |
| 2026-08-12 | 7.5728 |
| 2026-08-19 | 7.6406 |
| 2026-08-26 | 7.7075 |
| 2026-09-02 | 7.6384 |
| 2026-09-09 | 7.3654 |
| 2026-09-16 | 7.3574 |
| 2026-09-23 | 7.3904 |
High
7.7075
Low
7.3574
Average
7.5799
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.