TOP to XPF exchange rate API
Pa’anga to CFP Franc · quoted 2026-09-25
44.3459
▲ +1.26% over 30D
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 30 days, TOP/XPF traded between 43.3468 and 44.6513, averaged 43.9214 and rose 1.26%. 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 30D: show the values
| Point | TOP/XPF |
|---|---|
| 2026-08-26 | 43.7928 |
| 2026-08-27 | 43.8437 |
| 2026-08-28 | 43.9155 |
| 2026-08-29 | 43.6878 |
| 2026-08-30 | 43.9825 |
| 2026-08-31 | 43.9379 |
| 2026-09-01 | 43.8519 |
| 2026-09-02 | 44.1054 |
| 2026-09-03 | 43.9632 |
| 2026-09-04 | 43.8076 |
| 2026-09-05 | 43.5305 |
| 2026-09-06 | 43.5023 |
| 2026-09-07 | 43.8065 |
| 2026-09-08 | 43.8462 |
| 2026-09-09 | 43.8620 |
| 2026-09-10 | 43.7417 |
| 2026-09-11 | 43.7810 |
| 2026-09-12 | 43.4695 |
| 2026-09-13 | 43.5593 |
| 2026-09-14 | 43.8554 |
| 2026-09-15 | 43.8521 |
| 2026-09-16 | 43.9074 |
| 2026-09-17 | 44.2048 |
| 2026-09-18 | 43.9319 |
| 2026-09-19 | 43.3468 |
| 2026-09-20 | 43.7406 |
| 2026-09-21 | 44.5126 |
| 2026-09-22 | 44.4861 |
| 2026-09-23 | 44.6513 |
| 2026-09-24 | 44.4097 |
| 2026-09-25 | 44.2521 |
High
44.6513
Low
43.3468
Average
43.9214
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=XPF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=XPF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=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¤cies=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.