Skip to content

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

CHF/PHP over 5Y: show the values
PointCHF/PHP
2021-09-2755.1899
2021-11-0854.7814
2021-12-2054.0508
2022-01-3154.7722
2022-03-1456.0036
2022-04-2753.9593
2022-06-0854.1665
2022-07-2058.0012
2022-08-3157.3224
2022-10-1259.1350
2022-11-2360.1470
2023-01-0560.1535
2023-02-1659.7701
2023-03-3059.3857
2023-05-1662.6809
2023-06-2761.8521
2023-08-0864.3199
2023-09-1963.2455
2023-10-3162.7615
2023-12-1263.6482
2024-01-2665.2193
2024-03-0863.3709
2024-04-2363.1839
2024-06-0565.8883
2024-07-1765.7207
2024-08-2766.5700
2024-10-0166.9349
2024-10-3167.3226
2024-11-3066.5169
2024-12-3064.0287
2025-01-2964.3935
2025-02-2864.2485
2025-03-3065.3332
2025-04-2967.9323
2025-05-2967.2856
2025-06-2870.8401
2025-07-2871.4421
2025-08-2770.9893
2025-09-2672.7433
2025-10-2673.8366
2025-11-2572.7384
2025-12-2574.6783
2026-01-2475.4571
2026-02-2374.2625
2026-03-2576.0691
2026-04-2477.2248
2026-05-2478.8139
2026-06-2375.3941
2026-07-2375.7063
2026-08-2277.0896
2026-09-2176.4474

High

78.8139

Low

53.9593

Average

65.9439

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.