-
Notifications
You must be signed in to change notification settings - Fork 365
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
원자재 가격을 불러올 수는 없나요? #40
Comments
관심과 제안 감사합니다. |
답변 감사합니다. https://kr.investing.com/commodities/us-wheat 위 링크에서와 같이 말씀하신 investing.com에서 원자재 가격을 제공하고 있습니다. |
us-wheat 미국 소맥 선물의 심볼은 'ZW'입니다. 다음과 같이 조회하시면 됩니다. import FinanceDataReader as fdr
fdr.DataReader('ZW', '2020')
현재 가격은 516.62 이네요. (마지막 행의 Close는 이시간 현재 가격 입니다. 거의 실시간 near real-time 입니다) |
감사합니다. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
소맥 가격을 불러오고 싶은데, CDF는 크롤링 대상에 없는 것 같습니다.
The text was updated successfully, but these errors were encountered: