TheRockXu / yahoo-financials

Extract fundamental data from yahoo finance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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'

About

Extract fundamental data from yahoo finance


Languages

Language:Python 100.0%