Skip to content

FJD to STD exchange rate API

Fiji Dollar to Dobra · quoted 2026-09-25

9653.94

▲ +4.02% over YTD

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 year to date, FJD/STD traded between 9280.51 and 9669.53, averaged 9521.38 and rose 4.02%. 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 YTD

FJD/STD over YTD: show the values
PointFJD/STD
2025-12-319280.51
2026-01-079292.59
2026-01-149293.36
2026-01-219306.72
2026-01-289299.00
2026-02-049451.86
2026-02-119464.79
2026-02-189455.18
2026-02-259481.04
2026-03-049614.54
2026-03-119620.67
2026-03-189669.53
2026-03-259553.33
2026-04-019549.80
2026-04-089484.47
2026-04-159365.52
2026-04-229382.24
2026-04-299382.62
2026-05-069415.45
2026-05-149611.09
2026-05-219606.08
2026-05-299604.22
2026-06-059627.26
2026-06-149513.85
2026-06-219560.54
2026-06-289554.67
2026-07-059530.54
2026-07-129542.71
2026-07-199544.49
2026-07-269629.09
2026-08-029631.49
2026-08-099581.07
2026-08-169562.17
2026-08-249645.00
2026-08-319669.00
2026-09-079631.28
2026-09-149618.65
2026-09-219653.32

High

9669.53

Low

9280.51

Average

9521.38

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.