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: show the values
| Point | RUB/GNF |
|---|---|
| 2024-08-24 | 94.4633 |
| 2024-10-07 | 90.6661 |
| 2024-11-06 | 88.0037 |
| 2024-12-06 | 85.2973 |
| 2025-01-05 | 77.9794 |
| 2025-02-04 | 86.7596 |
| 2025-03-06 | 95.7051 |
| 2025-04-06 | 102.6875 |
| 2025-05-06 | 107.4920 |
| 2025-06-07 | 110.1322 |
| 2025-07-07 | 110.3288 |
| 2025-08-06 | 108.5172 |
| 2025-09-05 | 106.6317 |
| 2025-10-06 | 105.5805 |
| 2025-11-05 | 107.3493 |
| 2025-12-05 | 112.8547 |
| 2026-01-05 | 108.6153 |
| 2026-02-04 | 113.7624 |
| 2026-03-06 | 111.5040 |
| 2026-04-05 | 109.7359 |
| 2026-05-05 | 117.0302 |
| 2026-06-06 | 118.8479 |
| 2026-07-08 | 114.8413 |
| 2026-08-07 | 105.9545 |
| 2026-09-07 | 101.5497 |
High
118.8479
Low
77.9794
Average
103.6956
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.