Skip to content

PHP to VND exchange rate API

Philippine Peso to Dong · quoted 2026-09-27

415.9903

▼ +8.89% over 1Y

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 year, PHP/VND traded between 412.8016 and 457.2825, averaged 437.1395 and fell 8.89%. 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 1Y

PHP/VND over 1Y: show the values
PointPHP/VND
2025-09-27456.5787
2025-10-04457.2825
2025-10-11450.1328
2025-10-18453.8737
2025-10-25449.9129
2025-11-01448.2261
2025-11-08445.5614
2025-11-15445.5318
2025-11-22446.6925
2025-11-29448.2684
2025-12-06446.9834
2025-12-13445.0946
2025-12-20449.7977
2025-12-27449.3048
2026-01-03447.2747
2026-01-10443.8502
2026-01-17441.9443
2026-01-24445.4245
2026-01-31441.1712
2026-02-07441.4222
2026-02-14446.3798
2026-02-21445.9447
2026-02-28452.5935
2026-03-07441.9684
2026-03-14441.2909
2026-03-21437.5418
2026-03-28434.9684
2026-04-04436.4636
2026-04-11439.8386
2026-04-18442.1292
2026-04-25434.3024
2026-05-02430.0247
2026-05-09434.7349
2026-05-16427.4466
2026-05-23425.1822
2026-05-30427.6765
2026-06-06426.6841
2026-06-14433.0018
2026-06-21433.7057
2026-06-28428.7952
2026-07-05428.3211
2026-07-12426.2535
2026-07-19426.0538
2026-07-26426.0868
2026-08-02429.3880
2026-08-09430.8740
2026-08-16425.5332
2026-08-23422.1943
2026-08-30419.1193
2026-09-06416.2477
2026-09-13412.8016
2026-09-20414.5282

High

457.2825

Low

412.8016

Average

437.1395

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.