Skip to content

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

TWD/PHP over 5Y: show the values
PointTWD/PHP
2021-09-271.8464
2021-11-081.7998
2021-12-201.7887
2022-02-011.8376
2022-03-151.8321
2022-04-291.7782
2022-06-151.7959
2022-07-271.8552
2022-09-071.8491
2022-10-191.8379
2022-11-301.8343
2023-01-121.8093
2023-02-231.8100
2023-04-111.8034
2023-05-261.8159
2023-07-101.7738
2023-08-211.7687
2023-10-021.7601
2023-11-131.7339
2023-12-271.8035
2024-02-081.7809
2024-03-211.7555
2024-05-081.7711
2024-06-241.8154
2024-08-051.7692
2024-09-131.7805
2024-10-161.8247
2024-11-151.8362
2024-12-151.8352
2025-01-141.8084
2025-02-131.8006
2025-03-151.7396
2025-04-141.7885
2025-05-141.8779
2025-06-131.9360
2025-07-131.9539
2025-08-121.9420
2025-09-111.9188
2025-10-111.8992
2025-11-101.9020
2025-12-101.8996
2026-01-091.8728
2026-02-081.8558
2026-03-101.8564
2026-04-091.8805
2026-05-091.9324
2026-06-091.9479
2026-07-091.9154
2026-08-081.8864
2026-09-071.9832

High

1.9832

Low

1.7339

Average

1.8406

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD&currencies=PHP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD&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=TWD&currencies=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&currencies=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.