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

심볼 CL의 경우 "WTI유 선물 (NYMEX)"이 아닌 결과가 나옵니다 #50

Closed
everlearningemployee opened this issue Aug 22, 2020 · 1 comment

Comments

@everlearningemployee
Copy link

import FinanceDataReader as fdr
df = fdr.DataReader('CL', '2020')
tmp = df['Close'].plot()

아래 데이터가 나오는 것 같습니다
https://kr.investing.com/equities/colgate-palmo

@FinanceData
Copy link
Owner

심볼(symbol)과 거래소(exchange)가 매칭이 되도록 수정하였습니다.

서부 텍사스 중질유(WTI) 선물의 경우 ICE(대륙간거래소)에 상장되어 있습니다.
FinanceDataReader 를 업그레이드 하시고,

pip install -U finance-datareader

다음과 같이 조회하세요.

fdr.DataReader('T', '2020', exchange='ICE')

심볼(symbol)과 거래소(exchange)가 매칭에 대한 상세한 내용은
아래 Release Note를 참고하시기 바랍니다.

https://github.com/FinanceData/FinanceDataReader/wiki/Release-Note-0.9.10

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