FJD to SRD exchange rate API
Fiji Dollar to Surinam Dollar · quoted 2026-09-25
16.8865
▲ +0.74% over YTD
1 FJD = 16.8865 SRD · 1 SRD = 0.05922 FJD · Get this rate via the API
1 FJD buys 16.8865 SRD as of 2026-09-25, so 1 SRD buys 0.05922 FJD. Over the year to date, FJD/SRD traded between 16.5517 and 17.2645, averaged 16.9462 and rose 0.74%. The API holds daily FJD/SRD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
FJD/SRD over YTD: show the values
| Point | FJD/SRD |
|---|---|
| 2025-12-31 | 16.7625 |
| 2026-01-07 | 16.8808 |
| 2026-01-14 | 16.7266 |
| 2026-01-21 | 16.9160 |
| 2026-01-28 | 17.2645 |
| 2026-02-04 | 17.2376 |
| 2026-02-11 | 17.2278 |
| 2026-02-18 | 17.1142 |
| 2026-02-25 | 17.1588 |
| 2026-03-04 | 16.9999 |
| 2026-03-11 | 16.9997 |
| 2026-03-18 | 17.0309 |
| 2026-03-25 | 16.8259 |
| 2026-04-01 | 16.7091 |
| 2026-04-08 | 16.7559 |
| 2026-04-15 | 16.9365 |
| 2026-04-22 | 16.9860 |
| 2026-04-29 | 16.9833 |
| 2026-05-06 | 17.0482 |
| 2026-05-14 | 16.9560 |
| 2026-05-21 | 16.8686 |
| 2026-05-29 | 16.8811 |
| 2026-06-05 | 16.9791 |
| 2026-06-14 | 16.7415 |
| 2026-06-21 | 16.7082 |
| 2026-06-28 | 16.5517 |
| 2026-07-05 | 16.6614 |
| 2026-07-12 | 16.7278 |
| 2026-07-19 | 16.7729 |
| 2026-07-26 | 16.9091 |
| 2026-08-02 | 17.0419 |
| 2026-08-09 | 17.0203 |
| 2026-08-16 | 17.1367 |
| 2026-08-24 | 17.1581 |
| 2026-08-31 | 17.0611 |
| 2026-09-07 | 17.1680 |
| 2026-09-14 | 17.0627 |
| 2026-09-21 | 17.0466 |
High
17.2645
Low
16.5517
Average
16.9462
Get this rate via the API
One GET request returns the FJD/SRD 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=SRD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=SRD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=SRD").json()Replace YOUR_API_KEY with the key from your dashboard.
FJD/SRD API questions
How do I get the FJD/SRD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=SRD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FJD/SRD rate in rates.SRD.
How far back does FJD/SRD historical data go?
Daily FJD/SRD 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/SRD 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.