INR to XOF exchange rate API
Indian Rupee to CFA Franc BCEAO · quoted 2026-09-24
5.9925
▼ +3.62% over YTD
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 year to date, INR/XOF traded between 5.8364 and 6.2456, averaged 6.0141 and fell 3.62%. 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 YTD: show the values
| Point | INR/XOF |
|---|---|
| 2025-12-31 | 6.2173 |
| 2026-01-07 | 6.2456 |
| 2026-01-14 | 6.2368 |
| 2026-01-21 | 6.1114 |
| 2026-01-28 | 5.9584 |
| 2026-02-04 | 6.1406 |
| 2026-02-11 | 6.0619 |
| 2026-02-18 | 6.1150 |
| 2026-02-25 | 6.1165 |
| 2026-03-04 | 6.1305 |
| 2026-03-11 | 6.1411 |
| 2026-03-18 | 6.1297 |
| 2026-03-25 | 6.0253 |
| 2026-04-01 | 6.0590 |
| 2026-04-08 | 6.0896 |
| 2026-04-15 | 5.9540 |
| 2026-04-22 | 5.9590 |
| 2026-04-29 | 5.9126 |
| 2026-05-06 | 5.9026 |
| 2026-05-13 | 5.8514 |
| 2026-05-20 | 5.8364 |
| 2026-05-27 | 5.8905 |
| 2026-06-03 | 5.9027 |
| 2026-06-10 | 5.9632 |
| 2026-06-17 | 5.9881 |
| 2026-06-24 | 6.1002 |
| 2026-07-01 | 6.0430 |
| 2026-07-08 | 6.0140 |
| 2026-07-15 | 5.9568 |
| 2026-07-22 | 5.9542 |
| 2026-07-29 | 6.0133 |
| 2026-08-05 | 5.9744 |
| 2026-08-12 | 5.9645 |
| 2026-08-19 | 5.8938 |
| 2026-08-26 | 5.8946 |
| 2026-09-02 | 5.9630 |
| 2026-09-09 | 5.9279 |
| 2026-09-16 | 5.9273 |
| 2026-09-23 | 6.0052 |
High
6.2456
Low
5.8364
Average
6.0141
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=XOF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=XOF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=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¤cies=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.