find_ticker_info#
- pyqqq.data.domestic.find_ticker_info(name: str) DataFrame | None [source]#
종목명으로 기본정보를 조회합니다.
- Parameters:
name (str) – 조회할 종목의 이름
- Returns:
기본정보 리스트. 데이터가 없으면 None
- Return type:
pd.DataFrame|None
Examples
>>> df = find_ticker_info("삼성") >>> print(df.head()) isin name market type full_name listing_date delisting_date code 000810 KR7000810002 삼성화재 KOSPI EQUITY 삼성화재해상보험 19750630 000815 KR7000811000 삼성화재우 KOSPI EQUITY 삼성화재해상보험1우선주 19900410 001360 KR7001360007 삼성제약 KOSPI EQUITY 삼성제약 19750704 005930 KR7005930003 삼성전자 KOSPI EQUITY 삼성전자 19750611 005935 KR7005931001 삼성전자우 KOSPI EQUITY 삼성전자1우선주 19890925