We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6644e98 commit 60b9d6eCopy full SHA for 60b9d6e
1 file changed
docs/quick-guide.md
@@ -105,7 +105,7 @@
105
| Get the latest 10-Q | `company.latest("10-Q")` |
106
| Get the last 5 10-Q's | `company.get_filings(form="10-Q", 5)` |
107
| Get a company filing by accession_number | `company.get_filing(accession_number="0000320193-21-000139")` |
108
-| Get the company's financials | `company.financials` |
+| Get the company's financials | `company.get_financials()` |
109
| Get the company's balance sheet | `company.financials.balance_sheet()` |
110
| Get the company's income statement | `company.financials.income_statement()` |
111
| Get the company's cash flow statement | `company.financials.cashflow_statement()` |
0 commit comments