pandas-datareader icon indicating copy to clipboard operation
pandas-datareader copied to clipboard

Barchart as daily datasource?

Open gliptak opened this issue 7 years ago • 11 comments

Would you like Barchart added as daily datasource?

APi key signup required at https://www.barchartondemand.com/free

Thanks

gliptak avatar Jul 10 '17 15:07 gliptak

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 .

1rocketdude avatar Jul 10 '17 22:07 1rocketdude

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

femtotrader avatar Jul 11 '17 06:07 femtotrader

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 avatar Jul 11 '17 06:07 femtotrader

@femtotrader @lanshark Would you like to contribute/pull-in the getHistory/getQuote implementation into pandas-datareader? Thanks

gliptak avatar Jul 13 '17 23:07 gliptak

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 avatar Jul 14 '17 12:07 femtotrader

@femtotrader managing multiple repos FOR a single project is generally a nightmare. Packaging up 1 thing is hard enough.

jreback avatar Jul 14 '17 14:07 jreback

@femtotrader @lanshark Would you checkin the initial Barchart implementation? Thanks

gliptak avatar Aug 02 '17 13:08 gliptak

Barchart now also has minute historical data

https://www.barchart.com/ondemand/free-market-data-api

gliptak avatar Nov 17 '17 16:11 gliptak

@femtotrader @lanshark Would you checkin the initial Barchart implementation? Thanks

gliptak avatar Feb 02 '18 17:02 gliptak

Where is it?

bashtage avatar Feb 02 '18 17:02 bashtage

Where is Google's financial data, guy?

hanshantong avatar Nov 07 '18 15:11 hanshantong