Skip to content

FJD to SOS exchange rate API

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

254.2064

▲ +0.37% over 1Y

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 last year, FJD/SOS traded between 247.3991 and 261.2047, averaged 254.7048 and rose 0.37%. 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 1Y

FJD/SOS over 1Y: show the values
PointFJD/SOS
2025-09-25253.2741
2025-10-02252.2254
2025-10-09251.3578
2025-10-16248.9588
2025-10-23247.9155
2025-10-30250.6903
2025-11-06248.6534
2025-11-13249.4772
2025-11-20247.3991
2025-11-27248.5535
2025-12-04250.7013
2025-12-12250.6898
2025-12-19249.6300
2025-12-26250.6936
2026-01-02249.7736
2026-01-09249.5831
2026-01-16248.8212
2026-01-23251.2131
2026-01-30258.1899
2026-02-06256.1060
2026-02-13259.3205
2026-02-20258.9284
2026-02-27259.2875
2026-03-06256.5917
2026-03-13259.3712
2026-03-20258.0525
2026-03-27254.7333
2026-04-03253.5497
2026-04-10257.1330
2026-04-17258.0945
2026-04-24258.0546
2026-05-01260.1246
2026-05-08261.2047
2026-05-16259.2597
2026-05-24257.6413
2026-05-31258.0184
2026-06-09257.3143
2026-06-16257.3895
2026-06-23255.5664
2026-06-30253.3619
2026-07-07254.1201
2026-07-14255.2130
2026-07-21256.1062
2026-07-28255.1053
2026-08-04256.0120
2026-08-11257.0133
2026-08-18257.0727
2026-08-26258.3475
2026-09-02257.4815
2026-09-09258.3331
2026-09-16257.1910
2026-09-23256.2466

High

261.2047

Low

247.3991

Average

254.7048

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.