All End of Day Index Prices

All End of Day Index Prices Java API Documentation

API Class:
IndexApi
Instance Method:
getAllEodIndexPrices()

Stock Price Code Example

Use my API Key
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
pageSizeIntegerThe number of results to return[optional] [default to 100]  
startDateLocalDateLimit prices to those on or after this date[optional]  
endDateLocalDateLimit prices to those on or before this date[optional]  


Return Type

object
ApiResponseEodIndexPricesAll

Properties

NameTypeDescription
pricesList<EodIndexPrice> 
nextPageStringThe token required to request the next page of the data. If null, no further results are available.  
object
EodIndexPrice

Properties

NameTypeDescription
indexApiResponseIndexThe index  
closeBigDecimalThe close price  
openBigDecimalThe open price  
highBigDecimalThe high price  
lowBigDecimalThe low price  
volumeIntegerThe volume  
dateLocalDateThe date of the pricing data.  
object
ApiResponseIndex

Properties

NameTypeDescription
symbolStringThe index symbol  
nameStringThe index name