I am trying to fetch short interest data using fetcher and quandl.
My issues:
1. I get an unknown error in line 31
2. I don’t manage to retrieve it for list of stocks defined in context.stocks. If I use 'for' loop with fetcher I get an error it can be called only 5 times. and I want to fethc it for more than 5 stocks. I couldnt find a way in quandl or other to fetch a list all together of short interest data. any idea ?
2. how can I use universe and run fetcher on the universe selected stocks and/or on fundamentals filter ?