강의

멘토링

커뮤니티

Inflearn Community Q&A

snaperkim4601's profile image
snaperkim4601

asked

Data-driven stock quant investment with Python Part 1

2.6 Example related to reindex()

fdr 오류 도오ㅏ주세요 ㅠ

Written on

·

652

0

인증오류 질문

HTTPSConnectionPool(host='fchart.stock.naver.com', port=443): Max retries exceeded with url: /sise.nhn?timeframe=day&count=6000&requestType=0&symbol=005930 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x000001FA2561CC70>: Failed to establish a new connection: [WinError 10060]

 

이렇게 뜹니다 ㅠ 크롤링 할때도 똑같이 떴어서 url 옆에 verify = False 입력하여 진행하였는데, fdr 라이브러리는 너무 방대해서 어떻게 해야할지 모르겠네요 ㅜㅠ 도와주세요

pandas투자퀀트

Answer 1

0

DeepingSauce님의 프로필 이미지
DeepingSauce
Instructor

안녕하세요. 제가 모르고 질문을 skip 해버렸네요. 정말 죄송합니다. 혹시 해당 문제 아직도 갖고 계신가요? 만약 그렇다면 문제 재현을 위해 코드도 같이 첨부 부탁드립니다.

Hoon님의 프로필 이미지
Hoon
Questioner

안녕하세요 선생님! 답변 감사드립니다! 다름이 아니고 회사 보안 때문인거 같습니다. 크롤링 할때도 verify = False로 해야 진행이 되더라구요! 혹시 이부분을 FDR 에서 구현 할 수는 없나요?

DeepingSauce님의 프로필 이미지
DeepingSauce
Instructor

아 그 부분은 제가 검증할수 있는 환경도 갖추기가 어려워서 도움드리기가 어렵겠네요 ㅠ fdr 라이브러리에 직접 contribution 하는 것도 좋은 경험이 될거에요!

snaperkim4601's profile image
snaperkim4601

asked

Ask a question