google-stocks/s_and_p_total_market
2023-09-08 00:07:40 +01:00

9 lines
132 B
Python
Executable file

#!/usr/bin/python3
"""FTSE All Share."""
from google_stocks import Index
index = Index("S&P Total Market")
print(index.one_line)