issues
search
MinSikSon
/
idiotquant
잘해보자
Other
0
stars
1
forks
source link
[feature] krx, opendart 에서 추출한 데이터를 하나로 합치기
#14
Closed
MinSikSon
closed
3 years ago
MinSikSon
commented
3 years ago
1. 각 모듈별 특징
krx
시장 (KOSPI/KOSDAQ/KONEX/ALL) 단위
로 데이터를 뽑아옴.
현재 구현된 interface
ochlv (open, close, high, low, value) 가져오기
fundamental (DIV, BPS, PER, EPS, PBR) 가져오기
opendart
종목 단위로 데이터를 뽑아옴.
현재 구현된 interface
한 종목의 재무재표 얻어오기 (getFinancialInformation
재무재표가 존재하는 모든 종목의 재무재표 얻어오기 (getFinancialInformationAll)
2. 하고자 하는 작업 : krx, opendart 에서 추출한 데이터를 하나로 합치기
위 krx, opendart 의 interface 를 수행하여 얻은 데이터는 local 에 backup 된다. (interface/data 폴더에 backup data 가 binary 형식으로 생성)
현재는 ochlv, fundamental, financialInfomation 3 분류로 각각 저장된다.
이렇게 각각 생성된 3 분류의 데이터를 하나의 stockInformation(가칭) 이라는 binary 형식의 파일로 합쳐주는 interface 작성.
합쳐진 stockInformation 파일을 투자 정보 추출 시에 활용하게 될 것임. (sample 로 재공한 202101112229_NCAV.json 의 역할을 하게 됨)
MinSikSon
commented
3 years ago
얼마 전에 KRX webpage 리뉴얼 됨.
1. 각 모듈별 특징
krx
opendart
2. 하고자 하는 작업 : krx, opendart 에서 추출한 데이터를 하나로 합치기