get_ticker_info#

pyqqq.data.domestic.get_ticker_info(code: str) DataFrame | None[source]#

종목의 기본정보를 조회합니다.

Parameters:

code (str) – 조회할 종목의 코드

Returns:

기본정보 리스트. 데이터가 없으면 None

  • code (str, index): 종목코드

  • isin (str): 국제 증권 식별 번호

  • name (str): 이름

  • market (str): 거래소

  • type (str): 종목유형. EQUITY(일반상품), ETF, ETN

  • listing_date (str): 상장일

Return type:

pd.DataFrame|None

Examples

>>> df = get_ticker_info("032040")
>>> print(df)
        isin    name    market  type    full_name       listing_date    delisting_date
code
032040  KR7032040008    씨앤에스자산관리        KOSDAQ  EQUITY  주식회사 씨앤에스자산관리   19970123        20181011