FJD to STD exchange rate API
Fiji Dollar to Dobra · quoted 2026-09-25
9653.94
▼ +3.37% over 5Y
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 5 years, FJD/STD traded between 9267.41 and 10298.02, averaged 9665.98 and fell 3.37%. 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 5Y: show the values
| Point | FJD/STD |
|---|---|
| 2024-08-24 | 9990.63 |
| 2024-10-07 | 10048.86 |
| 2024-11-06 | 10051.14 |
| 2024-12-06 | 10298.02 |
| 2025-01-05 | 10277.41 |
| 2025-02-04 | 10263.59 |
| 2025-03-06 | 10072.50 |
| 2025-04-06 | 9575.15 |
| 2025-05-06 | 9627.11 |
| 2025-06-07 | 9639.93 |
| 2025-07-07 | 9319.04 |
| 2025-08-06 | 9461.51 |
| 2025-09-05 | 9376.05 |
| 2025-10-06 | 9267.41 |
| 2025-11-05 | 9366.97 |
| 2025-12-05 | 9300.38 |
| 2026-01-05 | 9270.29 |
| 2026-02-04 | 9451.86 |
| 2026-03-06 | 9561.09 |
| 2026-04-05 | 9526.87 |
| 2026-05-05 | 9417.62 |
| 2026-06-06 | 9613.97 |
| 2026-07-08 | 9651.47 |
| 2026-08-07 | 9601.46 |
| 2026-09-07 | 9631.28 |
High
10298.02
Low
9267.41
Average
9665.98
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.