pandas-datareader
pandas-datareader copied to clipboard
Barchart as daily datasource?
Would you like Barchart added as daily datasource?
APi key signup required at https://www.barchartondemand.com/free
Thanks
looks to be well documented API. Free access seems to include both historical end-of-day quotes, 15-minute delayed quotes, and option data. What's not to like?
I'll volunteer to take a crack at the options data feed. I've got a working system getting options data from yahoo, but who knows how long that will work after the latest issues.
On Mon, Jul 10, 2017 at 8:21 AM, Gábor Lipták [email protected] wrote:
Would you like Barchart added as daily datasource?
APi key signup required at https://www.barchartondemand.com/free
Thanks
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/pydata/pandas-datareader/issues/368, or mute the thread https://github.com/notifications/unsubscribe-auth/AEmxHG5_cWVvYLEf-IHalndb_DP_p04oks5sMkFpgaJpZM4OTAGe .
There is some implementations from @BlackArbsCEO see http://www.blackarbs.com/blog/how-to-get-free-intraday-stock-data-with-python-and-barcharts-ondemand-api/9/22/2015 https://gist.github.com/BlackArbsCEO/2394808dcb1f7c1bdd4e#file-free_intraday_stockdata_test_barchart_api_gist-py http://www.blackarbs.com/blog/how-to-build-a-sequential-option-scraper-with-python-and-requests/7/8/2017
There is a Pip installable project https://pypi.python.org/pypi/barchart-ondemand-client-python/0.0.4 which is a fork from @lanshark of my project https://github.com/femtotrader/barchart-ondemand-client-python -> https://github.com/lanshark/barchart-ondemand-client-python
See current status https://github.com/femtotrader/barchart-ondemand-client-python/issues/7#issuecomment-314495038
@femtotrader @lanshark Would you like to contribute/pull-in the getHistory
/getQuote
implementation into pandas-datareader
? Thanks
I'm more in favor of small repositories belonging to an organization https://github.com/pandas-datareaders for example pandas-datareader project could be a dependency for each sub project Pinging @jreback @wesm to get their opinion about this. it could help continuous integration problems.
@femtotrader managing multiple repos FOR a single project is generally a nightmare. Packaging up 1 thing is hard enough.
@femtotrader @lanshark Would you checkin the initial Barchart implementation? Thanks
Barchart now also has minute historical data
https://www.barchart.com/ondemand/free-market-data-api
@femtotrader @lanshark Would you checkin the initial Barchart implementation? Thanks
Where is it?
Where is Google's financial data, guy?