All End of Day Index Prices

All End of Day Index Prices R API Documentation

API Class:
IntrinioSDK::IndexApi
Instance Method:
get_all_eod_index_prices()

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
IndexApi <- IntrinioSDK::IndexApi$new(client)
# Optional params
opts <- list(
page_size = 100,
start_date = NULL,
end_date = NULL
)
response <- IndexApi$get_all_eod_index_prices(opts)
print(response)
print(response$content)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
page_sizeIntegerThe number of results to return[optional] [default to 100]  
start_dateDateLimit prices to those on or after this date[optional]  
end_dateDateLimit prices to those on or before this date[optional]  


Return Type

object
IntrinioSDK::ApiResponseEodIndexPricesAll

Properties

NameTypeDescription
pricesList of EodIndexPrice 
prices_data_frameData FrameData frame representation of prices
next_pageCharacterThe token required to request the next page of the data. If null, no further results are available.  
object
IntrinioSDK::EodIndexPrice

Properties

NameTypeDescription
indexApiResponseIndexThe index  
closeNumericThe close price  
openNumericThe open price  
highNumericThe high price  
lowNumericThe low price  
volumeIntegerThe volume  
dateDateThe date of the pricing data.  
object
IntrinioSDK::ApiResponseIndex

Properties

NameTypeDescription
symbolCharacterThe index symbol  
nameCharacterThe index name