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: show the values
| Point | FJD/STD |
|---|---|
| 2025-09-25 | 9342.37 |
| 2025-10-02 | 9271.37 |
| 2025-10-09 | 9303.47 |
| 2025-10-16 | 9278.01 |
| 2025-10-23 | 9271.03 |
| 2025-10-30 | 9329.63 |
| 2025-11-06 | 9346.83 |
| 2025-11-13 | 9299.54 |
| 2025-11-20 | 9321.40 |
| 2025-11-27 | 9304.03 |
| 2025-12-04 | 9322.99 |
| 2025-12-12 | 9263.81 |
| 2025-12-19 | 9229.89 |
| 2025-12-26 | 9227.28 |
| 2026-01-02 | 9196.59 |
| 2026-01-09 | 9299.95 |
| 2026-01-16 | 9324.74 |
| 2026-01-23 | 9381.18 |
| 2026-01-30 | 9413.84 |
| 2026-02-06 | 9434.44 |
| 2026-02-13 | 9476.16 |
| 2026-02-20 | 9507.58 |
| 2026-02-27 | 9524.83 |
| 2026-03-06 | 9561.09 |
| 2026-03-13 | 9710.45 |
| 2026-03-20 | 9670.46 |
| 2026-03-27 | 9534.77 |
| 2026-04-03 | 9506.51 |
| 2026-04-10 | 9312.62 |
| 2026-04-17 | 9347.77 |
| 2026-04-24 | 9346.00 |
| 2026-05-01 | 9420.96 |
| 2026-05-08 | 9429.14 |
| 2026-05-16 | 9651.21 |
| 2026-05-24 | 9559.62 |
| 2026-05-31 | 9551.13 |
| 2026-06-09 | 9670.35 |
| 2026-06-16 | 9604.38 |
| 2026-06-23 | 9647.28 |
| 2026-06-30 | 9604.34 |
| 2026-07-07 | 9611.44 |
| 2026-07-14 | 9653.67 |
| 2026-07-21 | 9681.64 |
| 2026-07-28 | 9688.85 |
| 2026-08-04 | 9639.40 |
| 2026-08-11 | 9604.92 |
| 2026-08-18 | 9606.13 |
| 2026-08-26 | 9584.70 |
| 2026-09-02 | 9604.75 |
| 2026-09-09 | 9654.90 |
| 2026-09-16 | 9629.78 |
| 2026-09-23 | 9660.82 |
High
9710.45
Low
9196.59
Average
9473.09
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.