Security History By Ticker

Security History By Ticker Csharp API Documentation

Lists the tickers a company has used over time.

API Class:
Intrinio.SDK.Api.SecurityApi
Instance Method:
GetSecurityHistoryByTicker()

Stock Price Code Example

Use my API Key
using System;
using System.Diagnostics;
using System.Collections;
using System.Collections.Generic;
using Intrinio.SDK.Api;
using Intrinio.SDK.Client;
using Intrinio.SDK.Model;
using Newtonsoft.Json;
namespace Example
{
public class GetSecurityHistoryByTickerExample
{
public static void Main()
{
Configuration.Default.AddApiKey("api_key", "YOUR_API_KEY");
Configuration.Default.AllowRetries = true;
var securityApi = new SecurityApi();
string ticker = "AAPL";
SecurityHistoryListResult result = securityApi.GetSecurityHistoryByTicker(ticker);
Console.WriteLine(JsonConvert.SerializeObject(result, Formatting.Indented));
}
}
}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
tickerstringA Security ticker symbol 


Return Type

object
Intrinio.SDK.Model.SecurityHistoryListResult

Properties

NameTypeDescription
SecuritiesListArray of security ticker history.  
object
Intrinio.SDK.Model.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  
FirstPriceDateDateTime?The date of the first recorded stock price  
LastPriceDateDateTime?The date of the last recorded stock price (or the most recent trading day)