-
Notifications
You must be signed in to change notification settings - Fork 382
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
Getting the error for some symbols #374
Comments
Hi @guberm, thanks for spotting this issue! In this case, the issue is obviously missing data in the static CSV files, but I think that I can easily solve it by replacing the static CSV files with the Investing.com search engine for the I'll create a new branch of Thanks again for this proposal, the |
Hi @guberm! I'll be solving this in the next release import investpy
isin = 'IE00BDQZ5152'
search_result = investpy.search_quotes(text=isin, n_results=1)
indicators = search_result.retrieve_technical_indicators() |
@alvarobartt thanks, do you have an expected date for the release? |
Sure @guberm it will be later this week, so as to get notified of all the updates make sure to check the current milestone's progress, and if you want more details/insights feel free to follow me on Twitter at https://twitter.com/alvarobartt |
@alvarobartt you are the best, thanks :-) |
Hi @guberm I'm glad to inform you that this feature has already been developed in the The intended usage of this new functionality integrated with >>> import investpy
>>> data = investpy.search_quotes('bbva', products=['funds'], n_results=1)
>>> tech = data.retrieve_technical_indicators()
>>> tech
indicator signal value
0 RSI(14) buy 61.0810
1 STOCH(9,6) neutral 48.7880
2 STOCHRSI(14) overbought 100.0000
3 MACD(12,26) neutral 0.0000
4 ADX(14) overbought 100.0000
5 Williams %R overbought 0.0000
6 CCI(14) overbought 215.0252
7 ATR(14) less_volatility 0.0053
8 Highs/Lows(14) buy 0.0172
9 Ultimate Oscillator overbought 72.1490
10 ROC buy 2.2470
11 Bull/Bear Power(13) buy 0.0316 Note that the previous function Thanks for your support! 👍 |
Hi @guberm, the new release is already out! 🔥 You can already install it using either For more information about this new release, you should check investpy v1.0.7 Release 🎈 |
Python 3.9.1 (tags/v3.9.1:1e5d33e, Dec 7 2020, 17:08:21) [MSC v.1927 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
The text was updated successfully, but these errors were encountered: