TWD to PHP exchange rate API
New Taiwan Dollar to Philippine Peso · quoted 2026-09-25
1.9730
▲ +6.86% over 5Y
1 TWD = 1.9730 PHP · 1 PHP = 0.50684 TWD · Get this rate via the API
1 TWD buys 1.9730 PHP as of 2026-09-25, so 1 PHP buys 0.50684 TWD. Over the last 5 years, TWD/PHP traded between 1.7339 and 1.9832, averaged 1.8406 and rose 6.86%. The API holds daily TWD/PHP rates from 2014-08-20 — 12 years of history — so any past day, or a whole series, is one request away.
TWD/PHP over 5Y: show the values
| Point | TWD/PHP |
|---|---|
| 2021-09-27 | 1.8464 |
| 2021-11-08 | 1.7998 |
| 2021-12-20 | 1.7887 |
| 2022-02-01 | 1.8376 |
| 2022-03-15 | 1.8321 |
| 2022-04-29 | 1.7782 |
| 2022-06-15 | 1.7959 |
| 2022-07-27 | 1.8552 |
| 2022-09-07 | 1.8491 |
| 2022-10-19 | 1.8379 |
| 2022-11-30 | 1.8343 |
| 2023-01-12 | 1.8093 |
| 2023-02-23 | 1.8100 |
| 2023-04-11 | 1.8034 |
| 2023-05-26 | 1.8159 |
| 2023-07-10 | 1.7738 |
| 2023-08-21 | 1.7687 |
| 2023-10-02 | 1.7601 |
| 2023-11-13 | 1.7339 |
| 2023-12-27 | 1.8035 |
| 2024-02-08 | 1.7809 |
| 2024-03-21 | 1.7555 |
| 2024-05-08 | 1.7711 |
| 2024-06-24 | 1.8154 |
| 2024-08-05 | 1.7692 |
| 2024-09-13 | 1.7805 |
| 2024-10-16 | 1.8247 |
| 2024-11-15 | 1.8362 |
| 2024-12-15 | 1.8352 |
| 2025-01-14 | 1.8084 |
| 2025-02-13 | 1.8006 |
| 2025-03-15 | 1.7396 |
| 2025-04-14 | 1.7885 |
| 2025-05-14 | 1.8779 |
| 2025-06-13 | 1.9360 |
| 2025-07-13 | 1.9539 |
| 2025-08-12 | 1.9420 |
| 2025-09-11 | 1.9188 |
| 2025-10-11 | 1.8992 |
| 2025-11-10 | 1.9020 |
| 2025-12-10 | 1.8996 |
| 2026-01-09 | 1.8728 |
| 2026-02-08 | 1.8558 |
| 2026-03-10 | 1.8564 |
| 2026-04-09 | 1.8805 |
| 2026-05-09 | 1.9324 |
| 2026-06-09 | 1.9479 |
| 2026-07-09 | 1.9154 |
| 2026-08-08 | 1.8864 |
| 2026-09-07 | 1.9832 |
High
1.9832
Low
1.7339
Average
1.8406
Get this rate via the API
One GET request returns the TWD/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=TWD¤cies=PHP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=PHP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=PHP").json()Replace YOUR_API_KEY with the key from your dashboard.
TWD/PHP API questions
How do I get the TWD/PHP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=PHP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TWD/PHP rate in rates.PHP.
How far back does TWD/PHP historical data go?
Daily TWD/PHP rates are available from 2014-08-20. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free TWD/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.