Skip to content
New issue

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

fdr.DataReader('ECOS-KEYSTAT:K268') 조회 오류 #235

Open
Le2Seungyoon opened this issue Oct 25, 2024 · 0 comments
Open

fdr.DataReader('ECOS-KEYSTAT:K268') 조회 오류 #235

Le2Seungyoon opened this issue Oct 25, 2024 · 0 comments

Comments

@Le2Seungyoon
Copy link

안녕하세요!
fdr.DataReader('ECOS-KEYSTAT:K268')을 이용해서 데이터 조회 중에 에러가 발생하여 공유드립니다.

해당되는 코드와 에러메세지는 다음과 같습니다:

start_date = '2022-01-01'
end_date = '2024-10-25'
stat_id = 'K268'

df = fdr.DataReader(f'ECOS-KEYSTAT:{stat_id}', start=start_date, end=end_date)
[{'msgCd': 'BXME30012', 'msgCtnt': '데이터 엑세스 요청을 수행할 수 없습니다.', 'msgDtail': '상세메시지'}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@Le2Seungyoon and others