Skip to main content

Esg Score


Implementation details

Class names

Model nameParameters classData class
EsgScoreEsgScoreQueryParamsEsgScoreData

Import Statement

from openbb_core.provider.standard_models.esg_score import (
EsgScoreData,
EsgScoreQueryParams,
)

Parameters

symbol: str | list[str]
Symbol to get data for. Multiple items allowed for provider(s): fmp.

Data

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.