Skip to content

TWD to XPF exchange rate API

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

3.3027

▼ +1.36% over 1Y

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 year, TWD/XPF traded between 3.1872 and 3.4167, averaged 3.2599 and fell 1.36%. 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 1Y

TWD/XPF over 1Y: show the values
PointTWD/XPF
2025-09-253.3483
2025-10-023.4038
2025-10-093.4167
2025-10-163.3511
2025-10-233.3414
2025-10-303.3530
2025-11-063.3520
2025-11-133.3125
2025-11-203.3116
2025-11-273.2878
2025-12-043.2750
2025-12-113.2732
2025-12-183.2231
2025-12-253.2225
2026-01-013.2412
2026-01-083.2350
2026-01-153.2514
2026-01-223.2301
2026-01-293.2007
2026-02-053.1872
2026-02-123.1982
2026-02-193.2030
2026-02-263.2281
2026-03-053.2259
2026-03-123.2330
2026-03-193.2526
2026-03-263.2362
2026-04-023.2380
2026-04-093.2319
2026-04-163.2147
2026-04-233.2352
2026-04-303.2285
2026-05-073.2429
2026-05-143.2353
2026-05-213.2497
2026-05-283.2602
2026-06-043.2626
2026-06-123.2642
2026-06-193.2855
2026-06-263.2817
2026-07-033.2684
2026-07-103.2490
2026-07-173.2271
2026-07-243.2357
2026-07-313.2041
2026-08-073.2078
2026-08-143.2279
2026-08-213.2090
2026-08-283.2413
2026-09-043.2322
2026-09-113.2411
2026-09-183.2592
2026-09-253.3014

High

3.4167

Low

3.1872

Average

3.2599

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.