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: show the values
| Point | TND/PHP |
|---|---|
| 2025-09-25 | 20.0173 |
| 2025-10-02 | 20.0335 |
| 2025-10-09 | 19.8697 |
| 2025-10-16 | 19.8673 |
| 2025-10-23 | 19.9544 |
| 2025-10-30 | 20.1265 |
| 2025-11-06 | 19.8858 |
| 2025-11-13 | 19.9840 |
| 2025-11-20 | 19.9563 |
| 2025-11-27 | 19.9593 |
| 2025-12-04 | 20.1755 |
| 2025-12-12 | 20.2325 |
| 2025-12-19 | 20.1505 |
| 2025-12-26 | 20.4315 |
| 2026-01-02 | 20.4081 |
| 2026-01-09 | 20.4122 |
| 2026-01-16 | 20.5102 |
| 2026-01-23 | 20.5578 |
| 2026-01-30 | 20.7309 |
| 2026-02-06 | 20.4360 |
| 2026-02-13 | 20.3076 |
| 2026-02-20 | 20.2403 |
| 2026-02-27 | 20.1310 |
| 2026-03-06 | 20.4075 |
| 2026-03-13 | 20.2995 |
| 2026-03-20 | 20.5393 |
| 2026-03-27 | 20.6903 |
| 2026-04-03 | 20.6034 |
| 2026-04-10 | 20.7535 |
| 2026-04-17 | 20.8180 |
| 2026-04-24 | 21.0425 |
| 2026-05-01 | 21.3634 |
| 2026-05-08 | 20.7839 |
| 2026-05-16 | 21.2080 |
| 2026-05-24 | 21.1961 |
| 2026-05-31 | 21.2346 |
| 2026-06-09 | 21.0316 |
| 2026-06-16 | 20.6765 |
| 2026-06-23 | 20.7612 |
| 2026-06-30 | 20.8068 |
| 2026-07-07 | 20.8393 |
| 2026-07-14 | 20.8936 |
| 2026-07-21 | 20.9496 |
| 2026-07-28 | 20.7901 |
| 2026-08-04 | 20.8467 |
| 2026-08-11 | 20.9096 |
| 2026-08-18 | 21.1792 |
| 2026-08-26 | 21.2630 |
| 2026-09-02 | 21.4257 |
| 2026-09-09 | 21.5568 |
| 2026-09-16 | 21.5140 |
| 2026-09-23 | 21.1992 |
High
21.5568
Low
19.8673
Average
20.6257
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=PHP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=PHP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=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¤cies=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.