Search Stock Market Indices

Search Stock Market Indices Javascript API Documentation

Searches for indices using the text in `query`

API Class:
IndexApi
Instance Method:
searchStockMarketsIndices()

Stock Price Code Example

Use my API Key
var intrinioSDK = require('intrinio-sdk');
intrinioSDK.ApiClient.instance.authentications['ApiKeyAuth'].apiKey = "YOUR_API_KEY";
intrinioSDK.ApiClient.instance.enableRetries = true;
var index = new intrinioSDK.IndexApi();
var query = "dow";
var opts = {
'pageSize': 100
};
index.searchStockMarketsIndices(query, opts).then(function(data) {
data = JSON.stringify(data, null, 2)
console.log(data);
}, function(error) {
console.error(error);
});
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
queryStringSearch query 
pageSizeNumberThe number of results to return[optional] [default to 100]  


Return Type

object
ApiResponseStockMarketIndicesSearch

Properties

NameTypeDescription
indices[StockMarketIndexSummary] 
object
StockMarketIndexSummary

Properties

NameTypeDescription
idStringIntrinio ID for the Index  
symbolStringThe symbol used to identify the Index  
nameStringThe name of the Index  
continentStringThe continent of the country of focus for the Index  
countryStringThe country of focus for the Index  
updateFrequencyStringHow often the Index is updated  
lastUpdatedDateWhen the Index was updated last  
observationStartDateThe earliest date for which data is available  
observationEndDateThe latest date for which data is available