Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
krx-stock-api
Advanced tools
krx-stock-api
는 간편하게 한국거래소(KRX)의 API를 사용할 수 있는 라이브러리입니다.
라이브러리의 사용으로 발생한 문제(투자 실패 등)에 대해서는 사용자 본인에게 책임이 있습니다.
TypeScript
로 개발된 라이브러리로, 정확한 타입 정보를 얻을 수 있습니다.
Stock 데이터를 종합한 클래스입니다.
string
) : 조회시간string
) : 종목명number
) : 현재가격number
) : 전일 대비number
) : 전일 종가number
) : 거래량number
) : 거래대금number
) : 시가number
) : 고가number
) : 저가number
) : 52주 고가number
) : 52주 저가number
) : 상한가number
) : 하한가number
) : PERnumber
) : 상장 주식 수number
) : 액면가Array<dailyInformation>
) : 일자별 시세Array<InstitutionalInvestorOffer>
) : 기관 매도 상위Array<InstitutionalInvestorOffer>
) : 기관 매수 상위Array<Offer>
) : 매도 호가Array<Offer>
) : 매수 호가Array<Transaction>
) : 시간대별 체결가Market
) : KOSPI 지수Market
) : KOSDAQ 지수boolean
) : 개장 여부Market
) : KRX100 지수Market
) : KOSPI200 지수string
) : 일자number
) : 종가number
) : 전일 대비number
) : 거래량number
) : 거래대금number
) : 시가number
) : 고가number
) : 저가string
) : 기관명number
) : 거래량string
) : 지수명number
) : 지수number
) : 전일 대비number
) : 호가number
) : 잔량string
) : 시간number
) : 체결과number
) : 전일 대비number
) : 매도 호가number
) : 매수 호가number
) : 체결량import krx from 'krx-stock-api';
(async () => console.log(await krx.getStock('종목코드')))();
1.0.0
krx-stock-api
정식 버전 출시
FAQs
KRX Stock API
We found that krx-stock-api demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.