AZN to GNF exchange rate API
Azerbaijanian Manat to Guinea Franc · quoted 2026-09-27
5174.36
▲ +1.21% over 1Y
1 AZN = 5174.36 GNF · 1 GNF = 0.000193 AZN · Get this rate via the API
1 AZN buys 5174.36 GNF as of 2026-09-27, so 1 GNF buys 0.000193 AZN. Over the last year, AZN/GNF traded between 5080.11 and 5229.61, averaged 5147.97 and rose 1.21%. The API holds daily AZN/GNF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AZN/GNF over 1Y: show the values
| Point | AZN/GNF |
|---|---|
| 2025-09-27 | 5112.41 |
| 2025-10-04 | 5101.31 |
| 2025-10-11 | 5080.11 |
| 2025-10-18 | 5113.59 |
| 2025-10-25 | 5099.41 |
| 2025-11-01 | 5107.35 |
| 2025-11-08 | 5098.86 |
| 2025-11-15 | 5102.70 |
| 2025-11-22 | 5105.93 |
| 2025-11-29 | 5109.77 |
| 2025-12-06 | 5116.74 |
| 2025-12-14 | 5125.16 |
| 2025-12-21 | 5125.56 |
| 2025-12-28 | 5138.07 |
| 2026-01-04 | 5139.36 |
| 2026-01-11 | 5143.70 |
| 2026-01-18 | 5145.48 |
| 2026-01-25 | 5144.74 |
| 2026-02-01 | 5159.09 |
| 2026-02-08 | 5166.57 |
| 2026-02-15 | 5157.74 |
| 2026-02-22 | 5153.29 |
| 2026-03-01 | 5157.24 |
| 2026-03-08 | 5158.79 |
| 2026-03-15 | 5149.91 |
| 2026-03-22 | 5158.05 |
| 2026-03-29 | 5161.48 |
| 2026-04-05 | 5162.53 |
| 2026-04-12 | 5141.48 |
| 2026-04-19 | 5157.65 |
| 2026-04-26 | 5142.98 |
| 2026-05-03 | 5149.74 |
| 2026-05-10 | 5135.53 |
| 2026-05-18 | 5229.61 |
| 2026-05-26 | 5157.70 |
| 2026-06-02 | 5159.84 |
| 2026-06-11 | 5155.59 |
| 2026-06-18 | 5155.69 |
| 2026-06-25 | 5153.53 |
| 2026-07-02 | 5160.19 |
| 2026-07-09 | 5162.80 |
| 2026-07-16 | 5150.82 |
| 2026-07-23 | 5160.03 |
| 2026-07-30 | 5159.18 |
| 2026-08-06 | 5169.90 |
| 2026-08-13 | 5173.43 |
| 2026-08-21 | 5171.43 |
| 2026-08-28 | 5172.32 |
| 2026-09-04 | 5180.36 |
| 2026-09-11 | 5176.86 |
| 2026-09-18 | 5217.83 |
| 2026-09-25 | 5178.36 |
High
5229.61
Low
5080.11
Average
5147.97
Get this rate via the API
One GET request returns the AZN/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=AZN¤cies=GNF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=GNF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=GNF").json()Replace YOUR_API_KEY with the key from your dashboard.
AZN/GNF API questions
How do I get the AZN/GNF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=GNF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AZN/GNF rate in rates.GNF.
How far back does AZN/GNF historical data go?
Daily AZN/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 AZN/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.