FinanceData / FinanceDataReader

Financial data reader
1.15k stars 363 forks source link

상품선물 COMEX 가격 데이터 이상 #131

Open tyolee opened 2 years ago

tyolee commented 2 years ago

GC, SI, HG 가격 데이터를 가져와서 분석하다가 이상해서 보니까

COMEX에서 나오는 일별 데이터와 완전 다른 값들이 들어오고 있네요...

혹시 어떤부분이 잘못되었는지, 아니면 확인할 수 있는 사이트는 어디인지 알고싶습니다.

FinanceData commented 3 months ago

INVESTING 데이터를 사용하려고 하시면 다음과 같이 사용해보세요.

import FinanceDataReader as fdr

fdr.DataReader('GC', '2023')
fdr.DataReader('SI', '2023')
fdr.DataReader('HG ', '2023')