Skip to content

TND to PHP exchange rate API

Tunisian Dinar to Philippine Peso · quoted 2026-09-25

21.2013

▲ +5.91% over 1Y

1 TND = 21.2013 PHP · 1 PHP = 0.04717 TND · Get this rate via the API

1 TND buys 21.2013 PHP as of 2026-09-25, so 1 PHP buys 0.04717 TND. Over the last year, TND/PHP traded between 19.8673 and 21.5568, averaged 20.6257 and rose 5.91%. The API holds daily TND/PHP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TND/PHP over 1Y

TND/PHP over 1Y: show the values
PointTND/PHP
2025-09-2520.0173
2025-10-0220.0335
2025-10-0919.8697
2025-10-1619.8673
2025-10-2319.9544
2025-10-3020.1265
2025-11-0619.8858
2025-11-1319.9840
2025-11-2019.9563
2025-11-2719.9593
2025-12-0420.1755
2025-12-1220.2325
2025-12-1920.1505
2025-12-2620.4315
2026-01-0220.4081
2026-01-0920.4122
2026-01-1620.5102
2026-01-2320.5578
2026-01-3020.7309
2026-02-0620.4360
2026-02-1320.3076
2026-02-2020.2403
2026-02-2720.1310
2026-03-0620.4075
2026-03-1320.2995
2026-03-2020.5393
2026-03-2720.6903
2026-04-0320.6034
2026-04-1020.7535
2026-04-1720.8180
2026-04-2421.0425
2026-05-0121.3634
2026-05-0820.7839
2026-05-1621.2080
2026-05-2421.1961
2026-05-3121.2346
2026-06-0921.0316
2026-06-1620.6765
2026-06-2320.7612
2026-06-3020.8068
2026-07-0720.8393
2026-07-1420.8936
2026-07-2120.9496
2026-07-2820.7901
2026-08-0420.8467
2026-08-1120.9096
2026-08-1821.1792
2026-08-2621.2630
2026-09-0221.4257
2026-09-0921.5568
2026-09-1621.5140
2026-09-2321.1992

High

21.5568

Low

19.8673

Average

20.6257

For developers

Get this rate via the API

One GET request returns the TND/PHP 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=PHP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=PHP");
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=PHP").json()

Replace YOUR_API_KEY with the key from your dashboard.

TND/PHP API questions

How do I get the TND/PHP exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=PHP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TND/PHP rate in rates.PHP.

How far back does TND/PHP historical data go?

Daily TND/PHP 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/PHP 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.