TND to XPF exchange rate API
Tunisian Dinar to CFP Franc · quoted 2026-09-27
35.4682
▲ +0.49% over 30D
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 30 days, TND/XPF traded between 35.1649 and 35.6238, averaged 35.3604 and rose 0.49%. 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 30D: show the values
| Point | TND/XPF |
|---|---|
| 2026-08-28 | 35.2970 |
| 2026-08-29 | 35.2717 |
| 2026-08-30 | 35.2473 |
| 2026-08-31 | 35.6238 |
| 2026-09-01 | 35.2279 |
| 2026-09-02 | 35.2999 |
| 2026-09-03 | 35.2845 |
| 2026-09-04 | 35.2498 |
| 2026-09-05 | 35.3447 |
| 2026-09-06 | 35.2015 |
| 2026-09-07 | 35.1649 |
| 2026-09-08 | 35.3125 |
| 2026-09-09 | 35.3271 |
| 2026-09-10 | 35.2770 |
| 2026-09-11 | 35.2831 |
| 2026-09-12 | 35.5117 |
| 2026-09-13 | 35.4657 |
| 2026-09-14 | 35.5072 |
| 2026-09-15 | 35.2500 |
| 2026-09-16 | 35.4766 |
| 2026-09-17 | 35.4781 |
| 2026-09-18 | 35.6047 |
| 2026-09-19 | 35.3360 |
| 2026-09-20 | 35.2906 |
| 2026-09-21 | 35.3002 |
| 2026-09-22 | 35.2196 |
| 2026-09-23 | 35.3810 |
| 2026-09-24 | 35.4779 |
| 2026-09-25 | 35.4690 |
| 2026-09-26 | 35.4150 |
| 2026-09-27 | 35.4682 |
High
35.6238
Low
35.1649
Average
35.3604
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.