pydata / pandas-datareader

Extract data from a wide range of Internet sources into a pandas DataFrame.
https://pydata.github.io/pandas-datareader/stable/index.html
Other
2.87k stars 676 forks source link

Barchart as daily datasource? #368

Open gliptak opened 6 years ago

gliptak commented 6 years ago

Would you like Barchart added as daily datasource?

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

Thanks

1rocketdude commented 6 years ago

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 notifications@github.com 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 .

femtotrader commented 6 years ago

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

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

gliptak commented 6 years ago

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

femtotrader commented 6 years ago

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.

jreback commented 6 years ago

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

gliptak commented 6 years ago

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

gliptak commented 6 years ago

Barchart now also has minute historical data

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

gliptak commented 6 years ago

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

bashtage commented 6 years ago

Where is it?

hanshantong commented 5 years ago

Where is Google's financial data, guy?