Skip to content

TND to XPF exchange rate API

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

35.4682

▼ +0.04% over 6M

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 6 months, TND/XPF traded between 34.9634 and 35.4812, averaged 35.3130 and fell 0.04%. 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 6M

TND/XPF over 6M: show the values
PointTND/XPF
2026-03-3135.4812
2026-04-0735.3424
2026-04-1435.2049
2026-04-2135.1850
2026-04-2834.9634
2026-05-0535.3913
2026-05-1235.4213
2026-05-2035.2562
2026-05-2835.3013
2026-06-0435.3060
2026-06-1335.3074
2026-06-2035.3848
2026-06-2735.3855
2026-07-0435.3877
2026-07-1135.4042
2026-07-1835.3533
2026-07-2535.4285
2026-08-0135.1033
2026-08-0835.2053
2026-08-1535.2455
2026-08-2335.2501
2026-08-3035.2473
2026-09-0635.2015
2026-09-1335.4657
2026-09-2035.2906
2026-09-2735.4682

High

35.4812

Low

34.9634

Average

35.3130

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.