Skip to content

RUB to GNF exchange rate API

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

103.7953

▲ +0.01% over 1Y

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 year, RUB/GNF traded between 101.9333 and 123.6337, averaged 111.1984 and rose 0.01%. 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 1Y

RUB/GNF over 1Y: show the values
PointRUB/GNF
2025-09-24103.7879
2025-10-01105.1124
2025-10-08105.2079
2025-10-15109.0287
2025-10-22106.7275
2025-10-29109.5206
2025-11-05107.3493
2025-11-12107.2746
2025-11-19107.1945
2025-11-26110.1741
2025-12-03112.3904
2025-12-11110.6135
2025-12-18108.6705
2025-12-25111.1087
2026-01-01110.8280
2026-01-08108.8449
2026-01-15111.5411
2026-01-22113.9229
2026-01-29114.6272
2026-02-05114.4497
2026-02-12114.1116
2026-02-19114.4677
2026-02-26114.2018
2026-03-05112.7059
2026-03-12110.8442
2026-03-19104.7712
2026-03-26108.3854
2026-04-02109.1981
2026-04-09111.7754
2026-04-16115.9161
2026-04-23117.2706
2026-04-30117.3958
2026-05-07117.8245
2026-05-15120.2540
2026-05-23122.5642
2026-05-30123.6337
2026-06-06118.8479
2026-06-15121.2819
2026-06-22119.7620
2026-06-29112.7147
2026-07-06113.7789
2026-07-13114.2955
2026-07-20112.0639
2026-07-27112.4794
2026-08-03110.6871
2026-08-10107.4430
2026-08-17104.6583
2026-08-25104.7750
2026-09-01101.9333
2026-09-08101.9863
2026-09-15104.1289
2026-09-22105.1910

High

123.6337

Low

101.9333

Average

111.1984

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.