Skip to content

FJD to BTN exchange rate API

Fiji Dollar to Ngultrum · quoted 2026-09-24

42.7952

▲ +8.30% over YTD

1 FJD = 42.7952 BTN · 1 BTN = 0.02337 FJD · Get this rate via the API

1 FJD buys 42.7952 BTN as of 2026-09-24, so 1 BTN buys 0.02337 FJD. Over the year to date, FJD/BTN traded between 39.5148 and 43.6563, averaged 42.1365 and rose 8.30%. The API holds daily FJD/BTN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/BTN over YTD

FJD/BTN over YTD: show the values
PointFJD/BTN
2025-12-3139.5148
2026-01-0739.7105
2026-01-1439.5951
2026-01-2140.1831
2026-01-2841.2705
2026-02-0440.8405
2026-02-1141.1052
2026-02-1841.0849
2026-02-2541.2002
2026-03-0441.6270
2026-03-1141.6284
2026-03-1841.7259
2026-03-2542.0710
2026-04-0141.7954
2026-04-0841.2948
2026-04-1542.1350
2026-04-2242.3565
2026-04-2942.8252
2026-05-0643.2306
2026-05-1443.6563
2026-05-2143.6392
2026-05-2943.2964
2026-06-0543.4095
2026-06-1442.6000
2026-06-2142.0820
2026-06-2841.7016
2026-07-0542.2545
2026-07-1242.4123
2026-07-1942.9223
2026-07-2642.9735
2026-08-0243.0130
2026-08-0942.8395
2026-08-1642.9749
2026-08-2443.4583
2026-08-3143.1254
2026-09-0742.7711
2026-09-1443.1904
2026-09-2143.0137

High

43.6563

Low

39.5148

Average

42.1365

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

FJD/BTN API questions

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

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

How far back does FJD/BTN historical data go?

Daily FJD/BTN 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/BTN 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.