gnucash stable: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Sun Jun 21 17:50:35 EDT 2026


Updated	 via  https://github.com/Gnucash/gnucash/commit/59f0de82 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/21d86133 (commit)
	from  https://github.com/Gnucash/gnucash/commit/da374bee (commit)



commit 59f0de826bfd1c40b3c11fca67ba9c98cdc08b83
Merge: da374bee0f 21d861338e
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Jun 21 14:48:50 2026 -0700

    Merge Vincent Lucarelli's 'finnhub into stable.


commit 21d861338e0c0467ec716c422900f48073094dd1
Author: Vincent Lucarelli <vincent.lucarelli at gmail.com>
Date:   Wed Jun 17 21:47:02 2026 -0400

    Add new Finance::Quote source Finnhub.io
    
    Free API key (personal/non-professional use) available at https://finnhub.io.
    Set FINNHUB_API_KEY environment variable to API key to use this source.
    As of June 2026, free tier API limit is 60 API calls/minute.

diff --git a/libgnucash/engine/gnc-commodity.cpp b/libgnucash/engine/gnc-commodity.cpp
index 4295f8750d..3b00ac6138 100644
--- a/libgnucash/engine/gnc-commodity.cpp
+++ b/libgnucash/engine/gnc-commodity.cpp
@@ -201,6 +201,7 @@ static QuoteSourceList single_quote_sources =
     { false, SOURCE_SINGLE, NC_("FQ Source", "Deka Investments, DE"), "deka" },
     { false, SOURCE_SINGLE, NC_("FQ Source", "Financial Times Funds service, GB"), "ftfunds" },
     { false, SOURCE_SINGLE, NC_("FQ Source", "Finanzpartner, DE"), "finanzpartner" },
+    { false, SOURCE_SINGLE, NC_("FQ Source", "Finnhub, US"), "finnhub" },
     { false, SOURCE_SINGLE, NC_("FQ Source", "FondsWeb, DE"), "fondsweb" },
     { false, SOURCE_SINGLE, NC_("FQ Source", "GoldMoney precious metals"), "goldmoney" },
     { false, SOURCE_SINGLE, NC_("FQ Source", "Google Web, US Stocks"), "googleweb" },



Summary of changes:
 libgnucash/engine/gnc-commodity.cpp | 1 +
 1 file changed, 1 insertion(+)



More information about the gnucash-changes mailing list