Addison Lynch

Results 33 comments of Addison Lynch

This could actually be quite useful. There are a number of different endpoints (many are account-related, which can be skipped), but the following could be implemented pretty easily: ## Quotes...

Must have a TD account (requires key), but the process to gain an account isn't quite as easy as many of the other services which require auth (Quandl, etc). You...

@rohitjain00 I started an implementation but somehow lost it. One option is to start off of the pandas dev documentation: https://pandas.pydata.org/pandas-docs/version/0.25/development/contributing.html though we do not need to be nearly as...

Does the data provided seem to fit in with much of the connectors already implemented? There's a list of the current connectors in the docs [here](https://pandas-datareader.readthedocs.io/en/latest/remote_data.html). Further, is the data...

Is this a PDR error? Please provide minimal code snippet to reproduce.

I can do barchart. Looking into it.

@andreireiand depends on performance. I built the trivial quotes and historical readers, they're on my fork. Going to give this a try next.

From what I could see it looks like IQFeed is a paid subscription service. Data sources of this type are not generally integrated into PDR (I believe). I dont have...

Barchart also requires a paid subscription for all endpoints except getQuotes and getHistory. Historical data only available 6 months back. I'll make a pull for the quotes, but I'm not...

Thanks. Looks like it's an IEX issue. This method pulls from ``close`` field in the [quote](https://iexcloud.io/docs/api/#quote) endpoint, which for this security is ``null``. Do you have any other examples? I'll...