FinanceData.KR

Results 26 comments of FinanceData.KR

2022-09-23 [Release Note 0.9.40](https://github.com/financedata-org/FinanceDataReader/wiki/Release-Note-0.9.40) 에서 FIX 하였습니다

데이터를 가져오는 investing.com 자체에 상당한 변화가 생겼습니다 (9/14일 인 듯 합니다) 언급하신 데이터는 모두 investing.com 에서 가져옵니다. investing.com 자체 내부 api를 사용하는 형식으로 바뀌고, api에 대한 인증을 사용하는 형식으로 변경되었네요....

2022-09-23 [Release Note 0.9.40](https://github.com/financedata-org/FinanceDataReader/wiki/Release-Note-0.9.40) 에서 FIX 하였습니다

관심과 상세한 이슈 라이징 감사합니다. 다음 업데이트에서 제공하도록 검토하겠습니다.

개별주식 종목은 Sector 와 Industry 가 부여되어 있습니다. 따라서 다음과 같이 구분이 가능할 것 같습니다. ```python df_stocks = df[~df['Sector'].isnull()] # 개별주식 df_funds = df[df['Sector'].isnull()] # 개별주식외 펀드, ETF 등 ```

상장회사와 상장종목 구분을 구분하여 listing 하도록 하였습니다. 상세한 내용을 아래 Release Note 참고하시기 바랍니다. https://github.com/financedata-org/FinanceDataReader/wiki/Release-Note-0.9.50

https://github.com/FinanceData/FinanceDataReader/issues/133 으로 정리하였습니다.

https://github.com/FinanceData/FinanceDataReader/issues/133 FIX 하였습니다

사용하신 코드와 어느 부분이 누락되었는지 알려주시면 더 도움이 되겠습니다.

https://github.com/FinanceData/FinanceDataReader/issues/133 으로 정리하였습니다.