Skip to content

FJD to SOS exchange rate API

Fiji Dollar to Somali Shilling · quoted 2026-09-25

254.2064

▲ +1.09% over YTD

1 FJD = 254.2064 SOS · 1 SOS = 0.003934 FJD · Get this rate via the API

1 FJD buys 254.2064 SOS as of 2026-09-25, so 1 SOS buys 0.003934 FJD. Over the year to date, FJD/SOS traded between 248.0102 and 262.0357, averaged 256.4534 and rose 1.09%. The API holds daily FJD/SOS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/SOS over YTD

FJD/SOS over YTD: show the values
PointFJD/SOS
2025-12-31251.4572
2026-01-07248.0102
2026-01-14250.2254
2026-01-21251.1346
2026-01-28257.2426
2026-02-04258.1817
2026-02-11259.3929
2026-02-18258.0712
2026-02-25258.6741
2026-03-04258.2924
2026-03-11258.8065
2026-03-18256.8982
2026-03-25256.0543
2026-04-01255.1629
2026-04-08255.2568
2026-04-15258.7327
2026-04-22259.3726
2026-04-29259.0677
2026-05-06259.4463
2026-05-14261.2386
2026-05-21258.7528
2026-05-29257.6217
2026-06-05259.4101
2026-06-14255.7067
2026-06-21254.6099
2026-06-28252.1368
2026-07-05253.2865
2026-07-12252.9335
2026-07-19254.4852
2026-07-26254.4003
2026-08-02257.2257
2026-08-09262.0357
2026-08-16254.3884
2026-08-24258.5648
2026-08-31258.2206
2026-09-07258.7486
2026-09-14257.9890
2026-09-21256.2416

High

262.0357

Low

248.0102

Average

256.4534

For developers

Get this rate via the API

One GET request returns the FJD/SOS 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=SOS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=SOS");
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=SOS").json()

Replace YOUR_API_KEY with the key from your dashboard.

FJD/SOS API questions

How do I get the FJD/SOS exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=SOS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FJD/SOS rate in rates.SOS.

How far back does FJD/SOS historical data go?

Daily FJD/SOS 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/SOS 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.