강의

멘토링

커뮤니티

Inflearn Community Q&A

lseb3974530's profile image
lseb3974530

asked

Finding Signals and Noise through Python Stock Data Collection and Analysis

FinanceDataReader 을 이용하여 ...........

Written on

·

258

1

- 미국 선물지수 Micro E-mini Dow Jones 의 일별 지수를 다운받을 수 있는 방법을 알려 주시면 감사 하겠습니다.

웹-크롤링numpypandaspythonseaborn웹 스크래핑matplotlibplotly

Answer 1

0

todaycode님의 프로필 이미지
todaycode
Instructor

안녕하세요.

해당 지수의 티커를 찾아서 불러오시면 될것 같습니다.

Micro E-mini Dow 를 질문주신게 맞을까요? 아래 문서에서 맞는 티커를 찾아보세요.

[E-mini - Wikipedia](https://en.wikipedia.org/wiki/E-mini)

fdr.DataReader("티커명") <= 이 방법으로 찾아보시면 됩니다.

lseb3974530's profile image
lseb3974530

asked

Ask a question