All Stock Exchanges

All Stock Exchanges R API Documentation

Returns all Stock Exchanges matching the specified parameters

API Class:
IntrinioSDK::StockExchangeApi
Instance Method:
get_all_stock_exchanges()

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
StockExchangeApi <- IntrinioSDK::StockExchangeApi$new(client)
# Optional params
opts <- list(
city = "New York",
country = "UNITED STATES OF AMERICA",
country_code = "US",
page_size = 100
)
response <- StockExchangeApi$get_all_stock_exchanges(opts)
print(response)
print(response$content)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
cityCharacterFilter by city[optional]  
countryCharacterFilter by country[optional]  
country_codeCharacterFilter by ISO country code[optional]  
page_sizeIntegerThe number of results to return[optional] [default to 100]  


Return Type

object
IntrinioSDK::ApiResponseStockExchanges

Properties

NameTypeDescription
stock_exchangesList of StockExchange 
stock_exchanges_data_frameData FrameData frame representation of stock_exchanges
next_pageCharacterThe token required to request the next page of the data. If null, no further results are available.  
object
IntrinioSDK::StockExchange

Properties

NameTypeDescription
idCharacterThe Intrinio ID for the Stock Exchange  
nameCharacterThe name of the exchange  
micCharacterThe Market Identifier Code (MIC) of the exchange  
acronymCharacterThe acronym of the exchange's name  
cityCharacterThe city in which the exchange is located  
countryCharacterThe country in which the exchange is located  
country_codeCharacterThe 2-digit code of the exchange's country  
websiteCharacterThe website of the exchange  
first_stock_price_dateDateThe earliest date for which Intrinio has stock prices for the exchange  
last_stock_price_dateDateThe latest date for which Intrinio has stock prices for the exchange