fix(universe): remove Liberty/Fox tickers from remap (yfinance uses compact form)
FOXA, NWSA, FWONA, LBTYA/K, LBRDA/K, LLYVA, GLIBA work fine without hyphens. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
55971af5ab
commit
6c1ba91e52
File diff suppressed because one or more lines are too long
|
|
@ -100,15 +100,6 @@ def _load_russell1000() -> List[str]:
|
|||
"LENB": "LEN-B",
|
||||
"UHALB": "UHAL-B",
|
||||
"CWENA": "CWEN-A",
|
||||
"FWONA": "FWON-A",
|
||||
"LBTYA": "LBTY-A",
|
||||
"LBTYK": "LBTY-K",
|
||||
"LLYVA": "LLYV-A",
|
||||
"LBRDA": "LBRD-A",
|
||||
"LBRDK": "LBRD-K",
|
||||
"GLIBA": "GLIB-A",
|
||||
"NWSA": "NWS-A",
|
||||
"FOXA": "FOX-A",
|
||||
}
|
||||
|
||||
tickers = []
|
||||
|
|
|
|||
Loading…
Reference in New Issue