Skip to content

FJD to STD exchange rate API

Fiji Dollar to Dobra · quoted 2026-09-25

9653.94

▲ +0.72% over 30D

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 30 days, FJD/STD traded between 9298.66 and 9687.46, averaged 9609.96 and rose 0.72%. 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 30D

FJD/STD over 30D: show the values
PointFJD/STD
2026-08-269584.70
2026-08-279596.54
2026-08-289643.67
2026-08-299687.46
2026-08-309630.09
2026-08-319669.00
2026-09-019602.89
2026-09-029604.75
2026-09-039613.85
2026-09-049611.86
2026-09-059550.13
2026-09-069596.41
2026-09-079631.28
2026-09-089621.25
2026-09-099654.90
2026-09-109583.46
2026-09-119576.54
2026-09-129577.10
2026-09-139498.86
2026-09-149618.65
2026-09-159620.08
2026-09-169629.78
2026-09-179590.38
2026-09-189298.66
2026-09-199642.23
2026-09-209646.81
2026-09-219653.32
2026-09-229634.97
2026-09-239660.82
2026-09-249680.18
2026-09-259654.32

High

9687.46

Low

9298.66

Average

9609.96

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.