ESG Companies

ESG Companies R API Documentation

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

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)
# Optional params
opts <- list(
country = "Canada",
industry = "Retail",
ticker = "SHOP",
page_size = 100,
next_page = NULL
)
response <- ESGApi$get_esg_companies(opts)
print(response)
print(response$content)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
countryCharacter[optional]  
industryCharacter[optional]  
tickerCharacter[optional]  
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::ApiResponseESGCompanies

Properties

NameTypeDescription
companiesList of ESGCompanySummary 
companies_data_frameData FrameData frame representation of companies
next_pageCharacterThe token required to request the next page of the data. If null, no further results are available.  
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.