XOF to SOS exchange rate API
CFA Franc BCEAO to Somali Shilling · quoted 2026-09-27
0.99168
▼ +2.75% over 1Y
1 XOF = 0.99168 SOS · 1 SOS = 1.0084 XOF · Get this rate via the API
1 XOF buys 0.99168 SOS as of 2026-09-27, so 1 SOS buys 1.0084 XOF. Over the last year, XOF/SOS traded between 0.98646 and 1.0388, averaged 1.0109 and fell 2.75%. The API holds daily XOF/SOS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
XOF/SOS over 1Y: show the values
| Point | XOF/SOS |
|---|---|
| 2025-09-27 | 1.01975 |
| 2025-10-04 | 1.02271 |
| 2025-10-11 | 1.00773 |
| 2025-10-18 | 1.00734 |
| 2025-10-25 | 1.00918 |
| 2025-11-01 | 1.01530 |
| 2025-11-08 | 1.00601 |
| 2025-11-15 | 1.01627 |
| 2025-11-22 | 1.00174 |
| 2025-11-29 | 1.00924 |
| 2025-12-06 | 1.01327 |
| 2025-12-14 | 1.02170 |
| 2025-12-21 | 1.01981 |
| 2025-12-28 | 1.02416 |
| 2026-01-04 | 1.02091 |
| 2026-01-11 | 1.01229 |
| 2026-01-18 | 1.00925 |
| 2026-01-25 | 1.03876 |
| 2026-02-01 | 1.03456 |
| 2026-02-08 | 1.02841 |
| 2026-02-15 | 1.03333 |
| 2026-02-22 | 1.02480 |
| 2026-03-01 | 1.02704 |
| 2026-03-08 | 1.00758 |
| 2026-03-15 | 0.99616 |
| 2026-03-22 | 1.00681 |
| 2026-03-29 | 1.00259 |
| 2026-04-05 | 1.00206 |
| 2026-04-12 | 1.01730 |
| 2026-04-19 | 1.02588 |
| 2026-04-26 | 1.01873 |
| 2026-05-03 | 1.02107 |
| 2026-05-10 | 1.02310 |
| 2026-05-18 | 1.01588 |
| 2026-05-26 | 1.01108 |
| 2026-06-02 | 1.01330 |
| 2026-06-11 | 1.00593 |
| 2026-06-18 | 1.00104 |
| 2026-06-25 | 0.98646 |
| 2026-07-02 | 0.99412 |
| 2026-07-09 | 0.99240 |
| 2026-07-16 | 0.99094 |
| 2026-07-23 | 0.99022 |
| 2026-07-30 | 0.99590 |
| 2026-08-06 | 1.00263 |
| 2026-08-13 | 1.00405 |
| 2026-08-21 | 1.01894 |
| 2026-08-28 | 1.01120 |
| 2026-09-04 | 1.00865 |
| 2026-09-11 | 1.00930 |
| 2026-09-18 | 0.99994 |
| 2026-09-25 | 0.99046 |
High
1.0388
Low
0.98646
Average
1.0109
Get this rate via the API
One GET request returns the XOF/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=XOF¤cies=SOS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XOF¤cies=SOS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XOF¤cies=SOS").json()Replace YOUR_API_KEY with the key from your dashboard.
XOF/SOS API questions
How do I get the XOF/SOS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XOF¤cies=SOS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest XOF/SOS rate in rates.SOS.
How far back does XOF/SOS historical data go?
Daily XOF/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 XOF/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.