google-stocks/s_and_p_total_market

9 lines
121 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
2023-11-25 16:06:16 +00:00
index = Index("SPTMI")
2023-09-08 00:07:40 +01:00
print(index.one_line)