Skip to content

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

RSD/GNF over 1Y: show the values
PointRSD/GNF
2025-09-2587.0432
2025-10-0286.9750
2025-10-0986.1822
2025-10-1686.5247
2025-10-2385.8855
2025-10-3086.0327
2025-11-0685.3109
2025-11-1385.8594
2025-11-2085.4335
2025-11-2785.9450
2025-12-0486.3801
2025-12-1286.9071
2025-12-1987.3337
2025-12-2687.8035
2026-01-0287.7971
2026-01-0986.9258
2026-01-1686.6283
2026-01-2387.5925
2026-01-3089.0448
2026-02-0688.1833
2026-02-1388.8107
2026-02-2087.9628
2026-02-2788.1251
2026-03-0686.8117
2026-03-1386.0581
2026-03-2086.4059
2026-03-2786.1764
2026-04-0386.2066
2026-04-1087.4074
2026-04-1788.0381
2026-04-2487.2780
2026-05-0187.7075
2026-05-0887.9594
2026-05-1686.9558
2026-05-2486.6744
2026-05-3187.1106
2026-06-0986.0684
2026-06-1686.5278
2026-06-2385.4195
2026-06-3085.1270
2026-07-0785.4502
2026-07-1485.2114
2026-07-2185.3622
2026-07-2885.1329
2026-08-0486.1965
2026-08-1186.4574
2026-08-1886.6566
2026-08-2687.3862
2026-09-0286.8522
2026-09-0987.1634
2026-09-1686.5391
2026-09-2385.7677

High

89.0448

Low

85.1270

Average

86.6794

For developers

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