We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46e3a9c commit e9fb4baCopy full SHA for e9fb4ba
examples/rest/indices-snapshots.py
@@ -7,7 +7,8 @@
7
# client = RESTClient("XXXXXX") # hardcoded api_key is used
8
client = RESTClient() # POLYGON_API_KEY environment variable is used
9
10
-snapshot = client.get_snapshot_indices("I:SPX")
+tickers = ["I:SPX", "I:DJI", "I:VIX"]
11
+snapshot = client.get_snapshot_indices(tickers)
12
13
# print raw values
14
print(snapshot)
0 commit comments