Skip to content

Commit 304fee0

Browse files
Update test_financials.py
1 parent b9a02d4 commit 304fee0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test_rest/test_financials.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ def test_list_stock_financials(self):
3333
company_name="NXP Semiconductors N.V.",
3434
end_date="2022-04-03",
3535
filing_date="2022-05-03",
36+
sic="3674",
37+
tickers=["NXPI"],
3638
financials=Financials(
3739
balance_sheet={
3840
"equity_attributable_to_noncontrolling_interest": DataPoint(

0 commit comments

Comments
 (0)