강의

멘토링

로드맵

Inflearn Community Q&A

hsw0614dmz2438's profile image
hsw0614dmz2438

asked

Building an automated stock analysis system without writing a single line of code feat. Claude CLI

📊 1-3: Chart Data Collection

네이버증권 크롤링 ->한국투자증권 api

Resolved

Written on

·

63

0

 

  1. 증권사 api가 아닌 네이버증권 크롤링 하는 이유가 따로 있으신가요?

  2. 증권사 api로 데이터를 가져오는 강의도 따로 계획있으신가요?

  3. 둘 중 어떤 방법이 관리하기 쉽고 효율적인가요?

감사합니다.

pythonflasknext.js인공지능(ai)

Quiz

Which file is used to define and apply 'noise' when filtering stock data?

main.py

collector.py

model.py

config.py

Answer 1

0

skysungsisi0926님의 프로필 이미지
skysungsisi0926
Instructor

KRX 및 증권사 API도 충분히 가능하지만 호출 횟수에 제한이 있고 강의를 진행하기에는 현재 방식이 쉬운 방법으로 진행했습니다. 추후에 말씀하신 방법들은 추가 될 수 있습니다.

hsw0614dmz2438's profile image
hsw0614dmz2438

asked

Ask a question