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: show the values
| Point | PHP/VND |
|---|---|
| 2021-09-28 | 445.8517 |
| 2021-11-09 | 452.0772 |
| 2021-12-21 | 459.1277 |
| 2022-02-02 | 443.7190 |
| 2022-03-16 | 437.4704 |
| 2022-05-02 | 437.2312 |
| 2022-06-16 | 433.6478 |
| 2022-07-28 | 417.4377 |
| 2022-09-08 | 413.1673 |
| 2022-10-20 | 417.0056 |
| 2022-12-01 | 435.8308 |
| 2023-01-13 | 426.3531 |
| 2023-02-24 | 433.1554 |
| 2023-04-12 | 424.8200 |
| 2023-05-30 | 416.8935 |
| 2023-07-11 | 428.1704 |
| 2023-08-22 | 425.4999 |
| 2023-10-03 | 429.9361 |
| 2023-11-14 | 435.1608 |
| 2023-12-28 | 437.4055 |
| 2024-02-09 | 437.1954 |
| 2024-03-22 | 440.3401 |
| 2024-05-10 | 443.4767 |
| 2024-06-25 | 433.4533 |
| 2024-08-06 | 435.5516 |
| 2024-09-15 | 432.4785 |
| 2024-10-17 | 428.4866 |
| 2024-11-16 | 432.1791 |
| 2024-12-16 | 426.9910 |
| 2025-01-15 | 428.1163 |
| 2025-02-14 | 434.5003 |
| 2025-03-16 | 440.3535 |
| 2025-04-15 | 448.4098 |
| 2025-05-15 | 459.5650 |
| 2025-06-14 | 469.1446 |
| 2025-07-14 | 455.7723 |
| 2025-08-13 | 458.7452 |
| 2025-09-12 | 456.4795 |
| 2025-10-12 | 451.9816 |
| 2025-11-11 | 447.6422 |
| 2025-12-11 | 447.8847 |
| 2026-01-10 | 443.8502 |
| 2026-02-09 | 444.8766 |
| 2026-03-11 | 444.4660 |
| 2026-04-10 | 441.4622 |
| 2026-05-10 | 434.6467 |
| 2026-06-10 | 430.2086 |
| 2026-07-10 | 428.2250 |
| 2026-08-09 | 430.8740 |
| 2026-09-08 | 417.3478 |
High
469.1446
Low
413.1673
Average
437.0717
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.