CHF to PHP exchange rate API
Swiss Franc to Philippine Peso · quoted 2026-09-25
76.0514
▲ +4.05% over 1Y
1 CHF = 76.0514 PHP · 1 PHP = 0.01315 CHF · Get this rate via the API
1 CHF buys 76.0514 PHP as of 2026-09-25, so 1 PHP buys 0.01315 CHF. Over the last year, CHF/PHP traded between 72.5675 and 78.6864, averaged 75.4350 and rose 4.05%. The API holds daily CHF/PHP rates from 2005-04-01 — 21 years of history — so any past day, or a whole series, is one request away.
CHF/PHP over 1Y: show the values
| Point | CHF/PHP |
|---|---|
| 2025-09-25 | 73.0940 |
| 2025-10-02 | 73.0632 |
| 2025-10-09 | 72.5675 |
| 2025-10-16 | 72.7177 |
| 2025-10-23 | 73.4782 |
| 2025-10-30 | 73.3553 |
| 2025-11-06 | 72.8188 |
| 2025-11-13 | 74.0135 |
| 2025-11-20 | 73.1526 |
| 2025-11-27 | 72.9239 |
| 2025-12-04 | 73.7345 |
| 2025-12-11 | 74.0545 |
| 2025-12-18 | 73.7237 |
| 2025-12-25 | 74.6783 |
| 2026-01-01 | 74.3177 |
| 2026-01-08 | 74.1764 |
| 2026-01-15 | 74.2775 |
| 2026-01-22 | 74.5740 |
| 2026-01-29 | 76.8962 |
| 2026-02-05 | 75.6457 |
| 2026-02-12 | 75.3599 |
| 2026-02-19 | 74.8163 |
| 2026-02-26 | 74.4782 |
| 2026-03-05 | 75.1435 |
| 2026-03-12 | 76.0102 |
| 2026-03-19 | 75.7725 |
| 2026-03-26 | 75.9284 |
| 2026-04-02 | 75.8277 |
| 2026-04-09 | 75.6310 |
| 2026-04-16 | 76.5613 |
| 2026-04-23 | 76.9871 |
| 2026-04-30 | 78.2569 |
| 2026-05-07 | 77.6030 |
| 2026-05-14 | 78.6864 |
| 2026-05-21 | 78.1268 |
| 2026-05-28 | 78.0081 |
| 2026-06-04 | 78.1927 |
| 2026-06-11 | 76.7379 |
| 2026-06-18 | 75.3874 |
| 2026-06-25 | 75.2413 |
| 2026-07-02 | 76.2946 |
| 2026-07-09 | 76.3391 |
| 2026-07-16 | 76.3968 |
| 2026-07-23 | 75.7063 |
| 2026-07-30 | 75.7433 |
| 2026-08-06 | 75.0749 |
| 2026-08-13 | 75.4636 |
| 2026-08-20 | 77.2571 |
| 2026-08-27 | 76.8825 |
| 2026-09-03 | 77.3217 |
| 2026-09-10 | 77.0654 |
| 2026-09-17 | 76.0681 |
| 2026-09-24 | 75.8084 |
High
78.6864
Low
72.5675
Average
75.4350
Get this rate via the API
One GET request returns the CHF/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=CHF¤cies=PHP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=PHP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=PHP").json()Replace YOUR_API_KEY with the key from your dashboard.
CHF/PHP API questions
How do I get the CHF/PHP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=PHP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/PHP rate in rates.PHP.
How far back does CHF/PHP historical data go?
Daily CHF/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 CHF/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.