Skip to content

CHF to ARS exchange rate API

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

1828.87

▲ +6.20% over 1Y

1 CHF = 1828.87 ARS · 1 ARS = 0.000547 CHF · Get this rate via the API

1 CHF buys 1828.87 ARS as of 2026-09-24, so 1 ARS buys 0.000547 CHF. Over the last year, CHF/ARS traded between 1695.58 and 1882.19, averaged 1805.68 and rose 6.20%. The API holds daily CHF/ARS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CHF/ARS over 1Y

CHF/ARS over 1Y: show the values
PointCHF/ARS
2025-09-241722.16
2025-10-011727.30
2025-10-081786.50
2025-10-151695.58
2025-10-221871.18
2025-10-291847.80
2025-11-051799.68
2025-11-121764.39
2025-11-191746.98
2025-11-261794.04
2025-12-031819.98
2025-12-111804.42
2025-12-181824.38
2025-12-251840.94
2026-01-011831.11
2026-01-081831.14
2026-01-151814.09
2026-01-221803.31
2026-01-291882.19
2026-02-051864.31
2026-02-121824.21
2026-02-191800.06
2026-02-261805.94
2026-03-051796.36
2026-03-121784.73
2026-03-191756.53
2026-03-261736.11
2026-04-021740.85
2026-04-091754.02
2026-04-161734.13
2026-04-231756.57
2026-04-301771.22
2026-05-071783.75
2026-05-151769.82
2026-05-231791.42
2026-05-301804.08
2026-06-061821.33
2026-06-151794.00
2026-06-221799.61
2026-06-291829.68
2026-07-061851.72
2026-07-131841.30
2026-07-201823.70
2026-07-271826.01
2026-08-031839.45
2026-08-101848.06
2026-08-171821.02
2026-08-251880.21
2026-09-011861.35
2026-09-081862.81
2026-09-151843.08
2026-09-221847.61

High

1882.19

Low

1695.58

Average

1805.68

For developers

Get this rate via the API

One GET request returns the CHF/ARS 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=ARS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=ARS");
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=ARS").json()

Replace YOUR_API_KEY with the key from your dashboard.

CHF/ARS API questions

How do I get the CHF/ARS exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=ARS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/ARS rate in rates.ARS.

How far back does CHF/ARS historical data go?

Daily CHF/ARS rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free CHF/ARS 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.