CashFlowStatementsSchema#

class langchain_community.tools.financial_datasets.cash_flow_statements.CashFlowStatementsSchema[source]#

Bases: BaseModel

Input for CashFlowStatements.

Create a new model by parsing and validating input data from keyword arguments.

Raises [ValidationError][pydantic_core.ValidationError] if the input data cannot be validated to form a valid model.

self is explicitly positional-only to allow self as a field name.

param limit: int [Required]#

The number of cash flow statements to return. Default is 10.

param period: str [Required]#

The period of the cash flow statement. Possible values are: annual, quarterly, ttm. Default is β€˜annual’.

param ticker: str [Required]#

The ticker symbol to fetch cash flow statements for.