Skip to content

Add mechanisms to identify undervalued stocks (fundamental analysis) #35

@wilsonleong

Description

@wilsonleong

Look at:

  • Ratios (PE, PEG, PB)
  • Dividend yield

Data points available from Yahoo Finance API:

import yfinance as yf
t = yf.Ticker('MSFT')
t.info
t.recommendations
t.actions
t.history()

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions