Skip to content

RUB to GNF exchange rate API

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

103.7953

▼ +0.94% over 30D

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 30 days, RUB/GNF traded between 100.7176 and 105.1910, averaged 103.3517 and fell 0.94%. 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 30D

RUB/GNF over 30D: show the values
PointRUB/GNF
2026-08-25104.7750
2026-08-26104.9970
2026-08-27103.2301
2026-08-28102.8781
2026-08-29101.8621
2026-08-30102.1646
2026-08-31102.4054
2026-09-01101.9333
2026-09-02101.3441
2026-09-03100.7176
2026-09-04101.6243
2026-09-05102.1159
2026-09-06101.6629
2026-09-07101.5497
2026-09-08101.9863
2026-09-09102.4296
2026-09-10103.6182
2026-09-11104.8194
2026-09-12104.3427
2026-09-13104.8004
2026-09-14104.1239
2026-09-15104.1289
2026-09-16104.5047
2026-09-17104.6158
2026-09-18103.8466
2026-09-19104.3071
2026-09-20104.6503
2026-09-21104.5362
2026-09-22105.1910
2026-09-23104.5025
2026-09-24103.7953

High

105.1910

Low

100.7176

Average

103.3517

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.