From f5220234ac32eb930e3bf9bdfe8fb688ed7509c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elijas=20Dap=C5=A1auskas?= <4084885+Elijas@users.noreply.github.com> Date: Tue, 9 Apr 2024 23:55:27 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f114ae..ff8a218 100644 --- a/README.md +++ b/README.md @@ -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]