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

Barchart direct integration

Open andreireiand opened this issue 7 years ago • 6 comments

or any other reliable source of futures data (such as IQFeed, etc)

andreireiand avatar Jun 10 '18 17:06 andreireiand

I can do barchart. Looking into it.

addisonlynch avatar Jun 10 '18 22:06 addisonlynch

not sure if they do continuous future contracts - pinged them the question, but I guess not. would you also tie individual contracts together to build a longer (than 1 to 3 months) timeline? or isn't simpler to focus on IQFeed?

andreireiand avatar Jun 10 '18 23:06 andreireiand

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

addisonlynch avatar Jun 11 '18 06:06 addisonlynch

I see Barchart has "continuous" futures: Open a dashboard chart - with say, ESM18. Goto Settings -> Adjustments -> Backadjust History w/ Continuous Roll types ... that's neat.

If you plan to look @ IQFeed as well, let me know - I might be able to help.

andreireiand avatar Jun 11 '18 19:06 andreireiand

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 a sub so most likely wont be able to write a wrapper.

addisonlynch avatar Jun 11 '18 20:06 addisonlynch

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 sure if the historical would be even particularly useful given its limited time ranges.

addisonlynch avatar Jun 19 '18 01:06 addisonlynch