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

Period is up to 2 years 에러가 여전히 발생합니다. #237

Open
augustparkjy opened this issue Nov 30, 2024 · 1 comment
Open

Period is up to 2 years 에러가 여전히 발생합니다. #237

augustparkjy opened this issue Nov 30, 2024 · 1 comment

Comments

@augustparkjy
Copy link

image

예 ) fdr.DataReader('KRX:460850')

#213 에서 제기되었던 이슈가 여전히 발생하고 있습니다.
캡처처럼 동일한 명령에 정상적으로 응답할 때가 있고 에러가 발생할 때도 있네요.

@FinanceData
Copy link
Owner

여러 차례 연속으로 수행해 보았습니다만, 재현이 안되네요.
네트워크 상황에 따른 일시적인 문제인 듯 합니다.

In [16]: fdr.DataReader('KRX:460850')
Out[16]:
             Open   High    Low  Close    Volume  Change  UpDown  Comp        Amount        MarCap    Shares
Date
2023-06-16  17200  20200  14140  17570  14710644  0.0215       1   370  261510101550  525319385920  29898656
2023-06-19  18790  18990  16150  16220   4184810 -0.0768       2 -1350   74372848310  484956200320  29898656
2023-06-20  15820  16580  14440  14440   1674364 -0.1097       2 -1780   25231484270  431736592640  29898656
2023-06-21  14460  14880  13170  13180   1025586 -0.0873       2 -1260   14081455970  394064286080  29898656
2023-06-22  12840  12890  11620  11620    959398 -0.1184       2 -1560   11710263360  347422382720  29898656
...           ...    ...    ...    ...       ...     ...     ...   ...           ...           ...       ...
2025-02-07   6170   6170   6050   6130     64055 -0.0081       2   -50     390366490  183278761280  29898656
2025-02-10   6090   6170   5900   6160    202734  0.0049       1    30    1225377210  184175720960  29898656
2025-02-11   6180   6260   6140   6260    161749  0.0162       1   100    1001645870  187165586560  29898656
2025-02-12   6260   6310   6200   6300     71763  0.0064       1    40     450758560  188361532800  29898656
2025-02-13   6270   6640   6260   6600    163689  0.0476       1   300    1064189080  197331129600  29898656

[404 rows x 11 columns]

In [17]: fdr.DataReader('KRX:460850')
Out[17]:
             Open   High    Low  Close    Volume  Change  UpDown  Comp        Amount        MarCap    Shares
Date
2023-06-16  17200  20200  14140  17570  14710644  0.0215       1   370  261510101550  525319385920  29898656
2023-06-19  18790  18990  16150  16220   4184810 -0.0768       2 -1350   74372848310  484956200320  29898656
2023-06-20  15820  16580  14440  14440   1674364 -0.1097       2 -1780   25231484270  431736592640  29898656
2023-06-21  14460  14880  13170  13180   1025586 -0.0873       2 -1260   14081455970  394064286080  29898656
2023-06-22  12840  12890  11620  11620    959398 -0.1184       2 -1560   11710263360  347422382720  29898656
...           ...    ...    ...    ...       ...     ...     ...   ...           ...           ...       ...
2025-02-07   6170   6170   6050   6130     64055 -0.0081       2   -50     390366490  183278761280  29898656
2025-02-10   6090   6170   5900   6160    202734  0.0049       1    30    1225377210  184175720960  29898656
2025-02-11   6180   6260   6140   6260    161749  0.0162       1   100    1001645870  187165586560  29898656
2025-02-12   6260   6310   6200   6300     71763  0.0064       1    40     450758560  188361532800  29898656
2025-02-13   6270   6640   6260   6600    163689  0.0476       1   300    1064189080  197331129600  29898656

[404 rows x 11 columns]

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