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: show the values
| Point | RUB/GNF |
|---|---|
| 2025-09-24 | 103.7879 |
| 2025-10-01 | 105.1124 |
| 2025-10-08 | 105.2079 |
| 2025-10-15 | 109.0287 |
| 2025-10-22 | 106.7275 |
| 2025-10-29 | 109.5206 |
| 2025-11-05 | 107.3493 |
| 2025-11-12 | 107.2746 |
| 2025-11-19 | 107.1945 |
| 2025-11-26 | 110.1741 |
| 2025-12-03 | 112.3904 |
| 2025-12-11 | 110.6135 |
| 2025-12-18 | 108.6705 |
| 2025-12-25 | 111.1087 |
| 2026-01-01 | 110.8280 |
| 2026-01-08 | 108.8449 |
| 2026-01-15 | 111.5411 |
| 2026-01-22 | 113.9229 |
| 2026-01-29 | 114.6272 |
| 2026-02-05 | 114.4497 |
| 2026-02-12 | 114.1116 |
| 2026-02-19 | 114.4677 |
| 2026-02-26 | 114.2018 |
| 2026-03-05 | 112.7059 |
| 2026-03-12 | 110.8442 |
| 2026-03-19 | 104.7712 |
| 2026-03-26 | 108.3854 |
| 2026-04-02 | 109.1981 |
| 2026-04-09 | 111.7754 |
| 2026-04-16 | 115.9161 |
| 2026-04-23 | 117.2706 |
| 2026-04-30 | 117.3958 |
| 2026-05-07 | 117.8245 |
| 2026-05-15 | 120.2540 |
| 2026-05-23 | 122.5642 |
| 2026-05-30 | 123.6337 |
| 2026-06-06 | 118.8479 |
| 2026-06-15 | 121.2819 |
| 2026-06-22 | 119.7620 |
| 2026-06-29 | 112.7147 |
| 2026-07-06 | 113.7789 |
| 2026-07-13 | 114.2955 |
| 2026-07-20 | 112.0639 |
| 2026-07-27 | 112.4794 |
| 2026-08-03 | 110.6871 |
| 2026-08-10 | 107.4430 |
| 2026-08-17 | 104.6583 |
| 2026-08-25 | 104.7750 |
| 2026-09-01 | 101.9333 |
| 2026-09-08 | 101.9863 |
| 2026-09-15 | 104.1289 |
| 2026-09-22 | 105.1910 |
High
123.6337
Low
101.9333
Average
111.1984
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.