bocabitlabs / buho-stocks

Stocks and dividends portfolio manager
https://bocabitlabs.github.io/buho-stocks/
GNU General Public License v3.0
36 stars 12 forks source link

setting up a page listing all company actions #74

Open pi-2r opened 1 year ago

pi-2r commented 1 year ago

he idea is to set up a page with all the actions available on the market (from yahoo finance).

The table lists the following items:

in the portfolio you can add a company from this list

renefs commented 1 year ago

If I understand correctly, what you mean is to have a page with all the companies in a market and display those fields as well as an "add" button. Is that right? I see the import part interesting since it will save time when adding a company.

I think the most logical place to add it would be inside markets, when market is clicked, on a sub page. However it's necessary to check if the yfinance library supports this. If it does, feel free to create a PR.