Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Zipline-Live API says it has 3 things, missing them

I was looking through the documentation for zipline-live trying to figure out how the library framework was wrote. I have gotten most of my errors fixed from when I directly ported my algorithm code to the IDE. Now with that being said, I have poked around the python code for these items in the correct file they should be located in but I wasn't able to find the class. Zipline on their API Documentation says it contains these 3 items:

  • zipline.api.get_open_orders
  • zipline.api.date_rules
  • zipline.api.time_rules

Unfortunately, I have checked the api.py and api.pyi code and did NOT find these.

Side note as well, if anyone knows, how do you get the Q1500US from the morningstar import? I couldn't figure this out in the Zipline-Live library yet.