ESG Company Ratings History

ESG Company Ratings History R API Documentation

API Class:
IntrinioSDK::ESGApi
Instance Method:
get_esg_company_ratings()

Stock Price Code Example

Use my API Key
client <- IntrinioSDK::ApiClient$new()
# Configure API key authorization: ApiKeyAuth
client$configuration$apiKey <- "YOUR_API_KEY"
#Configure retries
client$configuration$allowRetries <- TRUE
# Setup API with client
ESGApi <- IntrinioSDK::ESGApi$new(client)
# Required params
identifier <- "AAPL"
# Optional params
opts <- list(
page_size = 100,
next_page = NULL
)
response <- ESGApi$get_esg_company_ratings(identifier, opts)
print(response)
print(response$content)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
identifierCharacterISIN, Intrinio ID, or Ticker 
page_sizeIntegerThe number of results to return[optional] [default to 100]  
next_pageCharacterGets the next page of data from a previous API call[optional]  


Return Type

object
IntrinioSDK::ApiResponseESGCompanyRatingHistory

Properties

NameTypeDescription
ratingsList of ESGRating 
ratings_data_frameData FrameData frame representation of ratings
companyESGCompanySummary 
next_pageCharacterThe token required to request the next page of the data. If null, no further results are available.  
object
IntrinioSDK::ESGRating

Properties

NameTypeDescription
dateDateIndicates the date on which the ESG Rating was calculated.  
community_ratingNumericThe Community Category reflects a company's citizenship, charitable giving, and volunteerism. This category covers the company's human rights record and treatment of its supply chain. It also covers the environmental and social impacts of the company's products and services, and the development of sustainable products, processes and technologies.  
employee_ratingNumericThe Employees category includes disclosure of policies, programs, and performance in diversity, labor relations and labor rights. The evaluation focuses on the quality of policies and programs, compliance with national laws and regulations, and proactive management initiatives. The category includes evaluation of inclusive diversity policies, fair treatment of all employees, robust diversity (EEO-1) programs and training.  
environment_ratingNumericThe Environment category data covers a company's interactions with the environment at large, including use of natural resources. The category evaluates corporate environmental performance, compliance with environmental regulations, and mitigation of environmental footprint. It also includes leadership in addressing climate change through appropriate policies and strategies.  
governance_ratingNumericCorporate governance refers to leadership structure and the values that determine corporate direction, ethics and performance. The Governance category covers disclosure of policies and procedures, board independence and diversity, executive compensation, attention to stakeholder concerns, and evaluation of a companys culture of ethical leadership and compliance.  
object
IntrinioSDK::ESGCompanySummary

Properties

NameTypeDescription
idCharacterThe Intrinio ID of the company.  
nameCharacterThe company's common name.  
tickerCharacterThe stock market ticker symbol associated with the company's common stock security.  
isinCharacterThe company's common securities identification 12-digit alphanumeric code.  
primary_industryCharacterThe primary industry associated with the company based on their main revenue generating operations.  
countryCharacterThe country in which the company's headquarters or primary place of business is located.