RSD to CLP exchange rate API
Serbian Dinar to Chilean Peso · quoted 2026-09-27
9.3273
▼ +2.85% over 1Y
1 RSD = 9.3273 CLP · 1 CLP = 0.10721 RSD · Get this rate via the API
1 RSD buys 9.3273 CLP as of 2026-09-27, so 1 CLP buys 0.10721 RSD. Over the last year, RSD/CLP traded between 8.6144 and 9.6615, averaged 9.0688 and fell 2.85%. The API holds daily RSD/CLP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
RSD/CLP over 1Y: show the values
| Point | RSD/CLP |
|---|---|
| 2025-09-27 | 9.6007 |
| 2025-10-04 | 9.6615 |
| 2025-10-11 | 9.5194 |
| 2025-10-18 | 9.5119 |
| 2025-10-25 | 9.3420 |
| 2025-11-01 | 9.2737 |
| 2025-11-08 | 9.3283 |
| 2025-11-15 | 9.1671 |
| 2025-11-22 | 9.2227 |
| 2025-11-29 | 9.1647 |
| 2025-12-06 | 9.1747 |
| 2025-12-14 | 9.1337 |
| 2025-12-21 | 9.0837 |
| 2025-12-28 | 9.0936 |
| 2026-01-04 | 9.0545 |
| 2026-01-11 | 8.8611 |
| 2026-01-18 | 8.7613 |
| 2026-01-25 | 8.7188 |
| 2026-02-01 | 8.8265 |
| 2026-02-08 | 8.6144 |
| 2026-02-15 | 8.7062 |
| 2026-02-22 | 8.6849 |
| 2026-03-01 | 8.7875 |
| 2026-03-08 | 9.0277 |
| 2026-03-15 | 8.9350 |
| 2026-03-22 | 9.1322 |
| 2026-03-29 | 9.0749 |
| 2026-04-05 | 9.0291 |
| 2026-04-12 | 8.9235 |
| 2026-04-19 | 8.7964 |
| 2026-04-26 | 8.9512 |
| 2026-05-03 | 8.9804 |
| 2026-05-10 | 8.9531 |
| 2026-05-18 | 8.8962 |
| 2026-05-26 | 8.8810 |
| 2026-06-02 | 8.8462 |
| 2026-06-11 | 9.0108 |
| 2026-06-18 | 8.7098 |
| 2026-06-25 | 8.9021 |
| 2026-07-02 | 8.9750 |
| 2026-07-09 | 9.1084 |
| 2026-07-16 | 9.0327 |
| 2026-07-23 | 9.1120 |
| 2026-07-30 | 9.1123 |
| 2026-08-06 | 8.9965 |
| 2026-08-13 | 8.9823 |
| 2026-08-21 | 9.1940 |
| 2026-08-28 | 9.1958 |
| 2026-09-04 | 9.2409 |
| 2026-09-11 | 9.3030 |
| 2026-09-18 | 9.4016 |
| 2026-09-25 | 9.3241 |
High
9.6615
Low
8.6144
Average
9.0688
Get this rate via the API
One GET request returns the RSD/CLP 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=RSD¤cies=CLP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD¤cies=CLP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD¤cies=CLP").json()Replace YOUR_API_KEY with the key from your dashboard.
RSD/CLP API questions
How do I get the RSD/CLP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD¤cies=CLP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest RSD/CLP rate in rates.CLP.
How far back does RSD/CLP historical data go?
Daily RSD/CLP 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 RSD/CLP 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.