Untitled

 avatar
unknown
plain_text
2 years ago
162 B
6
Indexable

ticker_map = {}
for ticekr_info in ticker_to_cik:
    if ticekr_info['ticker'] in ticker_list:
       ticker_map[ticker_info['ticker']] = ticker_info['cik_str']
Editor is loading...
Leave a Comment