RSD to GNF exchange rate API
Serbian Dinar to Guinea Franc · quoted 2026-09-25
85.2141
▼ +2.10% over 1Y
1 RSD = 85.2141 GNF · 1 GNF = 0.01174 RSD · Get this rate via the API
1 RSD buys 85.2141 GNF as of 2026-09-25, so 1 GNF buys 0.01174 RSD. Over the last year, RSD/GNF traded between 85.1270 and 89.0448, averaged 86.6794 and fell 2.10%. The API holds daily RSD/GNF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
RSD/GNF over 1Y: show the values
| Point | RSD/GNF |
|---|---|
| 2025-09-25 | 87.0432 |
| 2025-10-02 | 86.9750 |
| 2025-10-09 | 86.1822 |
| 2025-10-16 | 86.5247 |
| 2025-10-23 | 85.8855 |
| 2025-10-30 | 86.0327 |
| 2025-11-06 | 85.3109 |
| 2025-11-13 | 85.8594 |
| 2025-11-20 | 85.4335 |
| 2025-11-27 | 85.9450 |
| 2025-12-04 | 86.3801 |
| 2025-12-12 | 86.9071 |
| 2025-12-19 | 87.3337 |
| 2025-12-26 | 87.8035 |
| 2026-01-02 | 87.7971 |
| 2026-01-09 | 86.9258 |
| 2026-01-16 | 86.6283 |
| 2026-01-23 | 87.5925 |
| 2026-01-30 | 89.0448 |
| 2026-02-06 | 88.1833 |
| 2026-02-13 | 88.8107 |
| 2026-02-20 | 87.9628 |
| 2026-02-27 | 88.1251 |
| 2026-03-06 | 86.8117 |
| 2026-03-13 | 86.0581 |
| 2026-03-20 | 86.4059 |
| 2026-03-27 | 86.1764 |
| 2026-04-03 | 86.2066 |
| 2026-04-10 | 87.4074 |
| 2026-04-17 | 88.0381 |
| 2026-04-24 | 87.2780 |
| 2026-05-01 | 87.7075 |
| 2026-05-08 | 87.9594 |
| 2026-05-16 | 86.9558 |
| 2026-05-24 | 86.6744 |
| 2026-05-31 | 87.1106 |
| 2026-06-09 | 86.0684 |
| 2026-06-16 | 86.5278 |
| 2026-06-23 | 85.4195 |
| 2026-06-30 | 85.1270 |
| 2026-07-07 | 85.4502 |
| 2026-07-14 | 85.2114 |
| 2026-07-21 | 85.3622 |
| 2026-07-28 | 85.1329 |
| 2026-08-04 | 86.1965 |
| 2026-08-11 | 86.4574 |
| 2026-08-18 | 86.6566 |
| 2026-08-26 | 87.3862 |
| 2026-09-02 | 86.8522 |
| 2026-09-09 | 87.1634 |
| 2026-09-16 | 86.5391 |
| 2026-09-23 | 85.7677 |
High
89.0448
Low
85.1270
Average
86.6794
Get this rate via the API
One GET request returns the RSD/GNF 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=GNF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD¤cies=GNF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD¤cies=GNF").json()Replace YOUR_API_KEY with the key from your dashboard.
RSD/GNF API questions
How do I get the RSD/GNF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD¤cies=GNF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest RSD/GNF rate in rates.GNF.
How far back does RSD/GNF historical data go?
Daily RSD/GNF 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/GNF 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.