# BalanceSheets

> **Class** in `langchain_community`

📖 [View in docs](https://reference.langchain.com/python/langchain-community/tools/financial_datasets/balance_sheets/BalanceSheets)

Tool that gets balance sheets for a given ticker over a given period.

## Signature

```python
BalanceSheets(
    self,
    api_wrapper: FinancialDatasetsAPIWrapper,
)
```

## Extends

- `BaseTool`

## Constructors

```python
__init__(
    self,
    api_wrapper: FinancialDatasetsAPIWrapper,
)
```

| Name | Type |
|------|------|
| `api_wrapper` | `FinancialDatasetsAPIWrapper` |


## Properties

- `mode`
- `name`
- `description`
- `args_schema`
- `api_wrapper`

---

[View source on GitHub](https://github.com/langchain-ai/langchain-community/blob/d5ea8358933260ad48dd31f7f8076555c7b4885a/libs/community/langchain_community/tools/financial_datasets/balance_sheets.py#L27)