ESG Companies

ESG Companies Ruby API Documentation

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

Stock Price Code Example

Use my API Key
# Load the gem
require 'intrinio-sdk'
require 'pp'
# Setup authorization
Intrinio.configure do |config|
config.api_key['api_key'] = 'YOUR_API_KEY'
config.allow_retries = true
end
eSG_api = Intrinio::ESGApi.new
opts = {
country: "Canada",
industry: "Retail",
ticker: "SHOP",
page_size: 100,
next_page: nil
}
result = eSG_api.get_esg_companies(opts)
pp result
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
countryString[optional]  
industryString[optional]  
tickerString[optional]  
page_sizeIntegerThe number of results to return[optional] [default to 100]  
next_pageStringGets the next page of data from a previous API call[optional]  

Return Type

object
Intrinio::ApiResponseESGCompanies

Properties

NameTypeDescription
companiesArray 
next_pageStringThe token required to request the next page of the data. If null, no further results are available.  
object
Intrinio::ESGCompanySummary

Properties

NameTypeDescription
idStringThe Intrinio ID of the company.  
nameStringThe company's common name.  
tickerStringThe stock market ticker symbol associated with the company's common stock security.  
isinStringThe company's common securities identification 12-digit alphanumeric code.  
primary_industryStringThe primary industry associated with the company based on their main revenue generating operations.  
countryStringThe country in which the company's headquarters or primary place of business is located.