Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Getting Option Prices From Own Files

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?