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 dff8cba commit b46e443Copy full SHA for b46e443
examples/rest/stocks-stock_financials.py
@@ -8,6 +8,6 @@
8
client = RESTClient() # POLYGON_API_KEY environment variable is used
9
10
financials = []
11
-for f in client.vx.list_stock_financials("AAPL"):
+for f in client.vx.list_stock_financials("AAPL", filing_date="2024-11-01"):
12
financials.append(f)
13
print(financials)
0 commit comments