Skip to content

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

RSD/CLP over 1Y: show the values
PointRSD/CLP
2025-09-279.6007
2025-10-049.6615
2025-10-119.5194
2025-10-189.5119
2025-10-259.3420
2025-11-019.2737
2025-11-089.3283
2025-11-159.1671
2025-11-229.2227
2025-11-299.1647
2025-12-069.1747
2025-12-149.1337
2025-12-219.0837
2025-12-289.0936
2026-01-049.0545
2026-01-118.8611
2026-01-188.7613
2026-01-258.7188
2026-02-018.8265
2026-02-088.6144
2026-02-158.7062
2026-02-228.6849
2026-03-018.7875
2026-03-089.0277
2026-03-158.9350
2026-03-229.1322
2026-03-299.0749
2026-04-059.0291
2026-04-128.9235
2026-04-198.7964
2026-04-268.9512
2026-05-038.9804
2026-05-108.9531
2026-05-188.8962
2026-05-268.8810
2026-06-028.8462
2026-06-119.0108
2026-06-188.7098
2026-06-258.9021
2026-07-028.9750
2026-07-099.1084
2026-07-169.0327
2026-07-239.1120
2026-07-309.1123
2026-08-068.9965
2026-08-138.9823
2026-08-219.1940
2026-08-289.1958
2026-09-049.2409
2026-09-119.3030
2026-09-189.4016
2026-09-259.3241

High

9.6615

Low

8.6144

Average

9.0688

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD&currencies=CLP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD&currencies=CLP");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD&currencies=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&currencies=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.