Skip to content

FJD to STD exchange rate API

Fiji Dollar to Dobra · quoted 2026-09-25

9653.94

▼ +3.37% over 5Y

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 5 years, FJD/STD traded between 9267.41 and 10298.02, averaged 9665.98 and fell 3.37%. 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 5Y

FJD/STD over 5Y: show the values
PointFJD/STD
2024-08-249990.63
2024-10-0710048.86
2024-11-0610051.14
2024-12-0610298.02
2025-01-0510277.41
2025-02-0410263.59
2025-03-0610072.50
2025-04-069575.15
2025-05-069627.11
2025-06-079639.93
2025-07-079319.04
2025-08-069461.51
2025-09-059376.05
2025-10-069267.41
2025-11-059366.97
2025-12-059300.38
2026-01-059270.29
2026-02-049451.86
2026-03-069561.09
2026-04-059526.87
2026-05-059417.62
2026-06-069613.97
2026-07-089651.47
2026-08-079601.46
2026-09-079631.28

High

10298.02

Low

9267.41

Average

9665.98

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.