Skip to content

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

CAD/PHP over 5Y: show the values
PointCAD/PHP
2021-09-2740.4274
2021-11-0840.2602
2021-12-2038.6135
2022-01-3140.0373
2022-03-1441.0631
2022-04-2740.6683
2022-06-0842.1764
2022-07-2043.7085
2022-08-3142.8289
2022-10-1242.6637
2022-11-2342.5188
2023-01-0541.3419
2023-02-1641.1686
2023-03-3040.1398
2023-05-1641.6332
2023-06-2742.0232
2023-08-0841.8482
2023-09-1942.2209
2023-10-3140.9836
2023-12-1241.0092
2024-01-2641.9525
2024-03-0841.3305
2024-04-2342.0160
2024-06-0543.0067
2024-07-1742.6136
2024-08-2741.7805
2024-10-0141.8867
2024-10-3141.8687
2024-11-3041.8476
2024-12-3040.1803
2025-01-2940.4524
2025-02-2840.1858
2025-03-3040.1574
2025-04-2940.5195
2025-05-2940.2963
2025-06-2841.3382
2025-07-2841.6984
2025-08-2741.3397
2025-09-2641.6978
2025-10-2641.9862
2025-11-2541.6993
2025-12-2543.0297
2026-01-2443.0343
2026-02-2342.0983
2026-03-2543.5789
2026-04-2444.3356
2026-05-2444.7001
2026-06-2343.0337
2026-07-2343.8874
2026-08-2244.8560
2026-09-2144.8394

High

44.8560

Low

38.6135

Average

41.8985

For developers

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD&currencies=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&currencies=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.