# FinancialDatasetsAPIWrapper

> **Class** in `langchain_community`

📖 [View in docs](https://reference.langchain.com/python/langchain-community/utilities/financial_datasets/FinancialDatasetsAPIWrapper)

Wrapper for financial datasets API.

## Signature

```python
FinancialDatasetsAPIWrapper(
    self,
    **data: Any = {},
)
```

## Extends

- `BaseModel`

## Constructors

```python
__init__(
    self,
    **data: Any = {},
)
```


## Properties

- `financial_datasets_api_key`

## Methods

- [`get_income_statements()`](https://reference.langchain.com/python/langchain-community/utilities/financial_datasets/FinancialDatasetsAPIWrapper/get_income_statements)
- [`get_balance_sheets()`](https://reference.langchain.com/python/langchain-community/utilities/financial_datasets/FinancialDatasetsAPIWrapper/get_balance_sheets)
- [`get_cash_flow_statements()`](https://reference.langchain.com/python/langchain-community/utilities/financial_datasets/FinancialDatasetsAPIWrapper/get_cash_flow_statements)
- [`run()`](https://reference.langchain.com/python/langchain-community/utilities/financial_datasets/FinancialDatasetsAPIWrapper/run)

---

[View source on GitHub](https://github.com/langchain-ai/langchain-community/blob/4b280287bd55b99b44db2dd849f02d66c89534d5/libs/community/langchain_community/utilities/financial_datasets.py#L16)