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: show the values
| Point | FJD/STD |
|---|---|
| 2026-03-29 | 9482.45 |
| 2026-04-05 | 9526.87 |
| 2026-04-12 | 9292.95 |
| 2026-04-19 | 9308.73 |
| 2026-04-26 | 9330.63 |
| 2026-05-03 | 9385.84 |
| 2026-05-10 | 9410.18 |
| 2026-05-18 | 9372.87 |
| 2026-05-26 | 9612.99 |
| 2026-06-02 | 9599.65 |
| 2026-06-11 | 9603.37 |
| 2026-06-18 | 9607.10 |
| 2026-06-25 | 9641.48 |
| 2026-07-02 | 9223.23 |
| 2026-07-09 | 9620.43 |
| 2026-07-16 | 9640.31 |
| 2026-07-23 | 9709.00 |
| 2026-07-30 | 9660.17 |
| 2026-08-06 | 9591.22 |
| 2026-08-13 | 9612.56 |
| 2026-08-21 | 9541.92 |
| 2026-08-28 | 9643.67 |
| 2026-09-04 | 9611.86 |
| 2026-09-11 | 9576.54 |
| 2026-09-18 | 9298.66 |
| 2026-09-25 | 9654.32 |
High
9709.00
Low
9223.23
Average
9526.41
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=STD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=STD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=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¤cies=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.