Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Elijas authored Apr 9, 2024
1 parent ffe830b commit f522023
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@example.com")

# 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 f522023

Please sign in to comment.