收入报表模式#

class langchain_community.tools.financial_datasets.income_statements.IncomeStatementsSchema[来源]#

基础类:BaseModel

收入报表的输入。

通过解析和验证来自关键字参数的输入数据来创建一个新模型。

如果输入数据无法验证以形成有效模型,则引发 [ValidationError][pydantic_core.ValidationError]。

self 被显式地设为仅位置参数,以允许 self 作为字段名称。

param limit: int [Required]#

返回的损益表数量。默认值为10。

param period: str [Required]#

损益表的期间。可能的值为:annual(年度)、quarterly(季度)、ttm(过去十二个月)。默认值为‘annual’。

param ticker: str [Required]#

用于获取收入报表的股票代码。