get_balance_sheet
Retrieve a company's balance sheet on any date to review assets, liabilities, and equity, giving a clear picture of overall financial standing and cash position.
Instructions
Assets, liabilities and equity at a point in time.
Use for questions about what the business owns and owes overall, cash position, or financial standing. For "who owes us money" specifically, get_receivables_aging gives a far more useful breakdown than the single receivables line on this report.
Args: as_of: Balance sheet date, YYYY-MM-DD. Defaults to today. accounting_method: "Accrual" or "Cash". Defaults to the company setting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| as_of | No | ||
| accounting_method | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||