Skip to content

PHP to VND exchange rate API

Philippine Peso to Dong · quoted 2026-09-27

415.9903

▼ +6.70% over 5Y

1 PHP = 415.9903 VND · 1 VND = 0.002404 PHP · Get this rate via the API

1 PHP buys 415.9903 VND as of 2026-09-27, so 1 VND buys 0.002404 PHP. Over the last 5 years, PHP/VND traded between 413.1673 and 469.1446, averaged 437.0717 and fell 6.70%. The API holds daily PHP/VND rates from 2021-01-04 — 5 years of history — so any past day, or a whole series, is one request away.

PHP/VND over 5Y

PHP/VND over 5Y: show the values
PointPHP/VND
2021-09-28445.8517
2021-11-09452.0772
2021-12-21459.1277
2022-02-02443.7190
2022-03-16437.4704
2022-05-02437.2312
2022-06-16433.6478
2022-07-28417.4377
2022-09-08413.1673
2022-10-20417.0056
2022-12-01435.8308
2023-01-13426.3531
2023-02-24433.1554
2023-04-12424.8200
2023-05-30416.8935
2023-07-11428.1704
2023-08-22425.4999
2023-10-03429.9361
2023-11-14435.1608
2023-12-28437.4055
2024-02-09437.1954
2024-03-22440.3401
2024-05-10443.4767
2024-06-25433.4533
2024-08-06435.5516
2024-09-15432.4785
2024-10-17428.4866
2024-11-16432.1791
2024-12-16426.9910
2025-01-15428.1163
2025-02-14434.5003
2025-03-16440.3535
2025-04-15448.4098
2025-05-15459.5650
2025-06-14469.1446
2025-07-14455.7723
2025-08-13458.7452
2025-09-12456.4795
2025-10-12451.9816
2025-11-11447.6422
2025-12-11447.8847
2026-01-10443.8502
2026-02-09444.8766
2026-03-11444.4660
2026-04-10441.4622
2026-05-10434.6467
2026-06-10430.2086
2026-07-10428.2250
2026-08-09430.8740
2026-09-08417.3478

High

469.1446

Low

413.1673

Average

437.0717

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PHP&currencies=VND").json()

Replace YOUR_API_KEY with the key from your dashboard.

PHP/VND API questions

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

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

How far back does PHP/VND historical data go?

Daily PHP/VND rates are available from 2021-01-04. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free PHP/VND 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.