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: show the values
| Point | FJD/STD |
|---|---|
| 2025-12-31 | 9280.51 |
| 2026-01-07 | 9292.59 |
| 2026-01-14 | 9293.36 |
| 2026-01-21 | 9306.72 |
| 2026-01-28 | 9299.00 |
| 2026-02-04 | 9451.86 |
| 2026-02-11 | 9464.79 |
| 2026-02-18 | 9455.18 |
| 2026-02-25 | 9481.04 |
| 2026-03-04 | 9614.54 |
| 2026-03-11 | 9620.67 |
| 2026-03-18 | 9669.53 |
| 2026-03-25 | 9553.33 |
| 2026-04-01 | 9549.80 |
| 2026-04-08 | 9484.47 |
| 2026-04-15 | 9365.52 |
| 2026-04-22 | 9382.24 |
| 2026-04-29 | 9382.62 |
| 2026-05-06 | 9415.45 |
| 2026-05-14 | 9611.09 |
| 2026-05-21 | 9606.08 |
| 2026-05-29 | 9604.22 |
| 2026-06-05 | 9627.26 |
| 2026-06-14 | 9513.85 |
| 2026-06-21 | 9560.54 |
| 2026-06-28 | 9554.67 |
| 2026-07-05 | 9530.54 |
| 2026-07-12 | 9542.71 |
| 2026-07-19 | 9544.49 |
| 2026-07-26 | 9629.09 |
| 2026-08-02 | 9631.49 |
| 2026-08-09 | 9581.07 |
| 2026-08-16 | 9562.17 |
| 2026-08-24 | 9645.00 |
| 2026-08-31 | 9669.00 |
| 2026-09-07 | 9631.28 |
| 2026-09-14 | 9618.65 |
| 2026-09-21 | 9653.32 |
High
9669.53
Low
9280.51
Average
9521.38
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.