Skip to content

Commit

Permalink
Updated StockFinancial to remove nested values
Browse files Browse the repository at this point in the history
  • Loading branch information
justinpolygon committed Dec 24, 2024
1 parent dff8cba commit b46e443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/rest/stocks-stock_financials.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
client = RESTClient() # POLYGON_API_KEY environment variable is used

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

0 comments on commit b46e443

Please sign in to comment.