Skip to content

FJD to STD exchange rate API

Fiji Dollar to Dobra · quoted 2026-09-25

9653.94

▲ +3.34% over 1Y

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 year, FJD/STD traded between 9196.59 and 9710.45, averaged 9473.09 and rose 3.34%. 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 1Y

FJD/STD over 1Y: show the values
PointFJD/STD
2025-09-259342.37
2025-10-029271.37
2025-10-099303.47
2025-10-169278.01
2025-10-239271.03
2025-10-309329.63
2025-11-069346.83
2025-11-139299.54
2025-11-209321.40
2025-11-279304.03
2025-12-049322.99
2025-12-129263.81
2025-12-199229.89
2025-12-269227.28
2026-01-029196.59
2026-01-099299.95
2026-01-169324.74
2026-01-239381.18
2026-01-309413.84
2026-02-069434.44
2026-02-139476.16
2026-02-209507.58
2026-02-279524.83
2026-03-069561.09
2026-03-139710.45
2026-03-209670.46
2026-03-279534.77
2026-04-039506.51
2026-04-109312.62
2026-04-179347.77
2026-04-249346.00
2026-05-019420.96
2026-05-089429.14
2026-05-169651.21
2026-05-249559.62
2026-05-319551.13
2026-06-099670.35
2026-06-169604.38
2026-06-239647.28
2026-06-309604.34
2026-07-079611.44
2026-07-149653.67
2026-07-219681.64
2026-07-289688.85
2026-08-049639.40
2026-08-119604.92
2026-08-189606.13
2026-08-269584.70
2026-09-029604.75
2026-09-099654.90
2026-09-169629.78
2026-09-239660.82

High

9710.45

Low

9196.59

Average

9473.09

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.