XOF to SOS exchange rate API
CFA Franc BCEAO to Somali Shilling · quoted 2026-09-27
0.99168
▼ +3.03% over YTD
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 year to date, XOF/SOS traded between 0.99020 and 1.0415, averaged 1.0117 and fell 3.03%. 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 YTD: show the values
| Point | XOF/SOS |
|---|---|
| 2025-12-31 | 1.02270 |
| 2026-01-07 | 1.00336 |
| 2026-01-14 | 1.01272 |
| 2026-01-21 | 1.01651 |
| 2026-01-28 | 1.04147 |
| 2026-02-04 | 1.02925 |
| 2026-02-11 | 1.03614 |
| 2026-02-18 | 1.02653 |
| 2026-02-25 | 1.02584 |
| 2026-03-04 | 1.01236 |
| 2026-03-11 | 1.01029 |
| 2026-03-18 | 0.99874 |
| 2026-03-25 | 1.00955 |
| 2026-04-01 | 1.00939 |
| 2026-04-08 | 1.01757 |
| 2026-04-15 | 1.02782 |
| 2026-04-22 | 1.02364 |
| 2026-04-29 | 1.01907 |
| 2026-05-06 | 1.02124 |
| 2026-05-14 | 1.02164 |
| 2026-05-21 | 1.01194 |
| 2026-05-29 | 1.01029 |
| 2026-06-05 | 1.01063 |
| 2026-06-14 | 1.01028 |
| 2026-06-21 | 0.99918 |
| 2026-06-28 | 0.99201 |
| 2026-07-05 | 0.99726 |
| 2026-07-12 | 0.99020 |
| 2026-07-19 | 0.99601 |
| 2026-07-26 | 0.99195 |
| 2026-08-02 | 1.00460 |
| 2026-08-09 | 1.02644 |
| 2026-08-16 | 0.99753 |
| 2026-08-24 | 1.01302 |
| 2026-08-31 | 1.01064 |
| 2026-09-07 | 1.01228 |
| 2026-09-14 | 1.00685 |
| 2026-09-21 | 0.99806 |
High
1.0415
Low
0.99020
Average
1.0117
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.