Skip to content

INR to XOF exchange rate API

Indian Rupee to CFA Franc BCEAO · quoted 2026-09-24

5.9925

▼ +3.11% over 1Y

1 INR = 5.9925 XOF · 1 XOF = 0.16688 INR · Get this rate via the API

1 INR buys 5.9925 XOF as of 2026-09-24, so 1 XOF buys 0.16688 INR. Over the last year, INR/XOF traded between 5.8364 and 6.4418, averaged 6.0899 and fell 3.11%. The API holds daily INR/XOF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

INR/XOF over 1Y

INR/XOF over 1Y: show the values
PointINR/XOF
2025-09-246.1845
2025-10-016.2000
2025-10-086.2426
2025-10-156.4059
2025-10-226.3890
2025-10-296.3893
2025-11-056.4418
2025-11-126.3923
2025-11-196.4075
2025-11-266.3483
2025-12-036.2433
2025-12-106.2648
2025-12-176.1846
2025-12-246.1990
2025-12-316.2173
2026-01-076.2456
2026-01-146.2368
2026-01-216.1114
2026-01-285.9584
2026-02-046.1406
2026-02-116.0619
2026-02-186.1150
2026-02-256.1165
2026-03-046.1305
2026-03-116.1411
2026-03-186.1297
2026-03-256.0253
2026-04-016.0590
2026-04-086.0896
2026-04-155.9540
2026-04-225.9590
2026-04-295.9126
2026-05-065.9026
2026-05-135.8514
2026-05-205.8364
2026-05-275.8905
2026-06-035.9027
2026-06-105.9632
2026-06-175.9881
2026-06-246.1002
2026-07-016.0430
2026-07-086.0140
2026-07-155.9568
2026-07-225.9542
2026-07-296.0133
2026-08-055.9744
2026-08-125.9645
2026-08-195.8938
2026-08-265.8946
2026-09-025.9630
2026-09-095.9279
2026-09-165.9273
2026-09-236.0052

High

6.4418

Low

5.8364

Average

6.0899

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

INR/XOF API questions

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

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

How far back does INR/XOF historical data go?

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