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: show the values
| Point | CHF/ARS |
|---|---|
| 2025-09-24 | 1722.16 |
| 2025-10-01 | 1727.30 |
| 2025-10-08 | 1786.50 |
| 2025-10-15 | 1695.58 |
| 2025-10-22 | 1871.18 |
| 2025-10-29 | 1847.80 |
| 2025-11-05 | 1799.68 |
| 2025-11-12 | 1764.39 |
| 2025-11-19 | 1746.98 |
| 2025-11-26 | 1794.04 |
| 2025-12-03 | 1819.98 |
| 2025-12-11 | 1804.42 |
| 2025-12-18 | 1824.38 |
| 2025-12-25 | 1840.94 |
| 2026-01-01 | 1831.11 |
| 2026-01-08 | 1831.14 |
| 2026-01-15 | 1814.09 |
| 2026-01-22 | 1803.31 |
| 2026-01-29 | 1882.19 |
| 2026-02-05 | 1864.31 |
| 2026-02-12 | 1824.21 |
| 2026-02-19 | 1800.06 |
| 2026-02-26 | 1805.94 |
| 2026-03-05 | 1796.36 |
| 2026-03-12 | 1784.73 |
| 2026-03-19 | 1756.53 |
| 2026-03-26 | 1736.11 |
| 2026-04-02 | 1740.85 |
| 2026-04-09 | 1754.02 |
| 2026-04-16 | 1734.13 |
| 2026-04-23 | 1756.57 |
| 2026-04-30 | 1771.22 |
| 2026-05-07 | 1783.75 |
| 2026-05-15 | 1769.82 |
| 2026-05-23 | 1791.42 |
| 2026-05-30 | 1804.08 |
| 2026-06-06 | 1821.33 |
| 2026-06-15 | 1794.00 |
| 2026-06-22 | 1799.61 |
| 2026-06-29 | 1829.68 |
| 2026-07-06 | 1851.72 |
| 2026-07-13 | 1841.30 |
| 2026-07-20 | 1823.70 |
| 2026-07-27 | 1826.01 |
| 2026-08-03 | 1839.45 |
| 2026-08-10 | 1848.06 |
| 2026-08-17 | 1821.02 |
| 2026-08-25 | 1880.21 |
| 2026-09-01 | 1861.35 |
| 2026-09-08 | 1862.81 |
| 2026-09-15 | 1843.08 |
| 2026-09-22 | 1847.61 |
High
1882.19
Low
1695.58
Average
1805.68
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=ARS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=ARS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=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¤cies=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.