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: show the values
| Point | RUB/GNF |
|---|---|
| 2026-03-28 | 107.8366 |
| 2026-04-04 | 109.4195 |
| 2026-04-11 | 113.8390 |
| 2026-04-18 | 115.1099 |
| 2026-04-25 | 116.5577 |
| 2026-05-02 | 117.0428 |
| 2026-05-09 | 118.2651 |
| 2026-05-17 | 120.4224 |
| 2026-05-25 | 122.9126 |
| 2026-06-01 | 123.0363 |
| 2026-06-10 | 121.7883 |
| 2026-06-17 | 120.8910 |
| 2026-06-24 | 117.6414 |
| 2026-07-01 | 111.4196 |
| 2026-07-08 | 114.8413 |
| 2026-07-15 | 113.1456 |
| 2026-07-22 | 112.1833 |
| 2026-07-29 | 111.4833 |
| 2026-08-05 | 109.0171 |
| 2026-08-12 | 106.5275 |
| 2026-08-20 | 104.4844 |
| 2026-08-27 | 103.2301 |
| 2026-09-03 | 100.7176 |
| 2026-09-10 | 103.6182 |
| 2026-09-17 | 104.6158 |
| 2026-09-24 | 103.7953 |
High
123.0363
Low
100.7176
Average
112.1347
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=GNF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=GNF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=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¤cies=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.