Skip to content

TND to XPF exchange rate API

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

35.4682

▲ +1.59% over 5Y

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 5 years, TND/XPF traded between 34.4519 and 35.8355, averaged 35.1724 and rose 1.59%. 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 5Y

TND/XPF over 5Y: show the values
PointTND/XPF
2024-08-2434.9121
2024-10-0734.9377
2024-11-0635.2584
2024-12-0635.3158
2025-01-0535.8355
2025-02-0435.4081
2025-03-0635.0656
2025-04-0635.3535
2025-05-0634.5646
2025-06-0735.5440
2025-07-0734.6150
2025-08-0634.8771
2025-09-0534.4519
2025-10-0635.0756
2025-11-0535.1620
2025-12-0534.9542
2026-01-0535.0882
2026-02-0435.2360
2026-03-0635.2923
2026-04-0535.3600
2026-05-0535.3913
2026-06-0635.3564
2026-07-0835.4370
2026-08-0735.3569
2026-09-0735.1649

High

35.8355

Low

34.4519

Average

35.1724

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.