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

원자재 가격을 불러올 수는 없나요? #40

Closed
meokbodizi opened this issue Apr 23, 2020 · 4 comments
Closed

원자재 가격을 불러올 수는 없나요? #40

meokbodizi opened this issue Apr 23, 2020 · 4 comments

Comments

@meokbodizi
Copy link

meokbodizi commented Apr 23, 2020

소맥 가격을 불러오고 싶은데, CDF는 크롤링 대상에 없는 것 같습니다.

  • API 유용하게 사용 중입니다. 감사합니다.
@FinanceData
Copy link
Owner

관심과 제안 감사합니다.
혹시 investing.com 에 해당 데이터가 있는지 확인해 주실 수 있을까요?
말씀하신 데이터를 볼 수 있는 사이트나 URL을 알려주시면 큰 도움이 될 것 같습니다.

@meokbodizi
Copy link
Author

답변 감사합니다.

https://kr.investing.com/commodities/us-wheat

위 링크에서와 같이 말씀하신 investing.com에서 원자재 가격을 제공하고 있습니다.

@FinanceData
Copy link
Owner

us-wheat 미국 소맥 선물의 심볼은 'ZW'입니다. 다음과 같이 조회하시면 됩니다.

import FinanceDataReader as fdr                                         
fdr.DataReader('ZW', '2020')                                            
             Close    Open    High     Low  Volume  Change
Date                                                      
             Close    Open    High     Low  Volume  Change
Date                                                      
2020-01-01  559.50  559.50  559.50  559.50     0.0  0.0002
2020-01-02  559.50  559.38  567.38  558.38     0.0  0.0000
2020-01-03  555.12  560.62  561.88  551.62     0.0 -0.0078
2020-01-06  551.00  552.25  555.12  546.88     0.0 -0.0074
2020-01-07  550.75  551.00  551.00  545.62     0.0 -0.0005
...            ...     ...     ...     ...     ...     ...
2020-05-28  514.62  505.12  518.62  503.75     0.0  0.0190
2020-05-29  521.62  514.12  522.38  511.88     0.0  0.0136
2020-05-31  520.12  520.25  520.25  520.12     0.0 -0.0029
2020-06-01  516.38  520.12  520.62  511.62     0.0 -0.0072
2020-06-02  516.62  516.75  516.75  513.50     0.0  0.0005

[127 rows x 6 columns]

현재 가격은 516.62 이네요. (마지막 행의 Close는 이시간 현재 가격 입니다. 거의 실시간 near real-time 입니다)

@meokbodizi
Copy link
Author

감사합니다.

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