We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 407555d commit ccbeb62Copy full SHA for ccbeb62
examples/rest/simple-get.py
@@ -2,5 +2,5 @@
2
3
client = RESTClient()
4
5
-aggs = client.get_aggs("AAPL", 1, "day", "2004-04-04", "2004-04-04")
+aggs = client.get_aggs("AAPL", 1, "day", "2022-04-04", "2022-04-04")
6
print(aggs)
0 commit comments