diff --git a/README.md b/README.md index 68f5b1b..2b92556 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,9 @@ Alternatively, modify the portfolio.yaml in the user_data/portfolio/ folder. Real-time overview of portfolio. The portfolio automatically gets updated with the real-time stock/crypto prices while the app is running. The app can be closed by hitting q or CTRL+C. ```sh -tenbagger --portfolio my_portfolio +tenbagger --portfolio WSB ``` -![Features](./imgs/static/portfolio.png) +![Features](./imgs/static/wsb_portfolio.png) Simulate passive income of dividend payouts and staking rewards diff --git a/imgs/static/wsb_portfolio.png b/imgs/static/wsb_portfolio.png new file mode 100644 index 0000000..1cb956e Binary files /dev/null and b/imgs/static/wsb_portfolio.png differ diff --git a/tenbagger/src/textui/widgets/ticker.py b/tenbagger/src/textui/widgets/ticker.py index 1b50f15..8725fb1 100644 --- a/tenbagger/src/textui/widgets/ticker.py +++ b/tenbagger/src/textui/widgets/ticker.py @@ -15,7 +15,7 @@ def __init__(self, ticker): self.last_day_close = self.ticker.get_last_day_close() def on_mount(self): - self.set_interval(1, self.refresh) + self.set_interval(10, self.refresh) def render(self): overview = self.ticker.overview() diff --git a/user_data/portfolio/portfolio.yaml b/user_data/portfolio/portfolio.yaml index 17085be..ad9aa21 100644 --- a/user_data/portfolio/portfolio.yaml +++ b/user_data/portfolio/portfolio.yaml @@ -7,6 +7,18 @@ my_portfolio: aapl: 20 eth-usd: 2 +WSB: + wish: 1000 + tsla: 100 + shib-eur: 100000 + nvda: 100 + baba: 100 + bb: 100 + gme: 1000 + amc: 1000 + intc: 1000 + eth-eur: 10 + # You can modify the current portfolio or add a new portfolio. Make sure that you use ticker # symbols as listed on yahoo finance. for instance, if you want to add a portfolio called household_portfolio that contains 5 tesla shares: household_portfolio: @@ -20,3 +32,4 @@ hypothetical_portfolio: AAPl: 2 ETH-USD: 2 TSLA: 10 +