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: show the values
| Point | TND/XPF |
|---|---|
| 2024-08-24 | 34.9121 |
| 2024-10-07 | 34.9377 |
| 2024-11-06 | 35.2584 |
| 2024-12-06 | 35.3158 |
| 2025-01-05 | 35.8355 |
| 2025-02-04 | 35.4081 |
| 2025-03-06 | 35.0656 |
| 2025-04-06 | 35.3535 |
| 2025-05-06 | 34.5646 |
| 2025-06-07 | 35.5440 |
| 2025-07-07 | 34.6150 |
| 2025-08-06 | 34.8771 |
| 2025-09-05 | 34.4519 |
| 2025-10-06 | 35.0756 |
| 2025-11-05 | 35.1620 |
| 2025-12-05 | 34.9542 |
| 2026-01-05 | 35.0882 |
| 2026-02-04 | 35.2360 |
| 2026-03-06 | 35.2923 |
| 2026-04-05 | 35.3600 |
| 2026-05-05 | 35.3913 |
| 2026-06-06 | 35.3564 |
| 2026-07-08 | 35.4370 |
| 2026-08-07 | 35.3569 |
| 2026-09-07 | 35.1649 |
High
35.8355
Low
34.4519
Average
35.1724
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=XPF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=XPF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=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¤cies=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.