FJD to SDG exchange rate API
Fiji Dollar to Sudanese Pound · quoted 2026-09-25
267.3688
▲ +0.41% over 1Y
1 FJD = 267.3688 SDG · 1 SDG = 0.003740 FJD · Get this rate via the API
1 FJD buys 267.3688 SDG as of 2026-09-25, so 1 SDG buys 0.003740 FJD. Over the last year, FJD/SDG traded between 251.1121 and 273.5602, averaged 267.6540 and rose 0.41%. The API holds daily FJD/SDG rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
FJD/SDG over 1Y: show the values
| Point | FJD/SDG |
|---|---|
| 2025-09-25 | 266.2656 |
| 2025-10-02 | 265.4662 |
| 2025-10-09 | 264.5926 |
| 2025-10-16 | 263.1780 |
| 2025-10-23 | 262.1359 |
| 2025-10-30 | 263.6612 |
| 2025-11-06 | 261.6966 |
| 2025-11-13 | 262.0622 |
| 2025-11-20 | 260.5462 |
| 2025-11-27 | 261.8562 |
| 2025-12-04 | 263.1938 |
| 2025-12-12 | 263.8428 |
| 2025-12-19 | 262.7593 |
| 2025-12-26 | 264.0968 |
| 2026-01-02 | 263.1050 |
| 2026-01-09 | 263.5105 |
| 2026-01-16 | 263.1743 |
| 2026-01-23 | 266.4554 |
| 2026-01-30 | 271.7637 |
| 2026-02-06 | 269.8288 |
| 2026-02-13 | 272.3654 |
| 2026-02-20 | 272.0427 |
| 2026-02-27 | 272.4257 |
| 2026-03-06 | 270.1071 |
| 2026-03-13 | 272.1557 |
| 2026-03-20 | 271.0702 |
| 2026-03-27 | 267.5172 |
| 2026-04-03 | 251.1121 |
| 2026-04-10 | 270.4069 |
| 2026-04-17 | 271.4280 |
| 2026-04-24 | 271.1522 |
| 2026-05-01 | 273.3265 |
| 2026-05-08 | 273.5602 |
| 2026-05-16 | 272.3013 |
| 2026-05-24 | 270.5149 |
| 2026-05-31 | 270.9829 |
| 2026-06-09 | 270.5822 |
| 2026-06-16 | 270.3849 |
| 2026-06-23 | 268.3089 |
| 2026-06-30 | 266.7500 |
| 2026-07-07 | 267.5609 |
| 2026-07-14 | 268.0022 |
| 2026-07-21 | 268.8244 |
| 2026-07-28 | 268.3329 |
| 2026-08-04 | 269.8146 |
| 2026-08-11 | 269.9915 |
| 2026-08-18 | 270.3498 |
| 2026-08-26 | 271.9091 |
| 2026-09-02 | 270.7149 |
| 2026-09-09 | 271.7090 |
| 2026-09-16 | 270.3751 |
| 2026-09-23 | 269.0228 |
High
273.5602
Low
251.1121
Average
267.6540
Get this rate via the API
One GET request returns the FJD/SDG 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=SDG"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=SDG");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=SDG").json()Replace YOUR_API_KEY with the key from your dashboard.
FJD/SDG API questions
How do I get the FJD/SDG exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=SDG, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FJD/SDG rate in rates.SDG.
How far back does FJD/SDG historical data go?
Daily FJD/SDG 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/SDG 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.