Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
lit26 committed Aug 15, 2020
1 parent 87a4393 commit 2a7c1c1
Show file tree
Hide file tree
Showing 8 changed files with 88 additions and 1,706 deletions.
18 changes: 5 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,11 @@ stock.TickerCharts()
stock_fundament = stock.TickerFundament()

# result
# stock_fundament = {'Index': '-',
# 'P/E': '-',
# 'EPS (ttm)': '-0.87',
# 'Insider Own': '0.10%',
# 'Shs Outstand': '183.00M',
# 'Perf Week': '3.00%',
# 'Market Cap': '295.14B',
# 'Forward P/E': '135.32',
# 'EPS next Y': '131.09%',
# 'Insider Trans': '-33.47%',
# 'Shs Float': '147.41M',
# 'Perf Month': '60.14%',
# 'Income': '-144.30M',...}
# stock_fundament = {'Company': 'Tesla, Inc.', 'Sector': 'Consumer Cyclical',
# 'Industry': 'Auto Manufacturers', 'Country': 'USA', 'Index': '-', 'P/E': '849.57',
# 'EPS (ttm)': '1.94', 'Insider Own': '0.10%', 'Shs Outstand': '186.00M',
# 'Perf Week': '13.63%', 'Market Cap': '302.10B', 'Forward P/E': '106.17',
# ...}
```

#### Description
Expand Down
Binary file modified asset/tsla.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Tianning Li'

# The full version, including alpha/beta/rc tags
release = '0.4.1'
release = '0.5'


# -- General configuration ---------------------------------------------------
Expand Down
Loading

0 comments on commit 2a7c1c1

Please sign in to comment.