Hacker News new | ask | show | jobs
by wwasilev 1202 days ago
I haven't looked at the code base, but any issues using this with fundamental data? Ideally, I would like to rank stocks based on reported items - retained earnings, sales, operating margins, etc.
1 comments

You can use fundamental data by registering your own custom data columns with PyBroker. See this notebook for details on using your own data source: https://www.pybroker.com/en/latest/notebooks/7.%20Creating%2...

Once you do that, you can write a strategy that ranks stocks using your custom data. See this notebook about ranking: https://www.pybroker.com/en/latest/notebooks/4.%20Ranking%20...

Bravo!