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: show the values
| Point | FJD/SOS |
|---|---|
| 2025-09-25 | 253.2741 |
| 2025-10-02 | 252.2254 |
| 2025-10-09 | 251.3578 |
| 2025-10-16 | 248.9588 |
| 2025-10-23 | 247.9155 |
| 2025-10-30 | 250.6903 |
| 2025-11-06 | 248.6534 |
| 2025-11-13 | 249.4772 |
| 2025-11-20 | 247.3991 |
| 2025-11-27 | 248.5535 |
| 2025-12-04 | 250.7013 |
| 2025-12-12 | 250.6898 |
| 2025-12-19 | 249.6300 |
| 2025-12-26 | 250.6936 |
| 2026-01-02 | 249.7736 |
| 2026-01-09 | 249.5831 |
| 2026-01-16 | 248.8212 |
| 2026-01-23 | 251.2131 |
| 2026-01-30 | 258.1899 |
| 2026-02-06 | 256.1060 |
| 2026-02-13 | 259.3205 |
| 2026-02-20 | 258.9284 |
| 2026-02-27 | 259.2875 |
| 2026-03-06 | 256.5917 |
| 2026-03-13 | 259.3712 |
| 2026-03-20 | 258.0525 |
| 2026-03-27 | 254.7333 |
| 2026-04-03 | 253.5497 |
| 2026-04-10 | 257.1330 |
| 2026-04-17 | 258.0945 |
| 2026-04-24 | 258.0546 |
| 2026-05-01 | 260.1246 |
| 2026-05-08 | 261.2047 |
| 2026-05-16 | 259.2597 |
| 2026-05-24 | 257.6413 |
| 2026-05-31 | 258.0184 |
| 2026-06-09 | 257.3143 |
| 2026-06-16 | 257.3895 |
| 2026-06-23 | 255.5664 |
| 2026-06-30 | 253.3619 |
| 2026-07-07 | 254.1201 |
| 2026-07-14 | 255.2130 |
| 2026-07-21 | 256.1062 |
| 2026-07-28 | 255.1053 |
| 2026-08-04 | 256.0120 |
| 2026-08-11 | 257.0133 |
| 2026-08-18 | 257.0727 |
| 2026-08-26 | 258.3475 |
| 2026-09-02 | 257.4815 |
| 2026-09-09 | 258.3331 |
| 2026-09-16 | 257.1910 |
| 2026-09-23 | 256.2466 |
High
261.2047
Low
247.3991
Average
254.7048
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.