Skip to content

TND to XPF exchange rate API

Tunisian Dinar to CFP Franc · quoted 2026-09-27

35.4682

▲ +0.49% over 30D

1 TND = 35.4682 XPF · 1 XPF = 0.02819 TND · Get this rate via the API

1 TND buys 35.4682 XPF as of 2026-09-27, so 1 XPF buys 0.02819 TND. Over the last 30 days, TND/XPF traded between 35.1649 and 35.6238, averaged 35.3604 and rose 0.49%. The API holds daily TND/XPF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TND/XPF over 30D

TND/XPF over 30D: show the values
PointTND/XPF
2026-08-2835.2970
2026-08-2935.2717
2026-08-3035.2473
2026-08-3135.6238
2026-09-0135.2279
2026-09-0235.2999
2026-09-0335.2845
2026-09-0435.2498
2026-09-0535.3447
2026-09-0635.2015
2026-09-0735.1649
2026-09-0835.3125
2026-09-0935.3271
2026-09-1035.2770
2026-09-1135.2831
2026-09-1235.5117
2026-09-1335.4657
2026-09-1435.5072
2026-09-1535.2500
2026-09-1635.4766
2026-09-1735.4781
2026-09-1835.6047
2026-09-1935.3360
2026-09-2035.2906
2026-09-2135.3002
2026-09-2235.2196
2026-09-2335.3810
2026-09-2435.4779
2026-09-2535.4690
2026-09-2635.4150
2026-09-2735.4682

High

35.6238

Low

35.1649

Average

35.3604

For developers

Get this rate via the API

One GET request returns the TND/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=TND&currencies=XPF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&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=TND&currencies=XPF").json()

Replace YOUR_API_KEY with the key from your dashboard.

TND/XPF API questions

How do I get the TND/XPF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=XPF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TND/XPF rate in rates.XPF.

How far back does TND/XPF historical data go?

Daily TND/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 TND/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.