CHF to PHP exchange rate API
Swiss Franc to Philippine Peso · quoted 2026-09-24
76.0514
▲ +37.80% over 5Y
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-24, so 1 PHP buys 0.01315 CHF. Over the last 5 years, CHF/PHP traded between 53.9593 and 78.8139, averaged 65.9439 and rose 37.80%. 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 5Y: show the values
| Point | CHF/PHP |
|---|---|
| 2021-09-27 | 55.1899 |
| 2021-11-08 | 54.7814 |
| 2021-12-20 | 54.0508 |
| 2022-01-31 | 54.7722 |
| 2022-03-14 | 56.0036 |
| 2022-04-27 | 53.9593 |
| 2022-06-08 | 54.1665 |
| 2022-07-20 | 58.0012 |
| 2022-08-31 | 57.3224 |
| 2022-10-12 | 59.1350 |
| 2022-11-23 | 60.1470 |
| 2023-01-05 | 60.1535 |
| 2023-02-16 | 59.7701 |
| 2023-03-30 | 59.3857 |
| 2023-05-16 | 62.6809 |
| 2023-06-27 | 61.8521 |
| 2023-08-08 | 64.3199 |
| 2023-09-19 | 63.2455 |
| 2023-10-31 | 62.7615 |
| 2023-12-12 | 63.6482 |
| 2024-01-26 | 65.2193 |
| 2024-03-08 | 63.3709 |
| 2024-04-23 | 63.1839 |
| 2024-06-05 | 65.8883 |
| 2024-07-17 | 65.7207 |
| 2024-08-27 | 66.5700 |
| 2024-10-01 | 66.9349 |
| 2024-10-31 | 67.3226 |
| 2024-11-30 | 66.5169 |
| 2024-12-30 | 64.0287 |
| 2025-01-29 | 64.3935 |
| 2025-02-28 | 64.2485 |
| 2025-03-30 | 65.3332 |
| 2025-04-29 | 67.9323 |
| 2025-05-29 | 67.2856 |
| 2025-06-28 | 70.8401 |
| 2025-07-28 | 71.4421 |
| 2025-08-27 | 70.9893 |
| 2025-09-26 | 72.7433 |
| 2025-10-26 | 73.8366 |
| 2025-11-25 | 72.7384 |
| 2025-12-25 | 74.6783 |
| 2026-01-24 | 75.4571 |
| 2026-02-23 | 74.2625 |
| 2026-03-25 | 76.0691 |
| 2026-04-24 | 77.2248 |
| 2026-05-24 | 78.8139 |
| 2026-06-23 | 75.3941 |
| 2026-07-23 | 75.7063 |
| 2026-08-22 | 77.0896 |
| 2026-09-21 | 76.4474 |
High
78.8139
Low
53.9593
Average
65.9439
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.