Skip to content

TND to XPF exchange rate API

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

35.4682

▲ +0.77% over YTD

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 year to date, TND/XPF traded between 34.9211 and 35.6238, averaged 35.3377 and rose 0.77%. 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 YTD

TND/XPF over YTD: show the values
PointTND/XPF
2025-12-3135.1981
2026-01-0735.3159
2026-01-1435.3811
2026-01-2135.4331
2026-01-2835.4173
2026-02-0435.2360
2026-02-1135.2734
2026-02-1835.3816
2026-02-2535.2643
2026-03-0435.2938
2026-03-1135.2530
2026-03-1835.3247
2026-03-2535.4650
2026-04-0135.3366
2026-04-0835.3269
2026-04-1534.9211
2026-04-2235.5144
2026-04-2935.3856
2026-05-0635.2488
2026-05-1435.2983
2026-05-2135.3085
2026-05-2935.3799
2026-06-0535.3801
2026-06-1435.3301
2026-06-2135.2657
2026-06-2835.3421
2026-07-0535.3936
2026-07-1235.3747
2026-07-1935.3668
2026-07-2635.3324
2026-08-0235.3043
2026-08-0935.3237
2026-08-1635.3805
2026-08-2435.3556
2026-08-3135.6238
2026-09-0735.1649
2026-09-1435.5072
2026-09-2135.3002

High

35.6238

Low

34.9211

Average

35.3377

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.