Skip to content

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

PHP/ZWL over 1Y: show the values
PointPHP/ZWL
2025-09-261142.69
2025-10-031151.07
2025-10-101145.35
2025-10-171144.53
2025-10-241131.11
2025-10-311124.23
2025-11-071110.08
2025-11-141115.29
2025-11-211120.65
2025-11-281115.36
2025-12-051107.80
2025-12-131103.32
2025-12-201112.66
2025-12-271107.51
2026-01-031101.91
2026-01-101085.70
2026-01-171079.99
2026-01-241085.64
2026-01-311085.13
2026-02-071093.31
2026-02-141103.17
2026-02-211101.38
2026-02-281115.47
2026-03-071090.13
2026-03-141064.63
2026-03-211050.49
2026-03-285.32
2026-04-041048.85
2026-04-115.38
2026-04-185.41
2026-04-255.31
2026-05-025.25
2026-05-095.32
2026-05-171042.14
2026-05-251073.40
2026-06-011088.82
2026-06-101089.76
2026-06-171103.90
2026-06-241091.38
2026-07-011087.47
2026-07-081087.89
2026-07-151085.32
2026-07-221084.45
2026-07-291087.46
2026-08-051096.39
2026-08-121085.81
2026-08-201079.61
2026-08-271070.06
2026-09-031068.06
2026-09-101065.86
2026-09-171063.26
2026-09-241061.28

High

1151.07

Low

5.2537

Average

970.7199

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PHP&currencies=ZWL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PHP&currencies=ZWL");
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=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&currencies=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.