-
-
Notifications
You must be signed in to change notification settings - Fork 200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create Portfolio data structure and add basic comparison logic #56
Comments
Started some work on this at boboman-1#1 |
Generate nice markdown output based on portfolios and yfinance data?Pandas to the rescuehttps://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.to_markdown.html I rolled these handmade for github but you get idea Scraper Latest
MyPennies
InterestingKeepWatch
Top3
|
Any specific reason for an INI? Something like YAML or JSON might be more applicable to this data type. |
Portfolio Support
Users may want to do some due diligence and select a symbols to research. Give user a convenient way to incorporate and track tickers they are interested in within stocktrend utility. Tell the user when tickers they are tracking are added or removed from scrape_latest.
Implementation
In progress
Utilizing similar config pattern as main_utils, allow users to track specific tickers in groupings called portfolios. Persist in an
.ini
file. Use latest scraper data to update asystem-level
Portfolio.note Try to make Portfolios optional, do not couple with current scraping if possible.
Minimum-Viable-Product Acceptance Criteria:
Print to Console when scrape_latest adds or removes tickers that were previously in the scrape_latest portfolioThe text was updated successfully, but these errors were encountered: