get_asset_list#

EBestDomesticStock.get_asset_list(market_type: str = '0') list[source]#

([주식]기타) 주식종목조회 API용 (t8436)

Parameters:

market_type (str) – 시장유형 (0:전체 1:코스피 2:코스닥)

Returns:

  • rsp_cd (str): 응답코드

  • rsp_msg (str): 응답메시지

  • output (list): 주식 종목 리스트

    • hname (str): 종목명

    • shcode (str): 단축코드

    • expcode (str): 확장코드

    • etfgubun (str): ETF구분 (0:일반 1:ETF 2:ETN)

    • uplmtprice (float): 상한가

    • dnlmtprice (float): 하한가

    • jnilclose (float): 전일종가

    • memedan (float): 주문수량단위

    • recprice (int): 기준가

    • gubun (str): 구분 (1:코스피 2:코스닥)

    • bu12gubun (str): 12월결산월

    • spac_gubun (str): 기업인수목적회사여부 (Y:기업인수목적회사)

    • filler (str): filler

Return type:

dict