Fix search for S&P Total Market
This commit is contained in:
parent
4638c710d5
commit
e5225ba239
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue