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: show the values
| Point | RUB/GNF |
|---|---|
| 2025-12-31 | 110.1669 |
| 2026-01-07 | 108.7137 |
| 2026-01-14 | 111.2858 |
| 2026-01-21 | 112.1503 |
| 2026-01-28 | 114.8719 |
| 2026-02-04 | 113.7624 |
| 2026-02-11 | 113.6560 |
| 2026-02-18 | 114.9171 |
| 2026-02-25 | 114.5637 |
| 2026-03-04 | 112.9263 |
| 2026-03-11 | 110.9979 |
| 2026-03-18 | 106.3918 |
| 2026-03-25 | 108.7893 |
| 2026-04-01 | 107.9320 |
| 2026-04-08 | 111.9037 |
| 2026-04-15 | 116.4684 |
| 2026-04-22 | 116.9745 |
| 2026-04-29 | 116.5318 |
| 2026-05-06 | 116.0006 |
| 2026-05-14 | 119.0953 |
| 2026-05-21 | 123.0311 |
| 2026-05-29 | 123.5718 |
| 2026-06-05 | 119.5110 |
| 2026-06-14 | 121.0648 |
| 2026-06-21 | 120.0170 |
| 2026-06-28 | 111.0983 |
| 2026-07-05 | 113.9935 |
| 2026-07-12 | 114.5440 |
| 2026-07-19 | 112.1104 |
| 2026-07-26 | 112.3067 |
| 2026-08-02 | 110.9602 |
| 2026-08-09 | 107.7106 |
| 2026-08-16 | 104.7970 |
| 2026-08-24 | 106.3319 |
| 2026-08-31 | 102.4054 |
| 2026-09-07 | 101.5497 |
| 2026-09-14 | 104.1239 |
| 2026-09-21 | 104.5362 |
High
123.5718
Low
101.5497
Average
112.1938
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.