Is there a way of getting Sharadar fundamentals in Zipline?
They're not currently integrated into Pipeline. The design of Zipline makes it much more laborious to integrate new data into Zipline than into Moonshot.
Of course you are free to import download_sharadar_fundamentals
or get_sharadar_fundamentals_reindexed_like
and pull the fundamentals into your scheduled functions or handle_data
that way.
1 Like