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: show the values
| Point | SGD/XOF |
|---|---|
| 2025-09-27 | 433.8719 |
| 2025-10-04 | 433.3648 |
| 2025-10-11 | 435.7962 |
| 2025-10-18 | 434.4317 |
| 2025-10-25 | 434.4521 |
| 2025-11-01 | 436.9257 |
| 2025-11-08 | 435.6865 |
| 2025-11-15 | 434.8302 |
| 2025-11-22 | 435.9684 |
| 2025-11-29 | 436.3386 |
| 2025-12-06 | 434.8232 |
| 2025-12-13 | 432.6401 |
| 2025-12-20 | 433.1277 |
| 2025-12-27 | 433.7216 |
| 2026-01-03 | 434.8430 |
| 2026-01-10 | 437.7048 |
| 2026-01-17 | 438.9970 |
| 2026-01-24 | 435.8449 |
| 2026-01-31 | 435.1144 |
| 2026-02-07 | 436.7972 |
| 2026-02-14 | 437.9418 |
| 2026-02-21 | 439.5043 |
| 2026-02-28 | 439.2811 |
| 2026-03-07 | 441.4240 |
| 2026-03-14 | 446.2480 |
| 2026-03-21 | 441.3292 |
| 2026-03-28 | 439.3553 |
| 2026-04-04 | 442.6037 |
| 2026-04-11 | 439.9199 |
| 2026-04-18 | 438.1560 |
| 2026-04-25 | 438.4995 |
| 2026-05-02 | 440.0430 |
| 2026-05-09 | 439.9132 |
| 2026-05-16 | 440.7169 |
| 2026-05-23 | 441.7432 |
| 2026-05-30 | 440.5947 |
| 2026-06-06 | 442.0543 |
| 2026-06-13 | 441.4431 |
| 2026-06-20 | 442.6858 |
| 2026-06-27 | 445.0802 |
| 2026-07-04 | 444.1716 |
| 2026-07-11 | 445.0042 |
| 2026-07-18 | 444.0762 |
| 2026-07-25 | 446.8324 |
| 2026-08-01 | 443.7749 |
| 2026-08-08 | 443.5072 |
| 2026-08-15 | 443.2061 |
| 2026-08-22 | 442.5196 |
| 2026-08-29 | 444.2619 |
| 2026-09-05 | 445.2082 |
| 2026-09-12 | 446.4453 |
| 2026-09-19 | 447.5956 |
| 2026-09-26 | 450.7105 |
High
450.7105
Low
432.6401
Average
440.0341
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD¤cies=XOF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD¤cies=XOF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD¤cies=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¤cies=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.