Realtime Quote Prices by Exchange

Realtime Quote Prices by Exchange Csharp API Documentation

Returns many popular metrics for securities from a given exchange 'identifier' from multiple products conveniently in one API. Realtime stock price data requires at least one realtime product subscription (IEX, NASDAQ Basic, and/or Delayed SIP). If you are subscribed to multiple realtime stock price products, the api will return the most recent realtime stock price. Previous close price and percent change fields require both an EoD US Stock Price subscription and a realtime stock price subscription. Market_cap, price_to_earnings, and dividendyield data fields require a fundamentals subscription.

API Class:
Intrinio.SDK.Api.StockExchangeApi
Instance Method:
GetStockExchangeQuote()

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 GetStockExchangeQuoteExample
{
public static void Main()
{
Configuration.Default.AddApiKey("api_key", "YOUR_API_KEY");
Configuration.Default.AllowRetries = true;
var stockExchangeApi = new StockExchangeApi();
string identifier = "USCOMP";
var tickers = new List<string>();
string source = "delayed_sip";
bool? activeOnly = null;
ApiResponseStockExchangeQuote result = stockExchangeApi.GetStockExchangeQuote(identifier, tickers, source, activeOnly);
Console.WriteLine(JsonConvert.SerializeObject(result, Formatting.Indented));
}
}
}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
identifierstringA Stock Exchange identifier (MIC or Intrinio ID) 
tickersListThe comma-delimited list of ticker symbols to return quotes for. 
sourcestringReturn the realtime price from the specified source instead of the most recent.[optional]  
activeOnlybool?Returns prices only from the most recent trading day.[optional]  


Return Type

object
Intrinio.SDK.Model.ApiResponseStockExchangeQuote

Properties

NameTypeDescription
QuotesListThe realtime stock prices for all Securities traded on the Stock Exchange  
StockExchangeStockExchangeThe Stock Exchange resolved from the given identifier  
object
Intrinio.SDK.Model.ApiResponseSecurityQuote

Properties

NameTypeDescription
SecuritySecuritySummaryThe Security of the stock quote  
Lastdecimal?The price of the latest trade  
LastTimeDateTime?The date and time when the last trade occurred.  
SourcestringThe source of the pricing data.  
Opendecimal?The open price from the latest day of trading.  
Highdecimal?The highest price from the latest day of trading.  
Lowdecimal?The lowest price from the latest day of trading.  
ExchangeVolumedecimal?The volume of the security from the source.  
MarketVolumedecimal?The volume of the security for the entire market.  
EodFiftyTwoWeekHighdecimal?The 52 week high price.  
EodFiftyTwoWeekLowdecimal?The 52 week low price.  
Marketcapdecimal?The current market cap.  
Pricetoearningsdecimal?The current price to earnings.  
PreviousClosedecimal?The previous close price.  
PreviousCloseDateDateTime?The date of the previous close.  
Changedecimal?The difference in last price from the last close price  
ChangePercentdecimal?The percent difference in last price from the last close price  
AdjClose5DaysAgodecimal?The adjusted close price 5 days ago.  
AdjClose30DaysAgodecimal?The adjusted close price 30 days ago.  
AdjClose90DaysAgodecimal?The adjusted close price 90 days ago.  
AdjClose180DaysAgodecimal?The adjusted close price 180 days ago.  
AdjClose365DaysAgodecimal?The adjusted close price 365 days ago.  
AdjClose730DaysAgodecimal?The adjusted close price 730 days ago.  
AdjClose1825DaysAgodecimal?The adjusted close price 1825 days ago.  
AdjCloseYearToDatedecimal?The adjusted close price at the start of the calendar year.  
ChangePercent5Daysdecimal?The percent change from the adjusted price 5 days ago to now.  
ChangePercent30Daysdecimal?The percent change from the adjusted price 30 days ago to now.  
ChangePercent90Daysdecimal?The percent change from the adjusted price 90 days ago to now.  
ChangePercent180Daysdecimal?The percent change from the adjusted price 180 days ago to now.  
ChangePercent365Daysdecimal?The percent change from the adjusted price 365 days ago to now.  
ChangePercent730DaysAgodecimal?The percent change from the adjusted price 730 days ago to now.  
ChangePercent1825Daysdecimal?The percent change from the adjusted price 1825 days ago to now.  
ChangePercentYearToDatedecimal?The percent change from the adjusted price since the start of the calendar year to now.  
ExtendedHoursLastdecimal?The price of the latest trade in pre and post market trading. Might be null during normal trading  
ExtendedHoursChangedecimal?The difference in extended_hours_last price from most recent official close price  
ExtendedHoursChangePercentdecimal?The percent difference in extended_hours_last from the most recent official close price  
object
Intrinio.SDK.Model.SecuritySummary

Properties

NameTypeDescription
IdstringThe Intrinio ID for Security  
CompanyIdstringThe Intrinio ID for the Company for which the Security is issued  
ExchangestringThe exchange's MIC  
ExchangeMicstringThe security's exchange MIC  
StockExchangeIdstringThe exchange's Intrinio ID  
NamestringThe name of the Security  
CodestringA 2-3 digit code classifying the Security (reference)  
CurrencystringThe currency in which the Security is traded on the exchange  
TickerstringThe common/local ticker of the Security  
CompositeTickerstringThe country-composite ticker of the Security  
FigistringThe OpenFIGI identifier  
CompositeFigistringThe country-composite OpenFIGI identifier  
ShareClassFigistringThe global-composite OpenFIGI identifier  
PrimaryListingbool?If true, the Security is the primary issue for the company, otherwise it is a secondary issue on a secondary stock exchange  
object
Intrinio.SDK.Model.StockExchange

Properties

NameTypeDescription
IdstringThe Intrinio ID for the Stock Exchange  
NamestringThe name of the exchange  
MicstringThe Market Identifier Code (MIC) of the exchange  
AcronymstringThe acronym of the exchange's name  
CitystringThe city in which the exchange is located  
CountrystringThe country in which the exchange is located  
CountryCodestringThe 2-digit code of the exchange's country  
WebsitestringThe website of the exchange  
FirstStockPriceDateDateTime?The earliest date for which Intrinio has stock prices for the exchange  
LastStockPriceDateDateTime?The latest date for which Intrinio has stock prices for the exchange