Skip to content

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

PHP/CAD over 1Y: show the values
PointPHP/CAD
2025-09-260.02398
2025-10-030.02411
2025-10-100.02405
2025-10-170.02413
2025-10-240.02392
2025-10-310.02389
2025-11-070.02385
2025-11-140.02377
2025-11-210.02393
2025-11-280.02389
2025-12-050.02362
2025-12-120.02329
2025-12-190.02350
2025-12-260.02317
2026-01-020.02334
2026-01-090.02345
2026-01-160.02338
2026-01-230.02330
2026-01-300.02296
2026-02-060.02334
2026-02-130.02355
2026-02-200.02354
2026-02-270.02370
2026-03-060.02303
2026-03-130.02302
2026-03-200.02291
2026-03-270.02290
2026-04-030.02308
2026-04-100.02310
2026-04-170.02276
2026-04-240.02255
2026-05-010.02206
2026-05-080.02258
2026-05-150.02230
2026-05-220.02240
2026-05-290.02242
2026-06-050.02259
2026-06-120.02301
2026-06-190.02330
2026-06-260.02313
2026-07-030.02311
2026-07-100.02298
2026-07-170.02276
2026-07-240.02278
2026-07-310.02292
2026-08-070.02302
2026-08-140.02260
2026-08-210.02228
2026-08-280.02225
2026-09-040.02203
2026-09-110.02213
2026-09-180.02231
2026-09-250.02264

High

0.02413

Low

0.02203

Average

0.02310

For developers

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