FJD to KZT exchange rate API
Fiji Dollar to Tenge · quoted 2026-09-25
196.8856
▼ +11.00% over YTD
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 year to date, FJD/KZT traded between 196.8856 and 227.0085, averaged 214.8798 and fell 11.00%. 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 YTD: show the values
| Point | FJD/KZT |
|---|---|
| 2025-12-31 | 221.2140 |
| 2026-01-07 | 224.4302 |
| 2026-01-14 | 223.5744 |
| 2026-01-21 | 224.2038 |
| 2026-01-28 | 226.2310 |
| 2026-02-04 | 227.0085 |
| 2026-02-11 | 223.3429 |
| 2026-02-18 | 222.1951 |
| 2026-02-25 | 226.2217 |
| 2026-03-04 | 226.0342 |
| 2026-03-11 | 221.3617 |
| 2026-03-18 | 217.1329 |
| 2026-03-25 | 215.8201 |
| 2026-04-01 | 213.5465 |
| 2026-04-08 | 206.5587 |
| 2026-04-15 | 215.0960 |
| 2026-04-22 | 210.7484 |
| 2026-04-29 | 207.7405 |
| 2026-05-06 | 210.9374 |
| 2026-05-14 | 214.1641 |
| 2026-05-21 | 213.5293 |
| 2026-05-29 | 218.9080 |
| 2026-06-05 | 220.3151 |
| 2026-06-14 | 218.9865 |
| 2026-06-21 | 217.4574 |
| 2026-06-28 | 214.4069 |
| 2026-07-05 | 209.3369 |
| 2026-07-12 | 209.3269 |
| 2026-07-19 | 209.5298 |
| 2026-07-26 | 211.3226 |
| 2026-08-02 | 213.6708 |
| 2026-08-09 | 210.9669 |
| 2026-08-16 | 208.4803 |
| 2026-08-24 | 208.5395 |
| 2026-08-31 | 209.8515 |
| 2026-09-07 | 206.4179 |
| 2026-09-14 | 204.1452 |
| 2026-09-21 | 200.6738 |
High
227.0085
Low
196.8856
Average
214.8798
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.