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: show the values
| Point | FJD/BTN |
|---|---|
| 2025-12-31 | 39.5148 |
| 2026-01-07 | 39.7105 |
| 2026-01-14 | 39.5951 |
| 2026-01-21 | 40.1831 |
| 2026-01-28 | 41.2705 |
| 2026-02-04 | 40.8405 |
| 2026-02-11 | 41.1052 |
| 2026-02-18 | 41.0849 |
| 2026-02-25 | 41.2002 |
| 2026-03-04 | 41.6270 |
| 2026-03-11 | 41.6284 |
| 2026-03-18 | 41.7259 |
| 2026-03-25 | 42.0710 |
| 2026-04-01 | 41.7954 |
| 2026-04-08 | 41.2948 |
| 2026-04-15 | 42.1350 |
| 2026-04-22 | 42.3565 |
| 2026-04-29 | 42.8252 |
| 2026-05-06 | 43.2306 |
| 2026-05-14 | 43.6563 |
| 2026-05-21 | 43.6392 |
| 2026-05-29 | 43.2964 |
| 2026-06-05 | 43.4095 |
| 2026-06-14 | 42.6000 |
| 2026-06-21 | 42.0820 |
| 2026-06-28 | 41.7016 |
| 2026-07-05 | 42.2545 |
| 2026-07-12 | 42.4123 |
| 2026-07-19 | 42.9223 |
| 2026-07-26 | 42.9735 |
| 2026-08-02 | 43.0130 |
| 2026-08-09 | 42.8395 |
| 2026-08-16 | 42.9749 |
| 2026-08-24 | 43.4583 |
| 2026-08-31 | 43.1254 |
| 2026-09-07 | 42.7711 |
| 2026-09-14 | 43.1904 |
| 2026-09-21 | 43.0137 |
High
43.6563
Low
39.5148
Average
42.1365
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=BTN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=BTN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=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¤cies=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.