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

error in function investpy.stocks.get_stock_financial_summary #213

Closed
evstas87 opened this issue Sep 10, 2020 · 2 comments
Closed

error in function investpy.stocks.get_stock_financial_summary #213

evstas87 opened this issue Sep 10, 2020 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@evstas87
Copy link

In case that value is not rounded:
for example Total Revenue 292.54 I get error ("{ValueError}invalid literal for int() with base 10: ''292.54")

path to data:
https://www.investing.com/equities/alony-hetz-ord1-financial-summary

example:
investpy.stocks.get_stock_financial_summary(stock='ALHE', country='israel',
summary_type='income_statement',
period='quarterly')

@dennislwm
Copy link

Hi, can I take this one?

@alvarobartt
Copy link
Owner

Hi @evstas87 and @dennislwm, thank you for reporting this issue!

This was already solved in #205, in order to update investpy from source please use the following command:

pip install git+https://github.com/alvarobartt/investpy.git@master

Remember to star the repo, follow me here and on Twitter at https://twitter.com/alvarobartt so as to get notified from all the updates and projects I'm working on! ⭐ :octocat:

@alvarobartt alvarobartt self-assigned this Sep 27, 2020
@alvarobartt alvarobartt added the bug Something isn't working label Sep 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants