Skip to content

jvrst/stock-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stock-analysis

BIT - F4E stock price analysis script.

Goal

Create a script that returns financial data

Notes

  • YFinance can throw an IndexError on institutional holders. This can be fixed by adding a try-except block at the holders part of the _get_fundamentals-function.
try:
            self._institutional_holders = holders[1]
        except IndexError as e:
            self._institutional_holders = "NaN"

About

BIT - F4E stock price analysis script.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages