From f055c3c5a4266072e61197b29937a39ae85aa08d Mon Sep 17 00:00:00 2001 From: Bruce Schuck Date: Sun, 14 Dec 2025 16:42:09 -0800 Subject: [PATCH] Added US Bonds (usbonds) to gnc-commodity.cpp New Finance::Quote module to get prices for series E, EE, or I bonds --- libgnucash/engine/gnc-commodity.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/libgnucash/engine/gnc-commodity.cpp b/libgnucash/engine/gnc-commodity.cpp index 3d9f8b6ab9..6ddb4d8b27 100644 --- a/libgnucash/engine/gnc-commodity.cpp +++ b/libgnucash/engine/gnc-commodity.cpp @@ -226,6 +226,7 @@ static QuoteSourceList single_quote_sources = { false, SOURCE_SINGLE, NC_("FQ Source", "Treasury Direct bonds, US"), "treasurydirect" }, { false, SOURCE_SINGLE, NC_("FQ Source", "Twelve Data"), "twelvedata" }, { false, SOURCE_SINGLE, NC_("FQ Source", "Union Investment, DE"), "unionfunds" }, + { false, SOURCE_SINGLE, NC_("FQ Source", "US Savings Bonds, US"), "usbonds" }, { false, SOURCE_SINGLE, NC_("FQ Source", "US Govt. Thrift Savings Plan"), "tsp" }, { false, SOURCE_SINGLE, NC_("FQ Source", "XETRA, DE"), "xetra" }, { false, SOURCE_SINGLE, NC_("FQ Source", "Yahoo as JSON"), "yahoo_json" },