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
예를 들면 다음과 같이 start를 8월로 입력했을 경우
Fdr.DataReader('USA/KRW', start='2024-08')
다음과 같이 7월 30일부터 결과가 나옵니다.
하지만 9월로 바꿀 경우 정상적으로 9월 1일부터의 데이터가 출력됩니다.
Fdr.DataReader('USA/KRW', start='2024-09')
참고로 '2024-08'이 아니라 '2024-08-01'로 해도 동일한 결과가 나왔습니다.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
예를 들면 다음과 같이 start를 8월로 입력했을 경우
Fdr.DataReader('USA/KRW', start='2024-08')
다음과 같이 7월 30일부터 결과가 나옵니다.
하지만 9월로 바꿀 경우 정상적으로 9월 1일부터의 데이터가 출력됩니다.
Fdr.DataReader('USA/KRW', start='2024-09')
참고로 '2024-08'이 아니라 '2024-08-01'로 해도 동일한 결과가 나왔습니다.
The text was updated successfully, but these errors were encountered: