Skip to content

GIP to RSD exchange rate API

Gibraltar Pound to Serbian Dinar · quoted 2026-09-26

136.4848

▲ +1.85% over 1Y

1 GIP = 136.4848 RSD · 1 RSD = 0.007327 GIP · Get this rate via the API

1 GIP buys 136.4848 RSD as of 2026-09-26, so 1 RSD buys 0.007327 GIP. Over the last year, GIP/RSD traded between 132.4296 and 137.7197, averaged 135.3323 and rose 1.85%. The API holds daily GIP/RSD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GIP/RSD over 1Y

GIP/RSD over 1Y: show the values
PointGIP/RSD
2025-09-26134.0112
2025-10-03134.3182
2025-10-10134.7353
2025-10-17134.5506
2025-10-24134.5053
2025-10-31133.2763
2025-11-07133.3448
2025-11-14132.4296
2025-11-21133.0413
2025-11-28134.0662
2025-12-05134.3132
2025-12-13133.7483
2025-12-20133.9046
2025-12-27134.4288
2026-01-03134.5937
2026-01-10135.1138
2026-01-17135.0065
2026-01-24135.6749
2026-01-31135.4149
2026-02-07135.3172
2026-02-14135.3078
2026-02-21134.2826
2026-02-28134.0721
2026-03-07135.3869
2026-03-14135.7096
2026-03-21135.3985
2026-03-28135.9272
2026-04-04134.2501
2026-04-11134.6018
2026-04-18134.5260
2026-04-25135.1719
2026-05-02135.8205
2026-05-09135.3704
2026-05-17134.5729
2026-05-25136.3414
2026-06-01135.5038
2026-06-10136.0356
2026-06-17135.7484
2026-06-24136.2911
2026-07-01136.1850
2026-07-08137.3175
2026-07-15137.5263
2026-07-22137.7197
2026-07-29136.9793
2026-08-05136.8610
2026-08-12137.3650
2026-08-20136.6877
2026-08-27136.8153
2026-09-03136.5007
2026-09-10136.6752
2026-09-17136.7913
2026-09-24136.5921

High

137.7197

Low

132.4296

Average

135.3323

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP&currencies=RSD").json()

Replace YOUR_API_KEY with the key from your dashboard.

GIP/RSD API questions

How do I get the GIP/RSD exchange rate from an API?

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

How far back does GIP/RSD historical data go?

Daily GIP/RSD 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 GIP/RSD 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.