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: show the values
| Point | TOP/XPF |
|---|---|
| 2025-12-31 | 42.7048 |
| 2026-01-07 | 42.8102 |
| 2026-01-14 | 43.1949 |
| 2026-01-21 | 43.1554 |
| 2026-01-28 | 42.6959 |
| 2026-02-04 | 43.1179 |
| 2026-02-11 | 42.9776 |
| 2026-02-18 | 43.0809 |
| 2026-02-25 | 43.2527 |
| 2026-03-04 | 43.6173 |
| 2026-03-11 | 43.7764 |
| 2026-03-18 | 44.2645 |
| 2026-03-25 | 43.9099 |
| 2026-04-01 | 43.8022 |
| 2026-04-08 | 43.5462 |
| 2026-04-16 | 43.7200 |
| 2026-04-23 | 43.4580 |
| 2026-04-30 | 44.0316 |
| 2026-05-07 | 43.6485 |
| 2026-05-14 | 43.9835 |
| 2026-05-21 | 44.1168 |
| 2026-05-28 | 43.9329 |
| 2026-06-04 | 43.7995 |
| 2026-06-11 | 43.7495 |
| 2026-06-18 | 44.7880 |
| 2026-06-25 | 44.2444 |
| 2026-07-02 | 44.1333 |
| 2026-07-09 | 44.0790 |
| 2026-07-16 | 44.3106 |
| 2026-07-23 | 44.6477 |
| 2026-07-30 | 44.2264 |
| 2026-08-06 | 43.7525 |
| 2026-08-13 | 43.8720 |
| 2026-08-20 | 43.6343 |
| 2026-08-27 | 43.8437 |
| 2026-09-03 | 43.9632 |
| 2026-09-10 | 43.7417 |
| 2026-09-17 | 44.2048 |
| 2026-09-24 | 44.4097 |
High
44.7880
Low
42.6959
Average
43.7636
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.