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

Documentation not available #400

Closed
shru-tea opened this issue Jun 16, 2021 · 4 comments
Closed

Documentation not available #400

shru-tea opened this issue Jun 16, 2021 · 4 comments
Assignees
Labels
documentation Some package features need to be documented

Comments

@shru-tea
Copy link

The new documentation of latest version of investpy lacks proper details regarding various APIs related to funds and equities data.
It would be of great help if the document gets updated as quick as possible.
Thanks

@alvarobartt alvarobartt self-assigned this Jun 16, 2021
@alvarobartt alvarobartt added the documentation Some package features need to be documented label Jun 16, 2021
@alvarobartt alvarobartt added this to To do in investpy v1.1.0 via automation Jun 16, 2021
@alvarobartt
Copy link
Owner

Hi @shru-tea, can you provide me more information? Previously I had some extra pages specifically for stocks/equities and funds, but I removed those since the information there was somehow redundant, but I can create a new version of those for every single financial product available at Investing.com, would that work for you? 🤗

@alvarobartt alvarobartt added this to the investpy v1.0.8 milestone Jun 16, 2021
@shru-tea
Copy link
Author

Hello,
Thanks for the quick reply. I would like to give you an example if that is alright.
search_results = investpy.search_quotes(text='1nf251k01985',countries=['India'],products=['funds'])
for search in search_results: print(search) => I am getting the following information==> {id,name,symbol,country,as_json)
Now if I am using the same name which is being sent back to me using the above command(name='Bnp Paribas Long Term Equity Fund Growth') and when I am putting it in the following command, I get an error saying to check if it is correct or not.
data=investpy.get_fund_information(fund='Bnp Paribas Long Term Equity Fund Growth',country='india',as_json=True)

Another issue,
https://in.investing.com/equities/ganesha-ecosphere-ltd
We do have this data on investing but when I run the following command,
stocks=investpy.stocks.get_stock_information(stock='GANS',country='India',as_json=True)
ERR#0018: stock gans not found, check if it is correct.

Please help if there has bee any changes that the documentation does not contain yet.

@alvarobartt
Copy link
Owner

Hi @shru-tea, this issue has already been solved, now the Developer API Reference is available again! 👍

investpy v1.1.0 automation moved this from To do to Done Jun 23, 2021
@alvarobartt
Copy link
Owner

BTW @shru-tea can you report this in a new issue? Thanks!

Hello,
Thanks for the quick reply. I would like to give you an example if that is alright.
search_results = investpy.search_quotes(text='1nf251k01985',countries=['India'],products=['funds'])
for search in search_results: print(search) => I am getting the following information==> {id,name,symbol,country,as_json)
Now if I am using the same name which is being sent back to me using the above command(name='Bnp Paribas Long Term Equity Fund Growth') and when I am putting it in the following command, I get an error saying to check if it is correct or not.
data=investpy.get_fund_information(fund='Bnp Paribas Long Term Equity Fund Growth',country='india',as_json=True)

Another issue,
https://in.investing.com/equities/ganesha-ecosphere-ltd
We do have this data on investing but when I run the following command,
stocks=investpy.stocks.get_stock_information(stock='GANS',country='India',as_json=True)
ERR#18: stock gans not found, check if it is correct.

Please help if there has bee any changes that the documentation does not contain yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Some package features need to be documented
Projects
Development

No branches or pull requests

2 participants