Initial commit

This commit is contained in:
Edward Betts 2023-09-08 00:07:40 +01:00
commit 659042c45a
4 changed files with 132 additions and 0 deletions

8
ftse_all_share Executable file
View 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)