Skip to content

TOP to XPF exchange rate API

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

44.3459

▲ +3.84% over YTD

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 year to date, TOP/XPF traded between 42.6959 and 44.7880, averaged 43.7636 and rose 3.84%. 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 YTD

TOP/XPF over YTD: show the values
PointTOP/XPF
2025-12-3142.7048
2026-01-0742.8102
2026-01-1443.1949
2026-01-2143.1554
2026-01-2842.6959
2026-02-0443.1179
2026-02-1142.9776
2026-02-1843.0809
2026-02-2543.2527
2026-03-0443.6173
2026-03-1143.7764
2026-03-1844.2645
2026-03-2543.9099
2026-04-0143.8022
2026-04-0843.5462
2026-04-1643.7200
2026-04-2343.4580
2026-04-3044.0316
2026-05-0743.6485
2026-05-1443.9835
2026-05-2144.1168
2026-05-2843.9329
2026-06-0443.7995
2026-06-1143.7495
2026-06-1844.7880
2026-06-2544.2444
2026-07-0244.1333
2026-07-0944.0790
2026-07-1644.3106
2026-07-2344.6477
2026-07-3044.2264
2026-08-0643.7525
2026-08-1343.8720
2026-08-2043.6343
2026-08-2743.8437
2026-09-0343.9632
2026-09-1043.7417
2026-09-1744.2048
2026-09-2444.4097

High

44.7880

Low

42.6959

Average

43.7636

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.