Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional Info #26

Closed
myeongjong-kim opened this issue Sep 22, 2020 · 1 comment
Closed

Additional Info #26

myeongjong-kim opened this issue Sep 22, 2020 · 1 comment
Assignees
Labels
duplicate This issue or pull request already exists

Comments

@myeongjong-kim
Copy link

myeongjong-kim commented Sep 22, 2020

Thank you for your help.
My code still doesn't work.

1 def saveMarketCapDaily(targetDayStr):
2 targetDayStr="20200917"
3 print(stock.get_market_ticker_list("20200921"))
4 dfTargetDay = stock.get_market_cap_by_ticker(targetDayStr)
5 if (dfTargetDay.empty):
6 print('targetDay empty. day: ' + targetDayStr)
7 return -1
..

  • line 3 shows empty list.
  • dfTargetDay is empty. (with any date)

Environment

  • Requirement already up-to-date: pykrx in c:\users\proje\appdata\local\programs\python\python38-32\lib\site-packages (0.1.41)
  • Python 3.8.5 (32/64bit neither work)
@mr-yoo mr-yoo self-assigned this Sep 22, 2020
@mr-yoo mr-yoo added the duplicate This issue or pull request already exists label Sep 22, 2020
@mr-yoo
Copy link
Collaborator

mr-yoo commented Sep 22, 2020

Duplicate of #25

@mr-yoo mr-yoo marked this as a duplicate of #25 Sep 22, 2020
@mr-yoo mr-yoo closed this as completed Nov 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants