Skip to content

GIP to XPF exchange rate API

Gibraltar Pound to CFP Franc · quoted 2026-09-26

138.2269

▲ +2.99% over 1Y

1 GIP = 138.2269 XPF · 1 XPF = 0.007234 GIP · Get this rate via the API

1 GIP buys 138.2269 XPF as of 2026-09-26, so 1 XPF buys 0.007234 GIP. Over the last year, GIP/XPF traded between 134.2108 and 139.9297, averaged 137.5730 and rose 2.99%. The API holds daily GIP/XPF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GIP/XPF over 1Y

GIP/XPF over 1Y: show the values
PointGIP/XPF
2025-09-26134.2108
2025-10-03136.7764
2025-10-10137.1284
2025-10-17137.5417
2025-10-24137.1199
2025-10-31135.8540
2025-11-07135.6662
2025-11-14135.1984
2025-11-21135.4556
2025-11-28136.3594
2025-12-05136.8612
2025-12-13135.9674
2025-12-20136.2669
2025-12-27136.7367
2026-01-03136.9159
2026-01-10137.3548
2026-01-17137.3397
2026-01-24137.7509
2026-01-31137.6995
2026-02-07137.5582
2026-02-14137.3552
2026-02-21136.5120
2026-02-28136.3415
2026-03-07137.8219
2026-03-14137.8926
2026-03-21137.3742
2026-03-28137.9773
2026-04-04136.7236
2026-04-11136.7776
2026-04-18137.2129
2026-04-25137.3694
2026-05-02138.2057
2026-05-09137.7181
2026-05-17136.6690
2026-05-25137.7116
2026-06-01137.9388
2026-06-10138.1828
2026-06-17138.4110
2026-06-24138.2774
2026-07-01138.4680
2026-07-08139.6516
2026-07-15139.9086
2026-07-22139.9297
2026-07-29139.0373
2026-08-05138.9550
2026-08-12139.5243
2026-08-20139.1135
2026-08-27139.0603
2026-09-03138.6635
2026-09-10138.7164
2026-09-17139.1274
2026-09-24138.7526

High

139.9297

Low

134.2108

Average

137.5730

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

GIP/XPF API questions

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

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

How far back does GIP/XPF historical data go?

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