addisonlynch / iexfinance

Python SDK for IEX Cloud
https://addisonlynch.github.io/iexfinance
Apache License 2.0
650 stars 136 forks source link

How to access technical indicators #275

Open rnayaksec opened 2 years ago

rnayaksec commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

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?