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: show the values
| Point | FJD/SOS |
|---|---|
| 2025-12-31 | 251.4572 |
| 2026-01-07 | 248.0102 |
| 2026-01-14 | 250.2254 |
| 2026-01-21 | 251.1346 |
| 2026-01-28 | 257.2426 |
| 2026-02-04 | 258.1817 |
| 2026-02-11 | 259.3929 |
| 2026-02-18 | 258.0712 |
| 2026-02-25 | 258.6741 |
| 2026-03-04 | 258.2924 |
| 2026-03-11 | 258.8065 |
| 2026-03-18 | 256.8982 |
| 2026-03-25 | 256.0543 |
| 2026-04-01 | 255.1629 |
| 2026-04-08 | 255.2568 |
| 2026-04-15 | 258.7327 |
| 2026-04-22 | 259.3726 |
| 2026-04-29 | 259.0677 |
| 2026-05-06 | 259.4463 |
| 2026-05-14 | 261.2386 |
| 2026-05-21 | 258.7528 |
| 2026-05-29 | 257.6217 |
| 2026-06-05 | 259.4101 |
| 2026-06-14 | 255.7067 |
| 2026-06-21 | 254.6099 |
| 2026-06-28 | 252.1368 |
| 2026-07-05 | 253.2865 |
| 2026-07-12 | 252.9335 |
| 2026-07-19 | 254.4852 |
| 2026-07-26 | 254.4003 |
| 2026-08-02 | 257.2257 |
| 2026-08-09 | 262.0357 |
| 2026-08-16 | 254.3884 |
| 2026-08-24 | 258.5648 |
| 2026-08-31 | 258.2206 |
| 2026-09-07 | 258.7486 |
| 2026-09-14 | 257.9890 |
| 2026-09-21 | 256.2416 |
High
262.0357
Low
248.0102
Average
256.4534
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=SOS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=SOS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=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¤cies=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.