shlomiku / zipline-trader

Zipline Trader, a Pythonic Algorithmic Trading Library with broker integration
https://github.com/shlomikushchi/zipline-trader
Apache License 2.0
317 stars 71 forks source link

Question: Integrating Fundamentals #192

Closed tbc399 closed 3 years ago

tbc399 commented 3 years ago

Before I go off and try to reinvent the wheel, is there any "good" way to integrate fundamentals? I use pipeline-live to pull in my iex data for my pylivetrader algos, but I'd like to run some more backtests, and zt looks like my best bet so far. Would there be any way to maybe jimmy pipeline-live to work with zt, or am I looking at starting from scratch if I want fundamentals?

shlomiku commented 3 years ago

yes, will be added soon

tbc399 commented 3 years ago

Okay awesome. Thanks for the quick response, and thanks for the hard work.