TWD to XPF exchange rate API
New Taiwan Dollar to CFP Franc · quoted 2026-09-25
3.3027
▼ +1.34% over 5Y
1 TWD = 3.3027 XPF · 1 XPF = 0.30279 TWD · Get this rate via the API
1 TWD buys 3.3027 XPF as of 2026-09-25, so 1 XPF buys 0.30279 TWD. Over the last 5 years, TWD/XPF traded between 3.2078 and 3.5430, averaged 3.3417 and fell 1.34%. The API holds daily TWD/XPF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TWD/XPF over 5Y: show the values
| Point | TWD/XPF |
|---|---|
| 2024-08-24 | 3.3476 |
| 2024-10-01 | 3.3796 |
| 2024-10-31 | 3.4433 |
| 2024-11-30 | 3.4757 |
| 2024-12-30 | 3.4996 |
| 2025-01-29 | 3.4909 |
| 2025-02-28 | 3.4939 |
| 2025-03-30 | 3.3095 |
| 2025-04-29 | 3.2458 |
| 2025-05-29 | 3.5430 |
| 2025-06-28 | 3.5038 |
| 2025-07-28 | 3.4599 |
| 2025-08-27 | 3.3596 |
| 2025-09-26 | 3.3491 |
| 2025-10-26 | 3.3332 |
| 2025-11-25 | 3.2918 |
| 2025-12-25 | 3.2225 |
| 2026-01-24 | 3.2158 |
| 2026-02-23 | 3.2078 |
| 2026-03-25 | 3.2293 |
| 2026-04-24 | 3.2411 |
| 2026-05-24 | 3.2604 |
| 2026-06-24 | 3.3013 |
| 2026-07-24 | 3.2357 |
| 2026-08-23 | 3.2087 |
| 2026-09-22 | 3.2741 |
High
3.5430
Low
3.2078
Average
3.3417
Get this rate via the API
One GET request returns the TWD/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=TWD¤cies=XPF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=XPF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=XPF").json()Replace YOUR_API_KEY with the key from your dashboard.
TWD/XPF API questions
How do I get the TWD/XPF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=XPF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TWD/XPF rate in rates.XPF.
How far back does TWD/XPF historical data go?
Daily TWD/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 TWD/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.