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