esg_score
Get ESG (Environmental, Social, and Governance) scores from company disclosures.
Parameters
- standard
- fmp
symbol: str | list[str]
Symbol to get data for. Multiple items allowed for provider(s): fmp.
symbol: str | list[str]
Symbol to get data for. Multiple items allowed for provider(s): fmp.
Returns
results: EsgScore
Serializable results.
provider: Optional[Literal['fmp']]
Provider name.
warnings: Optional[list[Warning_]]
list of warnings.
chart: Optional[Chart]
Chart object.
extra: dict[str, Any]
Extra info.
Data
- standard
- fmp
period_ending: date
Period ending date of the report.
disclosure_date: date | datetime | None
Date when the report was submitted.
symbol: str
Symbol representing the entity requested in the data.
cik: str | None
Central Index Key (CIK) for the requested entity.
company_name: str | None
Company name of the company.
form_type: str | None
Form type where the disclosure was made.
environmental_score: float
Environmental score of the company.
social_score: float
Social score of the company.
governance_score: float
Governance score of the company.
esg_score: float
ESG score of the company.
url: str | None
URL to the report or filing.
period_ending: date
Period ending date of the report.
disclosure_date: date | datetime | None
Date when the report was submitted.
symbol: str
Symbol representing the entity requested in the data.
cik: str | None
Central Index Key (CIK) for the requested entity.
company_name: str | None
Company name of the company.
form_type: str | None
Form type where the disclosure was made.
environmental_score: float
Environmental score of the company.
social_score: float
Social score of the company.
governance_score: float
Governance score of the company.
esg_score: float
ESG score of the company.
url: str | None
URL to the report or filing.