-
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
function: investpy.technical - add 1 minute interval #277
Comments
Hi @SladeSantos! 🤗 I can add it if it's available at Investing.com, so could you share the URL where I can check that it's available? Once I check that, if Investing.com provides that information, including it in BTW give it a look at ta which is a project from @bukosabino, you may like it if you are interested on technical indicators and technical analysis. 👍🏻 |
Follow the link: https://www.investing.com/currencies/eur-nzd-technical In any currency pair there is the option of technical analysis for the interval of 1min, 5min, 15min ... In this case, in the API we only haven't the option of 1min. |
Ok thanks @SladeSantos I will include this tomorrow as well as the tests so that you can start using this from the source version. I will give you more details tomorrow regarding the installation from source, so that you can just follow those steps! 👍🏻 |
Right friend, Thanks for listening! |
investpy -> utils -> constant.py INTERVAL_FILTERS = { Insert '1min' : 60, |
Sorry for the delay, will be tackling this today! 👍🏻 I'll generate an updated version of investpy 🔥 |
Hi @fp-repo! The new investpy release is out! 🔥 To install it please use the following command:
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! ⭐ |
Good Morning!
Friend, would you add the 1 minute interval in the function: investpy.technical.moving_averages (name = 'EUR / USD', country = None, product_type = 'currency_cross', interval = '5mins')?
The text was updated successfully, but these errors were encountered: