Security History By Identifier

Security History By Identifier Javascript API Documentation

Lists the tickers a company has used over time.

API Class:
SecurityApi
Instance Method:
getSecurityHistoryByIdentifier()

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 security = new intrinioSDK.SecurityApi();
var identifier = "037833100";
security.getSecurityHistoryByIdentifier(identifier).then(function(data) {
data = JSON.stringify(data, null, 2)
console.log(data);
}, function(error) {
console.error(error);
});
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
identifierStringA Security identifier (FIGI, COMPOSITE FIGI, SHARE CLASS FIGI, ISIN, CUSIP, Intrinio ID) 


Return Type

object
SecurityHistoryListResult

Properties

NameTypeDescription
securities[SecurityHistory]Array of security ticker history.  
object
SecurityHistory

Properties

NameTypeDescription
idStringThe Intrinio ID for the Security  
tickerStringThe common ticker  
nameStringThe name of the Security  
securityCodeStringA 2-3 digit code classifying the Security (reference)  
figiStringThe exchange-level OpenFIGI identifier  
compositeFigiStringThe country-composite OpenFIGI identifier  
firstPriceDateDateThe date of the first recorded stock price  
lastPriceDateDateThe date of the last recorded stock price (or the most recent trading day)