PHP to ZWL exchange rate API
Philippine Peso to Zimbabwe Dollar · quoted 2026-09-26
1066.41
▼ +6.68% over 1Y
1 PHP = 1066.41 ZWL · 1 ZWL = 0.000938 PHP · Get this rate via the API
1 PHP buys 1066.41 ZWL as of 2026-09-26, so 1 ZWL buys 0.000938 PHP. Over the last year, PHP/ZWL traded between 5.2537 and 1151.07, averaged 970.7199 and fell 6.68%. The API holds daily PHP/ZWL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PHP/ZWL over 1Y: show the values
| Point | PHP/ZWL |
|---|---|
| 2025-09-26 | 1142.69 |
| 2025-10-03 | 1151.07 |
| 2025-10-10 | 1145.35 |
| 2025-10-17 | 1144.53 |
| 2025-10-24 | 1131.11 |
| 2025-10-31 | 1124.23 |
| 2025-11-07 | 1110.08 |
| 2025-11-14 | 1115.29 |
| 2025-11-21 | 1120.65 |
| 2025-11-28 | 1115.36 |
| 2025-12-05 | 1107.80 |
| 2025-12-13 | 1103.32 |
| 2025-12-20 | 1112.66 |
| 2025-12-27 | 1107.51 |
| 2026-01-03 | 1101.91 |
| 2026-01-10 | 1085.70 |
| 2026-01-17 | 1079.99 |
| 2026-01-24 | 1085.64 |
| 2026-01-31 | 1085.13 |
| 2026-02-07 | 1093.31 |
| 2026-02-14 | 1103.17 |
| 2026-02-21 | 1101.38 |
| 2026-02-28 | 1115.47 |
| 2026-03-07 | 1090.13 |
| 2026-03-14 | 1064.63 |
| 2026-03-21 | 1050.49 |
| 2026-03-28 | 5.32 |
| 2026-04-04 | 1048.85 |
| 2026-04-11 | 5.38 |
| 2026-04-18 | 5.41 |
| 2026-04-25 | 5.31 |
| 2026-05-02 | 5.25 |
| 2026-05-09 | 5.32 |
| 2026-05-17 | 1042.14 |
| 2026-05-25 | 1073.40 |
| 2026-06-01 | 1088.82 |
| 2026-06-10 | 1089.76 |
| 2026-06-17 | 1103.90 |
| 2026-06-24 | 1091.38 |
| 2026-07-01 | 1087.47 |
| 2026-07-08 | 1087.89 |
| 2026-07-15 | 1085.32 |
| 2026-07-22 | 1084.45 |
| 2026-07-29 | 1087.46 |
| 2026-08-05 | 1096.39 |
| 2026-08-12 | 1085.81 |
| 2026-08-20 | 1079.61 |
| 2026-08-27 | 1070.06 |
| 2026-09-03 | 1068.06 |
| 2026-09-10 | 1065.86 |
| 2026-09-17 | 1063.26 |
| 2026-09-24 | 1061.28 |
High
1151.07
Low
5.2537
Average
970.7199
Get this rate via the API
One GET request returns the PHP/ZWL 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=ZWL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PHP¤cies=ZWL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PHP¤cies=ZWL").json()Replace YOUR_API_KEY with the key from your dashboard.
PHP/ZWL API questions
How do I get the PHP/ZWL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PHP¤cies=ZWL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PHP/ZWL rate in rates.ZWL.
How far back does PHP/ZWL historical data go?
Daily PHP/ZWL rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free PHP/ZWL 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.