Top Gainers by Exchange

Top Gainers by Exchange R API Documentation

Returns securities with the highest gain percent change traded on the chosen stock exchange.

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

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)
# Required params
identifier <- "USCOMP"
# Optional params
opts <- list(
min_price = 8.14,
page_size = 100,
source = "delayed_sip"
)
response <- StockExchangeApi$get_stock_exchange_gainers(identifier, opts)
print(response)
print(response$content)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
identifierCharacterA Stock Exchange identifier (MIC or Intrinio ID) 
min_priceNumericThe minimum price filter[optional]  
page_sizeIntegerThe number of results to return[optional] [default to 100]  
sourceCharacterReturn the realtime price from the specified source instead of the most recent.[optional]  


Return Type

object
IntrinioSDK::ApiResponseStockExchangeMovers

Properties

NameTypeDescription
moversList of StockExchangeMoverThe mover security.  
movers_data_frameData FrameData frame representation of movers
stock_exchangeStockExchangeThe Stock Exchange resolved from the given identifier  
object
IntrinioSDK::StockExchangeMover

Properties

NameTypeDescription
security_idCharacterThe Intrinio Identifier for this security.  
tickerCharacterThe ticker symbol for this security.  
last_priceNumericThe last price of the last trade.  
changeNumericThe raw change in price.  
percent_changeNumericThe percent change in price.  
market_volumeNumericThe market volume for the most recent (today) trading day.  
sourceCharacterThe source of the data.  
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