GithubHelp home page GithubHelp logo

Comments (5)

mr-yoo avatar mr-yoo commented on August 14, 2024

문제가 재현됨을 확인했습니다.

df = get_exhaustion_rates_of_foreign_investment_by_ticker('20210118', "KOSPI")
print(df.head(3))
print(len(df))
        상장주식수    보유수량     지분율    한도수량  한도소진율
티커
003490  174209713   21129200  12.132812   87087436  24.265625
003495    1110794      16705   1.500000     555286   3.009766
015760  641964077  111057986  17.296875  256785631  43.250000

18

from pykrx.

mr-yoo avatar mr-yoo commented on August 14, 2024

typo가 있어서 항상 외국인 보유제한종목만 검색됐습니다.
입력된 세 번째 파라미터에 의해 제대로 값이 출력되도록 수정했습니다.

df = get_exhaustion_rates_of_foreign_investment_by_ticker('20210118', "KOSPI")
print(len(df))
df = get_exhaustion_rates_of_foreign_investment_by_ticker('20210118', "KOSPI", True)
print(len(df))

917
18

from pykrx.

jungwontwo2 avatar jungwontwo2 commented on August 14, 2024

지금 다시 이 코드를 돌려봐도 똑같이 18개로 뜨는 현상이 발생합니다. 다시 한번 확인 부탁드립니다

from pykrx.

mr-yoo avatar mr-yoo commented on August 14, 2024

@jungwontwo2 코드는 반영했고 pypi는 금일 저녁 release 예정입니다.

from pykrx.

mr-yoo avatar mr-yoo commented on August 14, 2024

@jungwontwo2 말씀하신 김에 v.1.0.7을 release 했습니다.
모듈 업데이트 후 확인 부탁 드립니다.

from pykrx.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.