Security History By Identifier

Security History By Identifier Java 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
import com.intrinio.api.*;
import com.intrinio.models.*;
import com.intrinio.invoker.*;
import com.intrinio.invoker.auth.*;
import org.threeten.bp.*;
import java.math.BigDecimal;
import java.util.*;
public class Main {
public static void main(String[] args) throws Exception {
ApiClient defaultClient = Configuration.getDefaultApiClient();
ApiKeyAuth auth = (ApiKeyAuth) defaultClient.getAuthentication("ApiKeyAuth");
auth.setApiKey("YOUR_API_KEY");
defaultClient.setAllowRetries(true);
SecurityApi securityApi = new SecurityApi();
String identifier = "037833100";
SecurityHistoryListResult result = securityApi.getSecurityHistoryByIdentifier(identifier);
System.out.println(result);
}
}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

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


Return Type

object
SecurityHistoryListResult

Properties

NameTypeDescription
securitiesListArray 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  
firstPriceDateLocalDateThe date of the first recorded stock price  
lastPriceDateLocalDateThe date of the last recorded stock price (or the most recent trading day)