Skip to content

SGD to XOF exchange rate API

Singapore Dollar to CFA Franc BCEAO · quoted 2026-09-27

450.7105

▲ +3.88% over 1Y

1 SGD = 450.7105 XOF · 1 XOF = 0.002219 SGD · Get this rate via the API

1 SGD buys 450.7105 XOF as of 2026-09-27, so 1 XOF buys 0.002219 SGD. Over the last year, SGD/XOF traded between 432.6401 and 450.7105, averaged 440.0341 and rose 3.88%. The API holds daily SGD/XOF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SGD/XOF over 1Y

SGD/XOF over 1Y: show the values
PointSGD/XOF
2025-09-27433.8719
2025-10-04433.3648
2025-10-11435.7962
2025-10-18434.4317
2025-10-25434.4521
2025-11-01436.9257
2025-11-08435.6865
2025-11-15434.8302
2025-11-22435.9684
2025-11-29436.3386
2025-12-06434.8232
2025-12-13432.6401
2025-12-20433.1277
2025-12-27433.7216
2026-01-03434.8430
2026-01-10437.7048
2026-01-17438.9970
2026-01-24435.8449
2026-01-31435.1144
2026-02-07436.7972
2026-02-14437.9418
2026-02-21439.5043
2026-02-28439.2811
2026-03-07441.4240
2026-03-14446.2480
2026-03-21441.3292
2026-03-28439.3553
2026-04-04442.6037
2026-04-11439.9199
2026-04-18438.1560
2026-04-25438.4995
2026-05-02440.0430
2026-05-09439.9132
2026-05-16440.7169
2026-05-23441.7432
2026-05-30440.5947
2026-06-06442.0543
2026-06-13441.4431
2026-06-20442.6858
2026-06-27445.0802
2026-07-04444.1716
2026-07-11445.0042
2026-07-18444.0762
2026-07-25446.8324
2026-08-01443.7749
2026-08-08443.5072
2026-08-15443.2061
2026-08-22442.5196
2026-08-29444.2619
2026-09-05445.2082
2026-09-12446.4453
2026-09-19447.5956
2026-09-26450.7105

High

450.7105

Low

432.6401

Average

440.0341

For developers

Get this rate via the API

One GET request returns the SGD/XOF 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=SGD&currencies=XOF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD&currencies=XOF");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD&currencies=XOF").json()

Replace YOUR_API_KEY with the key from your dashboard.

SGD/XOF API questions

How do I get the SGD/XOF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD&currencies=XOF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SGD/XOF rate in rates.XOF.

How far back does SGD/XOF historical data go?

Daily SGD/XOF 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 SGD/XOF 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.