Skip to content

Commit 60b9d6e

Browse files
committed
Fix documentation error to change company.financials to company.get_financials()
1 parent 6644e98 commit 60b9d6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/quick-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
| Get the latest 10-Q | `company.latest("10-Q")` |
106106
| Get the last 5 10-Q's | `company.get_filings(form="10-Q", 5)` |
107107
| Get a company filing by accession_number | `company.get_filing(accession_number="0000320193-21-000139")` |
108-
| Get the company's financials | `company.financials` |
108+
| Get the company's financials | `company.get_financials()` |
109109
| Get the company's balance sheet | `company.financials.balance_sheet()` |
110110
| Get the company's income statement | `company.financials.income_statement()` |
111111
| Get the company's cash flow statement | `company.financials.cashflow_statement()` |

0 commit comments

Comments
 (0)