Skip to content

Commit b46e443

Browse files
committed
Updated StockFinancial to remove nested values
1 parent dff8cba commit b46e443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/rest/stocks-stock_financials.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
client = RESTClient() # POLYGON_API_KEY environment variable is used
99

1010
financials = []
11-
for f in client.vx.list_stock_financials("AAPL"):
11+
for f in client.vx.list_stock_financials("AAPL", filing_date="2024-11-01"):
1212
financials.append(f)
1313
print(financials)

0 commit comments

Comments
 (0)