EBestSimpleDomesticStock

class pyqqq.brokerage.ebest.simple.EBestSimpleDomesticStock(auth: EBestAuth)[source]

Bases: object

LS(구 이베스트투자)증권 국내 주식 API 사용하여 주식 거래를 하기 위한 클래스입니다.

기존 EBestDomesticStock 클래스를 감싸고, 간단한 주문/조회 기능을 제공합니다.

auth

인증 정보

Type:

EBestAuth

__init__(auth: EBestAuth)[source]

메서드

__init__

cancel_order

주문을 취소합니다.

create_order

주문을 생성합니다.

get_account

계좌 정보를 조회합니다.

get_historical_daily_data

일봉 데이터 검색

get_pending_orders

미체결 주문을 조회합니다.

get_positions

보유 종목을 조회합니다.

get_possible_quantity

주문 가능 수량을 조회합니다.

get_price

주식 현재 가격 조회

get_price_for_multiple_stock

여러 종목의 현재 가격 조회

get_tick_data

get_today_minute_data

분봉 데이터 검색

get_today_order_history

오늘 주문 내역을 조회합니다.

listen_order_event

계좌 주문 이벤트를 수신하는 메서드

update_order

주문을 수정합니다.