Skip to content

TND to XPF exchange rate API

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

35.4682

▲ +1.42% over 1Y

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 year, TND/XPF traded between 34.8691 and 35.6047, averaged 35.2110 and rose 1.42%. 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 1Y

TND/XPF over 1Y: show the values
PointTND/XPF
2025-09-2734.9733
2025-10-0435.0245
2025-10-1135.0036
2025-10-1834.9944
2025-10-2534.9765
2025-11-0135.1950
2025-11-0834.9080
2025-11-1534.8840
2025-11-2235.0964
2025-11-2934.9406
2025-12-0634.9799
2025-12-1434.8691
2025-12-2134.8885
2025-12-2835.1395
2026-01-0435.1639
2026-01-1135.1016
2026-01-1835.4360
2026-01-2535.2850
2026-02-0135.2547
2026-02-0835.3517
2026-02-1535.0091
2026-02-2235.1248
2026-03-0135.3615
2026-03-0835.1590
2026-03-1535.3612
2026-03-2235.3763
2026-03-2935.3404
2026-04-0535.3600
2026-04-1235.0835
2026-04-1934.9172
2026-04-2634.9260
2026-05-0335.3437
2026-05-1035.0227
2026-05-1834.9564
2026-05-2635.4015
2026-06-0235.2719
2026-06-1135.3719
2026-06-1835.3979
2026-06-2535.4026
2026-07-0235.5866
2026-07-0935.4480
2026-07-1635.4079
2026-07-2335.5319
2026-07-3035.3256
2026-08-0635.3919
2026-08-1335.2245
2026-08-2135.2400
2026-08-2835.2970
2026-09-0435.2498
2026-09-1135.2831
2026-09-1835.6047
2026-09-2535.4690

High

35.6047

Low

34.8691

Average

35.2110

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.