Skip to content

Commit

Permalink
Merge branch 'main' of github.com:alphanome-ai/sec-parser
Browse files Browse the repository at this point in the history
  • Loading branch information
Elijas committed Apr 9, 2024
2 parents 8852fe9 + f522023 commit 96fa798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ from sec_downloader import Downloader
dl = Downloader("MyCompanyName", "[email protected]")

# Download the latest 10-Q filing for Apple
html = dl.get_filing_html(ticker="AAPL", form="10-Q")
html = dl.get_latest_html(ticker="AAPL", doc_type="10-Q")
```

> [!NOTE]
Expand Down

0 comments on commit 96fa798

Please sign in to comment.