I'm relatively new to Python and on top of that I'm relying on fetching all data from Yahoo (via Quandl) because there are no SIDs for the ASX.
At the moment I'm trying to use Quantopian functions, such as mavg but I don't think they're compatible with data that's been fetched via Quandl.
I'm assuming that the functions rely on SID formatting? Does anyone know any work-arounds for applying Quantopian functions to fetched data?
Thanks