Skip to content

RUB to GNF exchange rate API

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

103.7953

▲ +9.88% over 5Y

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 5 years, RUB/GNF traded between 77.9794 and 118.8479, averaged 103.6956 and rose 9.88%. 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 5Y

RUB/GNF over 5Y: show the values
PointRUB/GNF
2024-08-2494.4633
2024-10-0790.6661
2024-11-0688.0037
2024-12-0685.2973
2025-01-0577.9794
2025-02-0486.7596
2025-03-0695.7051
2025-04-06102.6875
2025-05-06107.4920
2025-06-07110.1322
2025-07-07110.3288
2025-08-06108.5172
2025-09-05106.6317
2025-10-06105.5805
2025-11-05107.3493
2025-12-05112.8547
2026-01-05108.6153
2026-02-04113.7624
2026-03-06111.5040
2026-04-05109.7359
2026-05-05117.0302
2026-06-06118.8479
2026-07-08114.8413
2026-08-07105.9545
2026-09-07101.5497

High

118.8479

Low

77.9794

Average

103.6956

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.