Lookup Stock Exchange

Lookup Stock Exchange Python API Documentation

Returns the Stock Exchange with the given `identifier`

API Class:
StockExchangeApi
Instance Method:
get_stock_exchange_by_id()

Stock Price Code Example

Use my API Key
from __future__ import print_function
import time
import intrinio_sdk as intrinio
from intrinio_sdk.rest import ApiException
intrinio.ApiClient().set_api_key('YOUR_API_KEY')
intrinio.ApiClient().allow_retries(True)
identifier = 'USCOMP'
response = intrinio.StockExchangeApi().get_stock_exchange_by_id(identifier)
print(response)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
identifierstrA Stock Exchange identifier (MIC or Intrinio ID) 


Return Type

object
StockExchange

Properties

NameTypeDescription
idstrThe Intrinio ID for the Stock Exchange  
namestrThe name of the exchange  
micstrThe Market Identifier Code (MIC) of the exchange  
acronymstrThe acronym of the exchange's name  
citystrThe city in which the exchange is located  
countrystrThe country in which the exchange is located  
country_codestrThe 2-digit code of the exchange's country  
websitestrThe website of the exchange  
first_stock_price_datedateThe earliest date for which Intrinio has stock prices for the exchange  
last_stock_price_datedateThe latest date for which Intrinio has stock prices for the exchange