google-stocks/ftse_all_share

9 lines
130 B
Plaintext
Raw Normal View History

2023-09-08 00:07:40 +01:00
#!/usr/bin/python3
"""FTSE All Share."""
from google_stocks import Index
index = Index("FTSE All Share")
print(index.one_line)