Skip to content

INR to XPF exchange rate API

Indian Rupee to CFP Franc · quoted 2026-09-24

1.0898

▼ +3.21% over 1Y

1 INR = 1.0898 XPF · 1 XPF = 0.91757 INR · Get this rate via the API

1 INR buys 1.0898 XPF as of 2026-09-24, so 1 XPF buys 0.91757 INR. Over the last year, INR/XPF traded between 1.0602 and 1.1708, averaged 1.1089 and fell 3.21%. The API holds daily INR/XPF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

INR/XPF over 1Y

INR/XPF over 1Y: show the values
PointINR/XPF
2025-09-241.1259
2025-10-011.1462
2025-10-081.1538
2025-10-151.1682
2025-10-221.1649
2025-10-291.1647
2025-11-051.1708
2025-11-121.1637
2025-11-191.1664
2025-11-261.1567
2025-12-031.1385
2025-12-101.1424
2025-12-171.1254
2025-12-241.1296
2025-12-311.1311
2026-01-071.1354
2026-01-141.1353
2026-01-211.1137
2026-01-281.0891
2026-02-041.1127
2026-02-111.1015
2026-02-181.1114
2026-02-251.1115
2026-03-041.1116
2026-03-111.1166
2026-03-181.1153
2026-03-251.0973
2026-04-011.1066
2026-04-081.1136
2026-04-151.0858
2026-04-221.0853
2026-04-291.0758
2026-05-061.0765
2026-05-131.0654
2026-05-201.0602
2026-05-271.0703
2026-06-031.0733
2026-06-101.0837
2026-06-171.0902
2026-06-241.1069
2026-07-011.0985
2026-07-081.0940
2026-07-151.0841
2026-07-221.0826
2026-07-291.0933
2026-08-051.0857
2026-08-121.0838
2026-08-191.0737
2026-08-261.0722
2026-09-021.0850
2026-09-091.0768
2026-09-161.0779
2026-09-231.0903

High

1.1708

Low

1.0602

Average

1.1089

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

INR/XPF API questions

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

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

How far back does INR/XPF historical data go?

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