CHF to PHP exchange rate API
Swiss Franc to Philippine Peso · quoted 2026-09-24
76.0514
▲ +5.07% 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-24, so 1 PHP buys 0.01315 CHF. Over the last year, CHF/PHP traded between 72.3814 and 78.5637, averaged 75.4345 and rose 5.07%. 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-24 | 72.3814 |
| 2025-10-01 | 72.7668 |
| 2025-10-08 | 72.4965 |
| 2025-10-15 | 72.6277 |
| 2025-10-22 | 73.1221 |
| 2025-10-29 | 73.6323 |
| 2025-11-05 | 72.6035 |
| 2025-11-12 | 74.0281 |
| 2025-11-19 | 73.4662 |
| 2025-11-26 | 72.9076 |
| 2025-12-03 | 73.6932 |
| 2025-12-10 | 73.7196 |
| 2025-12-17 | 73.6949 |
| 2025-12-24 | 74.6112 |
| 2025-12-31 | 74.3677 |
| 2026-01-07 | 74.4895 |
| 2026-01-14 | 74.2334 |
| 2026-01-21 | 75.0291 |
| 2026-01-28 | 76.5705 |
| 2026-02-04 | 76.0483 |
| 2026-02-11 | 76.1855 |
| 2026-02-18 | 75.1327 |
| 2026-02-25 | 74.2936 |
| 2026-03-04 | 74.9957 |
| 2026-03-11 | 75.9850 |
| 2026-03-18 | 76.0510 |
| 2026-03-25 | 76.0691 |
| 2026-04-01 | 75.9928 |
| 2026-04-08 | 75.3888 |
| 2026-04-15 | 76.7831 |
| 2026-04-22 | 76.9243 |
| 2026-04-29 | 78.0760 |
| 2026-05-06 | 77.9738 |
| 2026-05-13 | 78.5637 |
| 2026-05-20 | 78.0884 |
| 2026-05-27 | 78.1329 |
| 2026-06-03 | 78.2557 |
| 2026-06-10 | 76.8077 |
| 2026-06-17 | 76.2037 |
| 2026-06-24 | 75.5263 |
| 2026-07-01 | 75.9910 |
| 2026-07-08 | 76.1213 |
| 2026-07-15 | 76.0167 |
| 2026-07-22 | 76.0240 |
| 2026-07-29 | 74.8800 |
| 2026-08-05 | 75.1119 |
| 2026-08-12 | 75.4655 |
| 2026-08-19 | 76.3061 |
| 2026-08-26 | 76.7079 |
| 2026-09-02 | 76.8411 |
| 2026-09-09 | 77.4299 |
| 2026-09-16 | 76.5901 |
| 2026-09-23 | 76.0075 |
High
78.5637
Low
72.3814
Average
75.4345
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.