Skip to content

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

XOF/SOS over 1Y: show the values
PointXOF/SOS
2025-09-271.01975
2025-10-041.02271
2025-10-111.00773
2025-10-181.00734
2025-10-251.00918
2025-11-011.01530
2025-11-081.00601
2025-11-151.01627
2025-11-221.00174
2025-11-291.00924
2025-12-061.01327
2025-12-141.02170
2025-12-211.01981
2025-12-281.02416
2026-01-041.02091
2026-01-111.01229
2026-01-181.00925
2026-01-251.03876
2026-02-011.03456
2026-02-081.02841
2026-02-151.03333
2026-02-221.02480
2026-03-011.02704
2026-03-081.00758
2026-03-150.99616
2026-03-221.00681
2026-03-291.00259
2026-04-051.00206
2026-04-121.01730
2026-04-191.02588
2026-04-261.01873
2026-05-031.02107
2026-05-101.02310
2026-05-181.01588
2026-05-261.01108
2026-06-021.01330
2026-06-111.00593
2026-06-181.00104
2026-06-250.98646
2026-07-020.99412
2026-07-090.99240
2026-07-160.99094
2026-07-230.99022
2026-07-300.99590
2026-08-061.00263
2026-08-131.00405
2026-08-211.01894
2026-08-281.01120
2026-09-041.00865
2026-09-111.00930
2026-09-180.99994
2026-09-250.99046

High

1.0388

Low

0.98646

Average

1.0109

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XOF&currencies=SOS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XOF&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=XOF&currencies=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&currencies=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.