Skip to content

FJD to STD exchange rate API

Fiji Dollar to Dobra · quoted 2026-09-25

9653.94

▲ +1.81% over 6M

1 FJD = 9653.94 STD · 1 STD = 0.000104 FJD · Get this rate via the API

1 FJD buys 9653.94 STD as of 2026-09-25, so 1 STD buys 0.000104 FJD. Over the last 6 months, FJD/STD traded between 9223.23 and 9709.00, averaged 9526.41 and rose 1.81%. The API holds daily FJD/STD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/STD over 6M

FJD/STD over 6M: show the values
PointFJD/STD
2026-03-299482.45
2026-04-059526.87
2026-04-129292.95
2026-04-199308.73
2026-04-269330.63
2026-05-039385.84
2026-05-109410.18
2026-05-189372.87
2026-05-269612.99
2026-06-029599.65
2026-06-119603.37
2026-06-189607.10
2026-06-259641.48
2026-07-029223.23
2026-07-099620.43
2026-07-169640.31
2026-07-239709.00
2026-07-309660.17
2026-08-069591.22
2026-08-139612.56
2026-08-219541.92
2026-08-289643.67
2026-09-049611.86
2026-09-119576.54
2026-09-189298.66
2026-09-259654.32

High

9709.00

Low

9223.23

Average

9526.41

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

FJD/STD API questions

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

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

How far back does FJD/STD historical data go?

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