Skip to content

INR to XAF exchange rate API

Indian Rupee to CFA Franc BEAC · quoted 2026-09-25

6.0024

▼ +4.71% over 1Y

1 INR = 6.0024 XAF · 1 XAF = 0.16660 INR · Get this rate via the API

1 INR buys 6.0024 XAF as of 2026-09-25, so 1 XAF buys 0.16660 INR. Over the last year, INR/XAF traded between 5.8785 and 6.4378, averaged 6.1015 and fell 4.71%. The API holds daily INR/XAF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

INR/XAF over 1Y

INR/XAF over 1Y: show the values
PointINR/XAF
2025-09-256.2988
2025-10-026.2990
2025-10-096.3466
2025-10-166.3906
2025-10-236.4378
2025-10-306.3660
2025-11-066.4351
2025-11-136.3819
2025-11-206.4159
2025-11-276.3189
2025-12-046.2580
2025-12-126.1759
2025-12-196.2359
2025-12-266.1726
2026-01-026.1824
2026-01-096.2413
2026-01-166.2281
2026-01-236.0786
2026-01-305.9919
2026-02-066.1366
2026-02-136.0990
2026-02-206.1352
2026-02-276.1046
2026-03-066.1470
2026-03-136.1643
2026-03-206.0581
2026-03-275.9957
2026-04-036.1337
2026-04-106.0432
2026-04-175.9990
2026-04-245.9580
2026-05-015.8828
2026-05-085.9185
2026-05-165.8785
2026-05-245.8958
2026-05-315.9164
2026-06-095.9625
2026-06-165.9901
2026-06-236.0577
2026-06-306.0791
2026-07-076.0390
2026-07-145.9852
2026-07-215.9735
2026-07-286.0139
2026-08-045.9751
2026-08-115.9529
2026-08-185.9210
2026-08-265.8907
2026-09-025.9648
2026-09-095.9296
2026-09-165.9219
2026-09-235.9962

High

6.4378

Low

5.8785

Average

6.1015

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

INR/XAF API questions

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

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

How far back does INR/XAF historical data go?

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