Imtiaz Ahmed
Imtiaz Ahmed
I am using the following code to download top 500 tickers by market cap: `tickers = gt.get_biggest_n_tickers(500)` It's producing same tickers multiple times. Here's the returned list: ``` ['MSFT', 'MSFT',...
According to the book (and the script), there are changes to the directory structure that is not compatible anymore. The book and the script used the following directory structure: ```...
Hi, I'm hoping to use this framework with Gain Futures API. Is it still up to date and working properly? I need it's been a while since the last update...