Skip to main content

Latest Financial Reports


Implementation details

Class names

Model nameParameters classData class
LatestFinancialReportsLatestFinancialReportsQueryParamsLatestFinancialReportsData

Import Statement

from openbb_core.provider.standard_models.latest_financial_reports import (
LatestFinancialReportsData,
LatestFinancialReportsQueryParams,
)

Parameters

Data

filing_date: date

The date of the filing.

period_ending: date

Report for the period ending.

symbol: str

Symbol representing the entity requested in the data.

name: str

Name of the company.

cik: str

Central Index Key (CIK) for the requested entity.

sic: str

Standard Industrial Classification code.

report_type: str

Type of filing.

description: str

Description of the report.

url: str

URL to the filing page.