CZK to FJD exchange rate API
Czech Koruna to Fiji Dollar · quoted 2026-09-25
0.10465
▼ +4.06% over 1Y
1 CZK = 0.10465 FJD · 1 FJD = 9.5554 CZK · Get this rate via the API
1 CZK buys 0.10465 FJD as of 2026-09-25, so 1 FJD buys 9.5554 CZK. Over the last year, CZK/FJD traded between 0.10366 and 0.11030, averaged 0.10712 and fell 4.06%. The API holds daily CZK/FJD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
CZK/FJD over 1Y: show the values
| Point | CZK/FJD |
|---|---|
| 2025-09-25 | 0.10908 |
| 2025-10-02 | 0.10982 |
| 2025-10-09 | 0.10849 |
| 2025-10-16 | 0.10959 |
| 2025-10-23 | 0.10942 |
| 2025-10-30 | 0.10804 |
| 2025-11-06 | 0.10872 |
| 2025-11-13 | 0.10998 |
| 2025-11-20 | 0.10968 |
| 2025-11-27 | 0.10979 |
| 2025-12-04 | 0.11007 |
| 2025-12-11 | 0.11007 |
| 2025-12-18 | 0.10965 |
| 2025-12-25 | 0.11025 |
| 2026-01-01 | 0.11030 |
| 2026-01-08 | 0.10930 |
| 2026-01-15 | 0.10903 |
| 2026-01-22 | 0.10893 |
| 2026-01-29 | 0.10892 |
| 2026-02-05 | 0.10772 |
| 2026-02-12 | 0.10777 |
| 2026-02-19 | 0.10702 |
| 2026-02-26 | 0.10731 |
| 2026-03-05 | 0.10538 |
| 2026-03-12 | 0.10449 |
| 2026-03-19 | 0.10366 |
| 2026-03-26 | 0.10487 |
| 2026-04-02 | 0.10528 |
| 2026-04-09 | 0.10672 |
| 2026-04-16 | 0.10689 |
| 2026-04-23 | 0.10602 |
| 2026-04-30 | 0.10580 |
| 2026-05-07 | 0.10633 |
| 2026-05-14 | 0.10557 |
| 2026-05-21 | 0.10545 |
| 2026-05-28 | 0.10518 |
| 2026-06-04 | 0.10593 |
| 2026-06-11 | 0.10636 |
| 2026-06-18 | 0.10570 |
| 2026-06-25 | 0.10494 |
| 2026-07-02 | 0.10564 |
| 2026-07-09 | 0.10578 |
| 2026-07-16 | 0.10586 |
| 2026-07-23 | 0.10535 |
| 2026-07-30 | 0.10604 |
| 2026-08-06 | 0.10612 |
| 2026-08-13 | 0.10593 |
| 2026-08-20 | 0.10705 |
| 2026-08-27 | 0.10652 |
| 2026-09-03 | 0.10621 |
| 2026-09-10 | 0.10597 |
| 2026-09-17 | 0.10539 |
| 2026-09-24 | 0.10433 |
High
0.11030
Low
0.10366
Average
0.10712
Get this rate via the API
One GET request returns the CZK/FJD 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=FJD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CZK¤cies=FJD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CZK¤cies=FJD").json()Replace YOUR_API_KEY with the key from your dashboard.
CZK/FJD API questions
How do I get the CZK/FJD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CZK¤cies=FJD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CZK/FJD rate in rates.FJD.
How far back does CZK/FJD historical data go?
Daily CZK/FJD rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free CZK/FJD 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.