Initial commit
This commit is contained in:
commit
659042c45a
4 changed files with 132 additions and 0 deletions
8
s_and_p_total_market
Executable file
8
s_and_p_total_market
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/python3
|
||||
"""FTSE All Share."""
|
||||
|
||||
from google_stocks import Index
|
||||
|
||||
index = Index("S&P Total Market")
|
||||
|
||||
print(index.one_line)
|
||||
Loading…
Add table
Add a link
Reference in a new issue