Skip to content

TWD to PHP exchange rate API

New Taiwan Dollar to Philippine Peso · quoted 2026-09-25

1.9730

▲ +1.67% over 1Y

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 year, TWD/PHP traded between 1.8386 and 1.9789, averaged 1.9083 and rose 1.67%. 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 1Y

TWD/PHP over 1Y: show the values
PointTWD/PHP
2025-09-251.9405
2025-10-021.9439
2025-10-091.9389
2025-10-161.8965
2025-10-231.9019
2025-10-301.9183
2025-11-061.9035
2025-11-131.8938
2025-11-201.8895
2025-11-271.8761
2025-12-041.8852
2025-12-111.8888
2025-12-181.8567
2025-12-251.8716
2026-01-011.8803
2026-01-081.8742
2026-01-151.8854
2026-01-221.8696
2026-01-291.8816
2026-02-051.8559
2026-02-121.8486
2026-02-191.8386
2026-02-261.8448
2026-03-051.8472
2026-03-121.8657
2026-03-191.8830
2026-03-261.8843
2026-04-021.8957
2026-04-091.8805
2026-04-161.9008
2026-04-231.9156
2026-04-301.9427
2026-05-071.9248
2026-05-141.9514
2026-05-211.9507
2026-05-281.9575
2026-06-041.9555
2026-06-121.9222
2026-06-191.9189
2026-06-261.9240
2026-07-031.9240
2026-07-101.9168
2026-07-171.9054
2026-07-241.9110
2026-07-311.8925
2026-08-071.8883
2026-08-141.9196
2026-08-211.9371
2026-08-281.9687
2026-09-041.9768
2026-09-111.9789
2026-09-181.9738
2026-09-251.9759

High

1.9789

Low

1.8386

Average

1.9083

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.