Hey all
I'm new to Quantopian, and trying to transition some local algo-trading files onto the system.
The big obstacle for me is that the algorithm I'm trying to use requires current option data. Normally, I use pandas_datareader's Option function for this, but Quantopian doesn't seem to allow that. Does anyone have a workaround for this?