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
import pykrx as krx import pandas as pd
from pykrx import stock from pykrx import bond
from datetime import date, timedelta import datetime
stock.get_market_ohlcv("20240426", market="KOSPI")
KeyError: "None of [Index(['시가', '고가', '저가', '종가'], dtype='object')] are in the [columns]"
The text was updated successfully, but these errors were encountered:
최근 KRX 웹페이지가 개편됨에 따라 스크래핑 코드에 Refer 값을 추가했습니다.
모듈 업데이트 후 동작되는 것 확인했습니다.
Sorry, something went wrong.
mr-yoo
No branches or pull requests
import pykrx as krx
import pandas as pd
from pykrx import stock
from pykrx import bond
from datetime import date, timedelta
import datetime
stock.get_market_ohlcv("20240426", market="KOSPI")
KeyError: "None of [Index(['시가', '고가', '저가', '종가'], dtype='object')] are in the [columns]"
The text was updated successfully, but these errors were encountered: