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: show the values
| Point | TND/XPF |
|---|---|
| 2025-12-31 | 35.1981 |
| 2026-01-07 | 35.3159 |
| 2026-01-14 | 35.3811 |
| 2026-01-21 | 35.4331 |
| 2026-01-28 | 35.4173 |
| 2026-02-04 | 35.2360 |
| 2026-02-11 | 35.2734 |
| 2026-02-18 | 35.3816 |
| 2026-02-25 | 35.2643 |
| 2026-03-04 | 35.2938 |
| 2026-03-11 | 35.2530 |
| 2026-03-18 | 35.3247 |
| 2026-03-25 | 35.4650 |
| 2026-04-01 | 35.3366 |
| 2026-04-08 | 35.3269 |
| 2026-04-15 | 34.9211 |
| 2026-04-22 | 35.5144 |
| 2026-04-29 | 35.3856 |
| 2026-05-06 | 35.2488 |
| 2026-05-14 | 35.2983 |
| 2026-05-21 | 35.3085 |
| 2026-05-29 | 35.3799 |
| 2026-06-05 | 35.3801 |
| 2026-06-14 | 35.3301 |
| 2026-06-21 | 35.2657 |
| 2026-06-28 | 35.3421 |
| 2026-07-05 | 35.3936 |
| 2026-07-12 | 35.3747 |
| 2026-07-19 | 35.3668 |
| 2026-07-26 | 35.3324 |
| 2026-08-02 | 35.3043 |
| 2026-08-09 | 35.3237 |
| 2026-08-16 | 35.3805 |
| 2026-08-24 | 35.3556 |
| 2026-08-31 | 35.6238 |
| 2026-09-07 | 35.1649 |
| 2026-09-14 | 35.5072 |
| 2026-09-21 | 35.3002 |
High
35.6238
Low
34.9211
Average
35.3377
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.