Skip to content

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

FJD/KZT over 1Y: show the values
PointFJD/KZT
2025-09-25240.2402
2025-10-02241.5616
2025-10-09237.7135
2025-10-16235.6879
2025-10-23234.6526
2025-10-30231.9876
2025-11-06228.9041
2025-11-13229.1504
2025-11-20225.2330
2025-11-27226.4691
2025-12-04220.5878
2025-12-12228.6961
2025-12-19226.0840
2025-12-26224.6637
2026-01-02222.5693
2026-01-09224.2221
2026-01-16224.4905
2026-01-23224.3381
2026-01-30227.7870
2026-02-06222.4200
2026-02-13224.5487
2026-02-20223.6272
2026-02-27226.7612
2026-03-06222.1341
2026-03-13222.6520
2026-03-20215.7249
2026-03-27214.3696
2026-04-03209.6712
2026-04-10214.2838
2026-04-17213.0110
2026-04-24209.7887
2026-05-01210.8717
2026-05-08211.6593
2026-05-16212.9118
2026-05-24212.5865
2026-05-31219.8200
2026-06-09218.9375
2026-06-16220.5526
2026-06-23217.9535
2026-06-30215.6412
2026-07-07210.5378
2026-07-14212.1928
2026-07-21210.8846
2026-07-28212.3424
2026-08-04213.4814
2026-08-11209.9548
2026-08-18208.1488
2026-08-26207.3267
2026-09-02206.7655
2026-09-09205.5245
2026-09-16202.5048
2026-09-23200.6913

High

241.5616

Low

196.8856

Average

219.0982

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=KZT"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=KZT");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=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&currencies=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.