Addison Lynch

Results 33 comments of Addison Lynch

@kyrofa no word from IEX. I would recommend sending them a support request.

Thanks. Perhaps it would be better to return the unadjusted values by default given the unusual behavior you pointed out. I will also add a parameter (``adjusted``) to this function.

_Initial thoughts. Going to take a more in-depth look early this week._ Looks good! What are your thoughts about allowing the user to pass the cache as an argument to...

Thanks. I haven't had much time to look at this library in a bit but I will take a look at this PR early next week.

Thanks @BrentGrammer it looks like you are correct. There are a number of test cases failing since IEX started to implement changes this week. A number of issues have come...

@BrentGrammer The same tests are still failing for me. I will take a look.

@sharonchoong those are the adjusted prices. Probably need to document this better... You can use ``stock.get_chart`` if you would like to obtain unadjusted prices (via ``uClose``, ``uOpen``, etc. fields) https://iexcloud.io/docs/api/#historical-prices

@BrentGrammer looks like the fundamentals are indeed missing fields. I created an issue in their tracker https://github.com/iexg/IEX-API/issues/1655. Also, all 3 of the fundamentals endpoints are only returning up to 3...