项目作者: TheRockXu

项目描述 :
Extract fundamental data from yahoo finance
高级语言: Python
项目地址: git://github.com/TheRockXu/yahoo-financials.git
创建时间: 2020-03-29T00:07:47Z
项目社区:https://github.com/TheRockXu/yahoo-financials

开源协议:

下载


Get company financial with Yahoo Finance

This is a simple script to extract fundamental data from yahoo finance company page.

Usage

Get Financial Statements

bs_, is_, cf_ = get_fundamentals('AAPL')

The function above returns 3 pandas dataframes that look like this
'statement'

Get Key Statistics

key_stat = get_keystats('AAPL). The output looks like this

'keystats'

Get Competitors

peers = get_comeptitors('AAPL). The output looks like this

'competitors'