Skip to content

Commit

Permalink
Add morningstarau to single and aufunds to multiple _quotes_sources
Browse files Browse the repository at this point in the history
  • Loading branch information
pkryger committed Oct 18, 2024
1 parent 700f8ca commit 84e6a21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libgnucash/engine/gnc-commodity.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ static QuoteSourceList single_quote_sources =
{ false, SOURCE_SINGLE, "Google Web, US Stocks", "googleweb" },
{ false, SOURCE_SINGLE, "IEX (Investors Exchange), US", "iexcloud" },
{ false, SOURCE_SINGLE, "Market Watch", "marketwatch" },
{ false, SOURCE_SINGLE, "Morningstar, AU", "morningstarau" },
{ false, SOURCE_SINGLE, "Morningstar, CH", "morningstarch" },
{ false, SOURCE_SINGLE, "Morningstar, GB", "morningstaruk" },
{ false, SOURCE_SINGLE, "Morningstar, JP", "morningstarjp" },
Expand Down Expand Up @@ -241,6 +242,7 @@ static QuoteSourceList single_quote_sources =
static QuoteSourceList multiple_quote_sources =
{
{ false, SOURCE_MULTI, "Australia (ASX)", "australia" },
{ false, SOURCE_MULTI, "Australia Funds (MorningstarAU)", "aufunds" },
{ false, SOURCE_MULTI, "Canada (Alphavantage, TMX)", "canada" },
{ false, SOURCE_MULTI, "Dutch (AEX)", "dutch" },
{ false, SOURCE_MULTI, "Europe (ASEGR, Bourso, ...)", "europe" },
Expand Down

0 comments on commit 84e6a21

Please sign in to comment.