Skip to content

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

TWD/XPF over 5Y: show the values
PointTWD/XPF
2024-08-243.3476
2024-10-013.3796
2024-10-313.4433
2024-11-303.4757
2024-12-303.4996
2025-01-293.4909
2025-02-283.4939
2025-03-303.3095
2025-04-293.2458
2025-05-293.5430
2025-06-283.5038
2025-07-283.4599
2025-08-273.3596
2025-09-263.3491
2025-10-263.3332
2025-11-253.2918
2025-12-253.2225
2026-01-243.2158
2026-02-233.2078
2026-03-253.2293
2026-04-243.2411
2026-05-243.2604
2026-06-243.3013
2026-07-243.2357
2026-08-233.2087
2026-09-223.2741

High

3.5430

Low

3.2078

Average

3.3417

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD&currencies=XPF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD&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=TWD&currencies=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&currencies=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.