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: show the values
| Point | PHP/VND |
|---|---|
| 2025-09-27 | 456.5787 |
| 2025-10-04 | 457.2825 |
| 2025-10-11 | 450.1328 |
| 2025-10-18 | 453.8737 |
| 2025-10-25 | 449.9129 |
| 2025-11-01 | 448.2261 |
| 2025-11-08 | 445.5614 |
| 2025-11-15 | 445.5318 |
| 2025-11-22 | 446.6925 |
| 2025-11-29 | 448.2684 |
| 2025-12-06 | 446.9834 |
| 2025-12-13 | 445.0946 |
| 2025-12-20 | 449.7977 |
| 2025-12-27 | 449.3048 |
| 2026-01-03 | 447.2747 |
| 2026-01-10 | 443.8502 |
| 2026-01-17 | 441.9443 |
| 2026-01-24 | 445.4245 |
| 2026-01-31 | 441.1712 |
| 2026-02-07 | 441.4222 |
| 2026-02-14 | 446.3798 |
| 2026-02-21 | 445.9447 |
| 2026-02-28 | 452.5935 |
| 2026-03-07 | 441.9684 |
| 2026-03-14 | 441.2909 |
| 2026-03-21 | 437.5418 |
| 2026-03-28 | 434.9684 |
| 2026-04-04 | 436.4636 |
| 2026-04-11 | 439.8386 |
| 2026-04-18 | 442.1292 |
| 2026-04-25 | 434.3024 |
| 2026-05-02 | 430.0247 |
| 2026-05-09 | 434.7349 |
| 2026-05-16 | 427.4466 |
| 2026-05-23 | 425.1822 |
| 2026-05-30 | 427.6765 |
| 2026-06-06 | 426.6841 |
| 2026-06-14 | 433.0018 |
| 2026-06-21 | 433.7057 |
| 2026-06-28 | 428.7952 |
| 2026-07-05 | 428.3211 |
| 2026-07-12 | 426.2535 |
| 2026-07-19 | 426.0538 |
| 2026-07-26 | 426.0868 |
| 2026-08-02 | 429.3880 |
| 2026-08-09 | 430.8740 |
| 2026-08-16 | 425.5332 |
| 2026-08-23 | 422.1943 |
| 2026-08-30 | 419.1193 |
| 2026-09-06 | 416.2477 |
| 2026-09-13 | 412.8016 |
| 2026-09-20 | 414.5282 |
High
457.2825
Low
412.8016
Average
437.1395
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PHP¤cies=VND"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PHP¤cies=VND");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PHP¤cies=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¤cies=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.