Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 584 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 584 Bytes

PyFinancialData

-A python library for pulling financial data from Morningstar and Yahoo.

-Includes over 100 functions for income statement, balance sheet, and cashflow items, as well as various valuation metrics.

-A full list of functios is included in functions_dictionary.csv.

-Data is fetched from Morningstar and Yahoo Finance.

-Functions can be run from the command line, or used in Excel through DataNitro.

Dependencies

-urllib2

-pandas

TODO

-Fix financial statement requests for bank stocks

-Add graphing capability