We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
trg = 'KOSPI' code_list = fdr.StockListing(trg)
이 결과로 나오는 코드중에 '57H656' 와 같은 ELW가 있습니다.
이러한 코드는
' fdr.DataReader('57H656' , '2018-01-01', '2022-04-20') '
와 같이 실행시 에러가 나옵니다.
' Symbol('57H656') not found '
http://data.krx.co.kr/ 에서 위의 코드 검색시 ( http://data.krx.co.kr/contents/MDC/MDI/mdiLoader/index.cmd?menuId=MDC0201030304 )
한국투자증권(주) 주식워런트증권 제H656호 라고 나오는데, 이 데이터는 가져 올 수 없는건가요?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
trg = 'KOSPI' code_list = fdr.StockListing(trg)
이 결과로 나오는 코드중에 '57H656' 와 같은 ELW가 있습니다.
이러한 코드는
'
fdr.DataReader('57H656' , '2018-01-01', '2022-04-20')
'
와 같이 실행시 에러가 나옵니다.
'
Symbol('57H656') not found
'
http://data.krx.co.kr/ 에서 위의 코드 검색시 ( http://data.krx.co.kr/contents/MDC/MDI/mdiLoader/index.cmd?menuId=MDC0201030304 )
한국투자증권(주) 주식워런트증권 제H656호 라고 나오는데, 이 데이터는 가져 올 수 없는건가요?
The text was updated successfully, but these errors were encountered: