Skip to content

RUB to GNF exchange rate API

Russian Ruble to Guinea Franc · quoted 2026-09-24

103.7953

▼ +3.75% over 6M

1 RUB = 103.7953 GNF · 1 GNF = 0.009634 RUB · Get this rate via the API

1 RUB buys 103.7953 GNF as of 2026-09-24, so 1 GNF buys 0.009634 RUB. Over the last 6 months, RUB/GNF traded between 100.7176 and 123.0363, averaged 112.1347 and fell 3.75%. The API holds daily RUB/GNF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

RUB/GNF over 6M

RUB/GNF over 6M: show the values
PointRUB/GNF
2026-03-28107.8366
2026-04-04109.4195
2026-04-11113.8390
2026-04-18115.1099
2026-04-25116.5577
2026-05-02117.0428
2026-05-09118.2651
2026-05-17120.4224
2026-05-25122.9126
2026-06-01123.0363
2026-06-10121.7883
2026-06-17120.8910
2026-06-24117.6414
2026-07-01111.4196
2026-07-08114.8413
2026-07-15113.1456
2026-07-22112.1833
2026-07-29111.4833
2026-08-05109.0171
2026-08-12106.5275
2026-08-20104.4844
2026-08-27103.2301
2026-09-03100.7176
2026-09-10103.6182
2026-09-17104.6158
2026-09-24103.7953

High

123.0363

Low

100.7176

Average

112.1347

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

RUB/GNF API questions

How do I get the RUB/GNF exchange rate from an API?

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

How far back does RUB/GNF historical data go?

Daily RUB/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 RUB/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.