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

특정 날짜는 조회가 이상하게 되는 버그 #232

Open
mmol93 opened this issue Sep 13, 2024 · 0 comments
Open

특정 날짜는 조회가 이상하게 되는 버그 #232

mmol93 opened this issue Sep 13, 2024 · 0 comments

Comments

@mmol93
Copy link

mmol93 commented Sep 13, 2024

예를 들면 다음과 같이 start를 8월로 입력했을 경우

Fdr.DataReader('USA/KRW', start='2024-08')

다음과 같이 7월 30일부터 결과가 나옵니다.

image

하지만 9월로 바꿀 경우 정상적으로 9월 1일부터의 데이터가 출력됩니다.

Fdr.DataReader('USA/KRW', start='2024-09')

image

참고로 '2024-08'이 아니라 '2024-08-01'로 해도 동일한 결과가 나왔습니다.

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

1 participant