Skip to content

CHF to PHP exchange rate API

Swiss Franc to Philippine Peso · quoted 2026-09-24

76.0514

▲ +2.26% over YTD

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 year to date, CHF/PHP traded between 74.2334 and 78.5637, averaged 76.1928 and rose 2.26%. 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 YTD

CHF/PHP over YTD: show the values
PointCHF/PHP
2025-12-3174.3677
2026-01-0774.4895
2026-01-1474.2334
2026-01-2175.0291
2026-01-2876.5705
2026-02-0476.0483
2026-02-1176.1855
2026-02-1875.1327
2026-02-2574.2936
2026-03-0474.9957
2026-03-1175.9850
2026-03-1876.0510
2026-03-2576.0691
2026-04-0175.9928
2026-04-0875.3888
2026-04-1576.7831
2026-04-2276.9243
2026-04-2978.0760
2026-05-0677.9738
2026-05-1378.5637
2026-05-2078.0884
2026-05-2778.1329
2026-06-0378.2557
2026-06-1076.8077
2026-06-1776.2037
2026-06-2475.5263
2026-07-0175.9910
2026-07-0876.1213
2026-07-1576.0167
2026-07-2276.0240
2026-07-2974.8800
2026-08-0575.1119
2026-08-1275.4655
2026-08-1976.3061
2026-08-2676.7079
2026-09-0276.8411
2026-09-0977.4299
2026-09-1676.5901
2026-09-2376.0075

High

78.5637

Low

74.2334

Average

76.1928

For developers

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