Skip to content

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

FJD/SDG over 1Y: show the values
PointFJD/SDG
2025-09-25266.2656
2025-10-02265.4662
2025-10-09264.5926
2025-10-16263.1780
2025-10-23262.1359
2025-10-30263.6612
2025-11-06261.6966
2025-11-13262.0622
2025-11-20260.5462
2025-11-27261.8562
2025-12-04263.1938
2025-12-12263.8428
2025-12-19262.7593
2025-12-26264.0968
2026-01-02263.1050
2026-01-09263.5105
2026-01-16263.1743
2026-01-23266.4554
2026-01-30271.7637
2026-02-06269.8288
2026-02-13272.3654
2026-02-20272.0427
2026-02-27272.4257
2026-03-06270.1071
2026-03-13272.1557
2026-03-20271.0702
2026-03-27267.5172
2026-04-03251.1121
2026-04-10270.4069
2026-04-17271.4280
2026-04-24271.1522
2026-05-01273.3265
2026-05-08273.5602
2026-05-16272.3013
2026-05-24270.5149
2026-05-31270.9829
2026-06-09270.5822
2026-06-16270.3849
2026-06-23268.3089
2026-06-30266.7500
2026-07-07267.5609
2026-07-14268.0022
2026-07-21268.8244
2026-07-28268.3329
2026-08-04269.8146
2026-08-11269.9915
2026-08-18270.3498
2026-08-26271.9091
2026-09-02270.7149
2026-09-09271.7090
2026-09-16270.3751
2026-09-23269.0228

High

273.5602

Low

251.1121

Average

267.6540

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=SDG"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=SDG");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=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&currencies=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.