Skip to content

TWD to XPF exchange rate API

New Taiwan Dollar to CFP Franc · quoted 2026-09-25

3.3027

▲ +1.95% over YTD

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 year to date, TWD/XPF traded between 3.1814 and 3.3027, averaged 3.2376 and rose 1.95%. 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 YTD

TWD/XPF over YTD: show the values
PointTWD/XPF
2025-12-313.2396
2026-01-073.2417
2026-01-143.2392
2026-01-213.2254
2026-01-283.1948
2026-02-043.1847
2026-02-113.1814
2026-02-183.2081
2026-02-253.2285
2026-03-043.2274
2026-03-113.2325
2026-03-183.2480
2026-03-253.2293
2026-04-013.2366
2026-04-083.2336
2026-04-153.2068
2026-04-223.2320
2026-04-293.2307
2026-05-063.2353
2026-05-133.2321
2026-05-203.2448
2026-05-273.2607
2026-06-033.2696
2026-06-113.2675
2026-06-183.2835
2026-06-253.2909
2026-07-023.2769
2026-07-093.2466
2026-07-163.2360
2026-07-233.2386
2026-07-303.2060
2026-08-063.2040
2026-08-133.2154
2026-08-203.2074
2026-08-273.2278
2026-09-033.2407
2026-09-103.2409
2026-09-173.2621
2026-09-243.2955

High

3.3027

Low

3.1814

Average

3.2376

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.