Skip to content

XOF to IDR exchange rate API

CFA Franc BCEAO to Rupiah · quoted 2026-09-25

30.9960

▲ +3.61% over YTD

1 XOF = 30.9960 IDR · 1 IDR = 0.03226 XOF · Get this rate via the API

1 XOF buys 30.9960 IDR as of 2026-09-25, so 1 IDR buys 0.03226 XOF. Over the year to date, XOF/IDR traded between 29.7821 and 31.7935, averaged 30.8265 and rose 3.61%. The API holds daily XOF/IDR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

XOF/IDR over YTD

XOF/IDR over YTD: show the values
PointXOF/IDR
2025-12-3129.9165
2026-01-0729.8801
2026-01-1429.9562
2026-01-2130.1946
2026-01-2830.5605
2026-02-0430.2479
2026-02-1130.4902
2026-02-1830.4459
2026-02-2530.2278
2026-03-0429.8567
2026-03-1129.8861
2026-03-1829.8441
2026-03-2529.7821
2026-04-0129.8797
2026-04-0830.2293
2026-04-1530.8346
2026-04-2230.7688
2026-04-2930.9351
2026-05-0631.0276
2026-05-1331.2540
2026-05-2031.3222
2026-05-2731.6423
2026-06-0331.7935
2026-06-1031.5265
2026-06-1731.4495
2026-06-2431.1272
2026-07-0131.2045
2026-07-0831.4754
2026-07-1531.5160
2026-07-2231.1631
2026-07-2931.4213
2026-08-0531.4464
2026-08-1231.3780
2026-08-1931.5964
2026-08-2631.4902
2026-09-0231.2811
2026-09-0930.9961
2026-09-1631.0654
2026-09-2330.9510

High

31.7935

Low

29.7821

Average

30.8265

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

XOF/IDR API questions

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

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

How far back does XOF/IDR historical data go?

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