PHP to CAD exchange rate API
Philippine Peso to Canadian Dollar · quoted 2026-09-26
0.02266
▼ +5.53% over 1Y
1 PHP = 0.02266 CAD · 1 CAD = 44.1404 PHP · Get this rate via the API
1 PHP buys 0.02266 CAD as of 2026-09-26, so 1 CAD buys 44.1404 PHP. Over the last year, PHP/CAD traded between 0.02203 and 0.02413, averaged 0.02310 and fell 5.53%. The API holds daily PHP/CAD rates from 2005-04-01 — 21 years of history — so any past day, or a whole series, is one request away.
PHP/CAD over 1Y: show the values
| Point | PHP/CAD |
|---|---|
| 2025-09-26 | 0.02398 |
| 2025-10-03 | 0.02411 |
| 2025-10-10 | 0.02405 |
| 2025-10-17 | 0.02413 |
| 2025-10-24 | 0.02392 |
| 2025-10-31 | 0.02389 |
| 2025-11-07 | 0.02385 |
| 2025-11-14 | 0.02377 |
| 2025-11-21 | 0.02393 |
| 2025-11-28 | 0.02389 |
| 2025-12-05 | 0.02362 |
| 2025-12-12 | 0.02329 |
| 2025-12-19 | 0.02350 |
| 2025-12-26 | 0.02317 |
| 2026-01-02 | 0.02334 |
| 2026-01-09 | 0.02345 |
| 2026-01-16 | 0.02338 |
| 2026-01-23 | 0.02330 |
| 2026-01-30 | 0.02296 |
| 2026-02-06 | 0.02334 |
| 2026-02-13 | 0.02355 |
| 2026-02-20 | 0.02354 |
| 2026-02-27 | 0.02370 |
| 2026-03-06 | 0.02303 |
| 2026-03-13 | 0.02302 |
| 2026-03-20 | 0.02291 |
| 2026-03-27 | 0.02290 |
| 2026-04-03 | 0.02308 |
| 2026-04-10 | 0.02310 |
| 2026-04-17 | 0.02276 |
| 2026-04-24 | 0.02255 |
| 2026-05-01 | 0.02206 |
| 2026-05-08 | 0.02258 |
| 2026-05-15 | 0.02230 |
| 2026-05-22 | 0.02240 |
| 2026-05-29 | 0.02242 |
| 2026-06-05 | 0.02259 |
| 2026-06-12 | 0.02301 |
| 2026-06-19 | 0.02330 |
| 2026-06-26 | 0.02313 |
| 2026-07-03 | 0.02311 |
| 2026-07-10 | 0.02298 |
| 2026-07-17 | 0.02276 |
| 2026-07-24 | 0.02278 |
| 2026-07-31 | 0.02292 |
| 2026-08-07 | 0.02302 |
| 2026-08-14 | 0.02260 |
| 2026-08-21 | 0.02228 |
| 2026-08-28 | 0.02225 |
| 2026-09-04 | 0.02203 |
| 2026-09-11 | 0.02213 |
| 2026-09-18 | 0.02231 |
| 2026-09-25 | 0.02264 |
High
0.02413
Low
0.02203
Average
0.02310
Get this rate via the API
One GET request returns the PHP/CAD 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=CAD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PHP¤cies=CAD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PHP¤cies=CAD").json()Replace YOUR_API_KEY with the key from your dashboard.
PHP/CAD API questions
How do I get the PHP/CAD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PHP¤cies=CAD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PHP/CAD rate in rates.CAD.
How far back does PHP/CAD historical data go?
Daily PHP/CAD rates are available from 2005-04-01. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free PHP/CAD 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.