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: show the values
| Point | TND/XPF |
|---|---|
| 2026-03-31 | 35.4812 |
| 2026-04-07 | 35.3424 |
| 2026-04-14 | 35.2049 |
| 2026-04-21 | 35.1850 |
| 2026-04-28 | 34.9634 |
| 2026-05-05 | 35.3913 |
| 2026-05-12 | 35.4213 |
| 2026-05-20 | 35.2562 |
| 2026-05-28 | 35.3013 |
| 2026-06-04 | 35.3060 |
| 2026-06-13 | 35.3074 |
| 2026-06-20 | 35.3848 |
| 2026-06-27 | 35.3855 |
| 2026-07-04 | 35.3877 |
| 2026-07-11 | 35.4042 |
| 2026-07-18 | 35.3533 |
| 2026-07-25 | 35.4285 |
| 2026-08-01 | 35.1033 |
| 2026-08-08 | 35.2053 |
| 2026-08-15 | 35.2455 |
| 2026-08-23 | 35.2501 |
| 2026-08-30 | 35.2473 |
| 2026-09-06 | 35.2015 |
| 2026-09-13 | 35.4657 |
| 2026-09-20 | 35.2906 |
| 2026-09-27 | 35.4682 |
High
35.4812
Low
34.9634
Average
35.3130
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.