Fix search for S&P Total Market
This commit is contained in:
parent
4638c710d5
commit
e5225ba239
|
@ -3,6 +3,6 @@
|
||||||
|
|
||||||
from google_stocks import Index
|
from google_stocks import Index
|
||||||
|
|
||||||
index = Index("S&P Total Market")
|
index = Index("SPTMI")
|
||||||
|
|
||||||
print(index.one_line)
|
print(index.one_line)
|
||||||
|
|
Loading…
Reference in a new issue