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: show the values
| Point | GIP/RSD |
|---|---|
| 2025-09-26 | 134.0112 |
| 2025-10-03 | 134.3182 |
| 2025-10-10 | 134.7353 |
| 2025-10-17 | 134.5506 |
| 2025-10-24 | 134.5053 |
| 2025-10-31 | 133.2763 |
| 2025-11-07 | 133.3448 |
| 2025-11-14 | 132.4296 |
| 2025-11-21 | 133.0413 |
| 2025-11-28 | 134.0662 |
| 2025-12-05 | 134.3132 |
| 2025-12-13 | 133.7483 |
| 2025-12-20 | 133.9046 |
| 2025-12-27 | 134.4288 |
| 2026-01-03 | 134.5937 |
| 2026-01-10 | 135.1138 |
| 2026-01-17 | 135.0065 |
| 2026-01-24 | 135.6749 |
| 2026-01-31 | 135.4149 |
| 2026-02-07 | 135.3172 |
| 2026-02-14 | 135.3078 |
| 2026-02-21 | 134.2826 |
| 2026-02-28 | 134.0721 |
| 2026-03-07 | 135.3869 |
| 2026-03-14 | 135.7096 |
| 2026-03-21 | 135.3985 |
| 2026-03-28 | 135.9272 |
| 2026-04-04 | 134.2501 |
| 2026-04-11 | 134.6018 |
| 2026-04-18 | 134.5260 |
| 2026-04-25 | 135.1719 |
| 2026-05-02 | 135.8205 |
| 2026-05-09 | 135.3704 |
| 2026-05-17 | 134.5729 |
| 2026-05-25 | 136.3414 |
| 2026-06-01 | 135.5038 |
| 2026-06-10 | 136.0356 |
| 2026-06-17 | 135.7484 |
| 2026-06-24 | 136.2911 |
| 2026-07-01 | 136.1850 |
| 2026-07-08 | 137.3175 |
| 2026-07-15 | 137.5263 |
| 2026-07-22 | 137.7197 |
| 2026-07-29 | 136.9793 |
| 2026-08-05 | 136.8610 |
| 2026-08-12 | 137.3650 |
| 2026-08-20 | 136.6877 |
| 2026-08-27 | 136.8153 |
| 2026-09-03 | 136.5007 |
| 2026-09-10 | 136.6752 |
| 2026-09-17 | 136.7913 |
| 2026-09-24 | 136.5921 |
High
137.7197
Low
132.4296
Average
135.3323
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=RSD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=RSD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=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¤cies=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.