Skip to content

RUB to GNF exchange rate API

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

103.7953

▼ +5.78% over YTD

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 year to date, RUB/GNF traded between 101.5497 and 123.5718, averaged 112.1938 and fell 5.78%. 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 YTD

RUB/GNF over YTD: show the values
PointRUB/GNF
2025-12-31110.1669
2026-01-07108.7137
2026-01-14111.2858
2026-01-21112.1503
2026-01-28114.8719
2026-02-04113.7624
2026-02-11113.6560
2026-02-18114.9171
2026-02-25114.5637
2026-03-04112.9263
2026-03-11110.9979
2026-03-18106.3918
2026-03-25108.7893
2026-04-01107.9320
2026-04-08111.9037
2026-04-15116.4684
2026-04-22116.9745
2026-04-29116.5318
2026-05-06116.0006
2026-05-14119.0953
2026-05-21123.0311
2026-05-29123.5718
2026-06-05119.5110
2026-06-14121.0648
2026-06-21120.0170
2026-06-28111.0983
2026-07-05113.9935
2026-07-12114.5440
2026-07-19112.1104
2026-07-26112.3067
2026-08-02110.9602
2026-08-09107.7106
2026-08-16104.7970
2026-08-24106.3319
2026-08-31102.4054
2026-09-07101.5497
2026-09-14104.1239
2026-09-21104.5362

High

123.5718

Low

101.5497

Average

112.1938

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.