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: show the values
| Point | TOP/XPF |
|---|---|
| 2025-09-25 | 42.9517 |
| 2025-10-02 | 43.0524 |
| 2025-10-09 | 43.3380 |
| 2025-10-16 | 43.4988 |
| 2025-10-23 | 43.6612 |
| 2025-10-30 | 43.3893 |
| 2025-11-06 | 43.9170 |
| 2025-11-13 | 43.7171 |
| 2025-11-20 | 43.2194 |
| 2025-11-27 | 42.9422 |
| 2025-12-04 | 42.9231 |
| 2025-12-11 | 42.8410 |
| 2025-12-18 | 42.3885 |
| 2025-12-25 | 42.0702 |
| 2026-01-01 | 42.4537 |
| 2026-01-08 | 42.6692 |
| 2026-01-15 | 43.2112 |
| 2026-01-22 | 43.1676 |
| 2026-01-29 | 42.6742 |
| 2026-02-05 | 43.0132 |
| 2026-02-12 | 42.9764 |
| 2026-02-19 | 43.1987 |
| 2026-02-26 | 43.1188 |
| 2026-03-05 | 43.6289 |
| 2026-03-12 | 44.0719 |
| 2026-03-19 | 44.2488 |
| 2026-03-26 | 44.2809 |
| 2026-04-02 | 44.0148 |
| 2026-04-09 | 43.6617 |
| 2026-04-17 | 43.1967 |
| 2026-04-24 | 43.4411 |
| 2026-05-01 | 44.1474 |
| 2026-05-08 | 43.3987 |
| 2026-05-15 | 44.4429 |
| 2026-05-22 | 43.9525 |
| 2026-05-29 | 44.3145 |
| 2026-06-05 | 44.0772 |
| 2026-06-12 | 43.9073 |
| 2026-06-19 | 44.3746 |
| 2026-06-26 | 44.4441 |
| 2026-07-03 | 44.0840 |
| 2026-07-10 | 44.1136 |
| 2026-07-17 | 44.7666 |
| 2026-07-24 | 44.7318 |
| 2026-07-31 | 44.1965 |
| 2026-08-07 | 44.2392 |
| 2026-08-14 | 43.7444 |
| 2026-08-21 | 43.6105 |
| 2026-08-28 | 43.9155 |
| 2026-09-04 | 43.8076 |
| 2026-09-11 | 43.7810 |
| 2026-09-18 | 43.9319 |
| 2026-09-25 | 44.2521 |
High
44.7666
Low
42.0702
Average
43.6207
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.