feat(fundamentals): preserve ticker selection and add deterministic key executives sorting
This commit is contained in:
@@ -130,6 +130,7 @@ public class YahooFinanceScraper : IYahooFinanceScraper
|
||||
|
||||
foreach (var q in validQuotes.Skip(1))
|
||||
{
|
||||
|
||||
if (!symbols.Any(s => s.symbol.Equals(q.Symbol, StringComparison.OrdinalIgnoreCase)))
|
||||
{
|
||||
symbols.Add((q.Symbol, q.Exchange ?? string.Empty, Math.Max(1, GetExchangePriority(q.Symbol, cleanIsin))));
|
||||
|
||||
Reference in New Issue
Block a user