marketools icon indicating copy to clipboard operation
marketools copied to clipboard

Write a scraper for stock market indices

Open AlbertRtk opened this issue 4 years ago • 0 comments

Add functionality to get tickers of stocks in a given stock market index, e.g.: get_tickers_in('WIG')

ToDo:

  • decide on the output type (list, tuple, DataFrame...)
  • function (or class) should be part of marketools.stqscraper
  • write a class for Stock Market Index - StockIndex(Stock)

AlbertRtk avatar Nov 29 '20 13:11 AlbertRtk