vicsharp-shibusa / kyna

Open source stock data collection and analysis.
MIT License
2 stars 1 forks source link

Create stock filters #32

Closed vicsharp-shibusa closed 6 months ago

vicsharp-shibusa commented 6 months ago

Need to be able to fetch stocks filtered by data within the public.entities table. For example, we may want stocks limited to a particular sector or industry, or maybe stocks with an average price above $15.

For starters, a few simple filters will suffice.

Maybe there's a way to do this with a predicate.

vicsharp-shibusa commented 6 months ago

I added FinancialsRepository and it has a property called Entities of type InvestableEntity[]

Not a very sophisticated solution, but it will work for now.