Vincent Perkins
Vincent Perkins
I have tried to use zipline locally for minute data, but I get the same error, has anyone solved this?
I got the "ValueError: At least one valid asset id is required" error when running a pipeline due to having no daily data in my bundle. I ingested a separate...
I edited the files to fix the issue here: https://github.com/vinceperkins/pipeline-live/commit/396a1771af5540554d485836f94a08e77c55996f. It currently works with that repository. I submitted a pull request for the official repository.
Hi @tstevens02127, how were you able to avoid the KeyError: 0 error when running data.history?
I am attempting to use zipline locally again with minute data. I've only gotten daily data to work. Could someone provide a link to a minute data .csv file with...