Skip to content

KZT to FJD exchange rate API

Tenge to Fiji Dollar · quoted 2026-09-25

0.005079

▲ +12.37% over YTD

1 KZT = 0.005079 FJD · 1 FJD = 196.8892 KZT · Get this rate via the API

1 KZT buys 0.005079 FJD as of 2026-09-25, so 1 FJD buys 196.8892 KZT. Over the year to date, KZT/FJD traded between 0.004405 and 0.005079, averaged 0.004659 and rose 12.37%. The API holds daily KZT/FJD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

KZT/FJD over YTD

KZT/FJD over YTD: show the values
PointKZT/FJD
2025-12-310.004520
2026-01-070.004455
2026-01-140.004472
2026-01-210.004460
2026-01-280.004420
2026-02-040.004405
2026-02-110.004477
2026-02-180.004500
2026-02-250.004420
2026-03-040.004424
2026-03-110.004517
2026-03-180.004605
2026-03-250.004633
2026-04-010.004682
2026-04-080.004841
2026-04-150.004649
2026-04-220.004744
2026-04-290.004813
2026-05-060.004740
2026-05-140.004669
2026-05-210.004683
2026-05-290.004568
2026-06-050.004538
2026-06-140.004566
2026-06-210.004598
2026-06-280.004664
2026-07-050.004776
2026-07-120.004777
2026-07-190.004772
2026-07-260.004732
2026-08-020.004680
2026-08-090.004740
2026-08-160.004796
2026-08-240.004795
2026-08-310.004765
2026-09-070.004844
2026-09-140.004898
2026-09-210.004983

High

0.005079

Low

0.004405

Average

0.004659

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KZT&currencies=FJD").json()

Replace YOUR_API_KEY with the key from your dashboard.

KZT/FJD API questions

How do I get the KZT/FJD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KZT&currencies=FJD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest KZT/FJD rate in rates.FJD.

How far back does KZT/FJD historical data go?

Daily KZT/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 KZT/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.