Skip to content

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

CHF/PHP over 1Y: show the values
PointCHF/PHP
2025-09-2573.0940
2025-10-0273.0632
2025-10-0972.5675
2025-10-1672.7177
2025-10-2373.4782
2025-10-3073.3553
2025-11-0672.8188
2025-11-1374.0135
2025-11-2073.1526
2025-11-2772.9239
2025-12-0473.7345
2025-12-1174.0545
2025-12-1873.7237
2025-12-2574.6783
2026-01-0174.3177
2026-01-0874.1764
2026-01-1574.2775
2026-01-2274.5740
2026-01-2976.8962
2026-02-0575.6457
2026-02-1275.3599
2026-02-1974.8163
2026-02-2674.4782
2026-03-0575.1435
2026-03-1276.0102
2026-03-1975.7725
2026-03-2675.9284
2026-04-0275.8277
2026-04-0975.6310
2026-04-1676.5613
2026-04-2376.9871
2026-04-3078.2569
2026-05-0777.6030
2026-05-1478.6864
2026-05-2178.1268
2026-05-2878.0081
2026-06-0478.1927
2026-06-1176.7379
2026-06-1875.3874
2026-06-2575.2413
2026-07-0276.2946
2026-07-0976.3391
2026-07-1676.3968
2026-07-2375.7063
2026-07-3075.7433
2026-08-0675.0749
2026-08-1375.4636
2026-08-2077.2571
2026-08-2776.8825
2026-09-0377.3217
2026-09-1077.0654
2026-09-1776.0681
2026-09-2475.8084

High

78.6864

Low

72.5675

Average

75.4350

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.