CAD to PHP exchange rate API
Canadian Dollar to Philippine Peso · quoted 2026-09-26
44.1386
▲ +9.18% over 5Y
1 CAD = 44.1386 PHP · 1 PHP = 0.02266 CAD · Get this rate via the API
1 CAD buys 44.1386 PHP as of 2026-09-26, so 1 PHP buys 0.02266 CAD. Over the last 5 years, CAD/PHP traded between 38.6135 and 44.8560, averaged 41.8985 and rose 9.18%. The API holds daily CAD/PHP rates from 2005-04-01 — 21 years of history — so any past day, or a whole series, is one request away.
CAD/PHP over 5Y: show the values
| Point | CAD/PHP |
|---|---|
| 2021-09-27 | 40.4274 |
| 2021-11-08 | 40.2602 |
| 2021-12-20 | 38.6135 |
| 2022-01-31 | 40.0373 |
| 2022-03-14 | 41.0631 |
| 2022-04-27 | 40.6683 |
| 2022-06-08 | 42.1764 |
| 2022-07-20 | 43.7085 |
| 2022-08-31 | 42.8289 |
| 2022-10-12 | 42.6637 |
| 2022-11-23 | 42.5188 |
| 2023-01-05 | 41.3419 |
| 2023-02-16 | 41.1686 |
| 2023-03-30 | 40.1398 |
| 2023-05-16 | 41.6332 |
| 2023-06-27 | 42.0232 |
| 2023-08-08 | 41.8482 |
| 2023-09-19 | 42.2209 |
| 2023-10-31 | 40.9836 |
| 2023-12-12 | 41.0092 |
| 2024-01-26 | 41.9525 |
| 2024-03-08 | 41.3305 |
| 2024-04-23 | 42.0160 |
| 2024-06-05 | 43.0067 |
| 2024-07-17 | 42.6136 |
| 2024-08-27 | 41.7805 |
| 2024-10-01 | 41.8867 |
| 2024-10-31 | 41.8687 |
| 2024-11-30 | 41.8476 |
| 2024-12-30 | 40.1803 |
| 2025-01-29 | 40.4524 |
| 2025-02-28 | 40.1858 |
| 2025-03-30 | 40.1574 |
| 2025-04-29 | 40.5195 |
| 2025-05-29 | 40.2963 |
| 2025-06-28 | 41.3382 |
| 2025-07-28 | 41.6984 |
| 2025-08-27 | 41.3397 |
| 2025-09-26 | 41.6978 |
| 2025-10-26 | 41.9862 |
| 2025-11-25 | 41.6993 |
| 2025-12-25 | 43.0297 |
| 2026-01-24 | 43.0343 |
| 2026-02-23 | 42.0983 |
| 2026-03-25 | 43.5789 |
| 2026-04-24 | 44.3356 |
| 2026-05-24 | 44.7001 |
| 2026-06-23 | 43.0337 |
| 2026-07-23 | 43.8874 |
| 2026-08-22 | 44.8560 |
| 2026-09-21 | 44.8394 |
High
44.8560
Low
38.6135
Average
41.8985
Get this rate via the API
One GET request returns the CAD/PHP 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=CAD¤cies=PHP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=PHP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=PHP").json()Replace YOUR_API_KEY with the key from your dashboard.
CAD/PHP API questions
How do I get the CAD/PHP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=PHP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CAD/PHP rate in rates.PHP.
How far back does CAD/PHP historical data go?
Daily CAD/PHP 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 CAD/PHP 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.