Skip to content

IDR to XOF exchange rate API

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

0.03231

▼ +1.62% over 1Y

1 IDR = 0.03231 XOF · 1 XOF = 30.9511 IDR · Get this rate via the API

1 IDR buys 0.03231 XOF as of 2026-09-25, so 1 XOF buys 30.9511 IDR. Over the last year, IDR/XOF traded between 0.03133 and 0.03414, averaged 0.03276 and fell 1.62%. The API holds daily IDR/XOF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

IDR/XOF over 1Y

IDR/XOF over 1Y: show the values
PointIDR/XOF
2025-09-250.03284
2025-10-020.03314
2025-10-090.03414
2025-10-160.03385
2025-10-230.03398
2025-10-300.03395
2025-11-060.03414
2025-11-130.03380
2025-11-200.03398
2025-11-270.03399
2025-12-040.03377
2025-12-110.03356
2025-12-180.03344
2025-12-250.03322
2026-01-010.03344
2026-01-080.03339
2026-01-150.03340
2026-01-220.03320
2026-01-290.03267
2026-02-050.03297
2026-02-120.03283
2026-02-190.03291
2026-02-260.03313
2026-03-050.03342
2026-03-120.03368
2026-03-190.03362
2026-03-260.03358
2026-04-020.03342
2026-04-090.03285
2026-04-160.03246
2026-04-230.03246
2026-04-300.03232
2026-05-070.03226
2026-05-140.03210
2026-05-210.03195
2026-05-280.03161
2026-06-040.03133
2026-06-110.03161
2026-06-180.03193
2026-06-250.03209
2026-07-020.03190
2026-07-090.03170
2026-07-160.03183
2026-07-230.03203
2026-07-300.03161
2026-08-060.03176
2026-08-130.03186
2026-08-200.03155
2026-08-270.03174
2026-09-030.03201
2026-09-100.03210
2026-09-170.03225
2026-09-240.03215

High

0.03414

Low

0.03133

Average

0.03276

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

IDR/XOF API questions

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

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

How far back does IDR/XOF historical data go?

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