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

How to access technical indicators #275

Open
nyaroh opened this issue Mar 22, 2022 · 2 comments
Open

How to access technical indicators #275

nyaroh opened this issue Mar 22, 2022 · 2 comments

Comments

@nyaroh
Copy link

nyaroh commented Mar 22, 2022

Summary (include Python version)

The API provides the ability to query technical indicators https://iexcloud.io/docs/api/#technical-indicators
This functionality appears to be missing from iexfinance. Any plans for adding a method to query this in future? if not, then any pointers on what is the starting point in code where I can build one ?

Date/time of issue

Expected behavior

Actual behavior

@NexVeridian
Copy link

iexfinance should output to pandas format using
output_format="pandas"
then you should be able to use this https://github.com/twopirllc/pandas-ta

@scottypate
Copy link

scottypate commented Jul 28, 2022

I would like to use this package to access technical indicators as well. I am going to open a PR to add that functionality.

@addisonlynch are you open to contributions on this repo?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants