Skip to content

TOP to XPF exchange rate API

Pa’anga to CFP Franc · quoted 2026-09-25

44.3459

▲ +3.25% over 1Y

1 TOP = 44.3459 XPF · 1 XPF = 0.02255 TOP · Get this rate via the API

1 TOP buys 44.3459 XPF as of 2026-09-25, so 1 XPF buys 0.02255 TOP. Over the last year, TOP/XPF traded between 42.0702 and 44.7666, averaged 43.6207 and rose 3.25%. The API holds daily TOP/XPF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TOP/XPF over 1Y

TOP/XPF over 1Y: show the values
PointTOP/XPF
2025-09-2542.9517
2025-10-0243.0524
2025-10-0943.3380
2025-10-1643.4988
2025-10-2343.6612
2025-10-3043.3893
2025-11-0643.9170
2025-11-1343.7171
2025-11-2043.2194
2025-11-2742.9422
2025-12-0442.9231
2025-12-1142.8410
2025-12-1842.3885
2025-12-2542.0702
2026-01-0142.4537
2026-01-0842.6692
2026-01-1543.2112
2026-01-2243.1676
2026-01-2942.6742
2026-02-0543.0132
2026-02-1242.9764
2026-02-1943.1987
2026-02-2643.1188
2026-03-0543.6289
2026-03-1244.0719
2026-03-1944.2488
2026-03-2644.2809
2026-04-0244.0148
2026-04-0943.6617
2026-04-1743.1967
2026-04-2443.4411
2026-05-0144.1474
2026-05-0843.3987
2026-05-1544.4429
2026-05-2243.9525
2026-05-2944.3145
2026-06-0544.0772
2026-06-1243.9073
2026-06-1944.3746
2026-06-2644.4441
2026-07-0344.0840
2026-07-1044.1136
2026-07-1744.7666
2026-07-2444.7318
2026-07-3144.1965
2026-08-0744.2392
2026-08-1443.7444
2026-08-2143.6105
2026-08-2843.9155
2026-09-0443.8076
2026-09-1143.7810
2026-09-1843.9319
2026-09-2544.2521

High

44.7666

Low

42.0702

Average

43.6207

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TOP/XPF API questions

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

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

How far back does TOP/XPF historical data go?

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