FJD to KZT exchange rate API
Fiji Dollar to Tenge · quoted 2026-09-25
196.8856
▼ +18.05% over 1Y
1 FJD = 196.8856 KZT · 1 KZT = 0.005079 FJD · Get this rate via the API
1 FJD buys 196.8856 KZT as of 2026-09-25, so 1 KZT buys 0.005079 FJD. Over the last year, FJD/KZT traded between 196.8856 and 241.5616, averaged 219.0982 and fell 18.05%. The API holds daily FJD/KZT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
FJD/KZT over 1Y: show the values
| Point | FJD/KZT |
|---|---|
| 2025-09-25 | 240.2402 |
| 2025-10-02 | 241.5616 |
| 2025-10-09 | 237.7135 |
| 2025-10-16 | 235.6879 |
| 2025-10-23 | 234.6526 |
| 2025-10-30 | 231.9876 |
| 2025-11-06 | 228.9041 |
| 2025-11-13 | 229.1504 |
| 2025-11-20 | 225.2330 |
| 2025-11-27 | 226.4691 |
| 2025-12-04 | 220.5878 |
| 2025-12-12 | 228.6961 |
| 2025-12-19 | 226.0840 |
| 2025-12-26 | 224.6637 |
| 2026-01-02 | 222.5693 |
| 2026-01-09 | 224.2221 |
| 2026-01-16 | 224.4905 |
| 2026-01-23 | 224.3381 |
| 2026-01-30 | 227.7870 |
| 2026-02-06 | 222.4200 |
| 2026-02-13 | 224.5487 |
| 2026-02-20 | 223.6272 |
| 2026-02-27 | 226.7612 |
| 2026-03-06 | 222.1341 |
| 2026-03-13 | 222.6520 |
| 2026-03-20 | 215.7249 |
| 2026-03-27 | 214.3696 |
| 2026-04-03 | 209.6712 |
| 2026-04-10 | 214.2838 |
| 2026-04-17 | 213.0110 |
| 2026-04-24 | 209.7887 |
| 2026-05-01 | 210.8717 |
| 2026-05-08 | 211.6593 |
| 2026-05-16 | 212.9118 |
| 2026-05-24 | 212.5865 |
| 2026-05-31 | 219.8200 |
| 2026-06-09 | 218.9375 |
| 2026-06-16 | 220.5526 |
| 2026-06-23 | 217.9535 |
| 2026-06-30 | 215.6412 |
| 2026-07-07 | 210.5378 |
| 2026-07-14 | 212.1928 |
| 2026-07-21 | 210.8846 |
| 2026-07-28 | 212.3424 |
| 2026-08-04 | 213.4814 |
| 2026-08-11 | 209.9548 |
| 2026-08-18 | 208.1488 |
| 2026-08-26 | 207.3267 |
| 2026-09-02 | 206.7655 |
| 2026-09-09 | 205.5245 |
| 2026-09-16 | 202.5048 |
| 2026-09-23 | 200.6913 |
High
241.5616
Low
196.8856
Average
219.0982
Get this rate via the API
One GET request returns the FJD/KZT 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=FJD¤cies=KZT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=KZT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=KZT").json()Replace YOUR_API_KEY with the key from your dashboard.
FJD/KZT API questions
How do I get the FJD/KZT exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=KZT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FJD/KZT rate in rates.KZT.
How far back does FJD/KZT historical data go?
Daily FJD/KZT 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 FJD/KZT 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.