Yahoo Stock Quotes in Go
11–20 of 23 posts
Re: Yahoo Stock Quotes in Go
#12Does anyone know of any true market data sources that are not delayed, free and open for commercial use?
I was looking into this recently. Here's what looks to be the canonical Stack Overflow post on the subject: http://stackoverflow.com/questions/10040954/alternative-to-g... Questions of this nature seem to usually end up pointing to Yahoo's API. I saw elsewhere (can't locate source at moment) quotes ranging in the $10,000's a month range for real-time data. I'm sure someone on here could provide a more accurate figure…
That sounds excessive. You basically either subscribe to individual exchanges or a consolidated feed from a 3rd party that typically incorporates multiple venues.
For applications that need something professional and reliable, but don't need direct exchange connections (i.e. can deal with ~1-200ms latency), I recommend IQfeed [1]. Depending on exchanges, cost is probably around $100/month
Source: I've been using them for fully automated trading for a couple of years
Re: Yahoo Stock Quotes in Go
#13Does anyone know of any true market data sources that are not delayed, free and open for commercial use?
Interactive Brokers has a very robust API, and market data fees are $10/month or free if you spend more than $30 on commissions. (I'm not affiliated, but I've used their services before and have been happy)
IB's API is anything but robust. It is inconsistent, poorly documented, and IB have a history of changing it without notice.
It also requires all communication runs through their client side Java GUI app, which is also prone to a variety of problems.
That said, IB are a very good low cost broker with amazing product breadth. But I would suggest caution if using their data API for anything remotely serious.
Re: Yahoo Stock Quotes in Go
#14Is this just a Go Wrapper for the Yahoo Finance API?
Re: Yahoo Stock Quotes in Go
#15I never thought it'd be useful for anyone, but well, I guess it can :P
Re: Yahoo Stock Quotes in Go
#16Does anyone know of any true market data sources that are not delayed, free and open for commercial use?
Interactive Brokers has a very robust API, and market data fees are $10/month or free if you spend more than $30 on commissions. (I'm not affiliated, but I've used their services before and have been happy)
Re: Yahoo Stock Quotes in Go
#17Earlier quoted context omitted.
Interactive Brokers has a very robust API, and market data fees are $10/month or free if you spend more than $30 on commissions. (I'm not affiliated, but I've used their services before and have been happy)
>Interactive Brokers has a very robust API IB's API is anything but robust. It is inconsistent, poorly documented, and IB have a history of changing it without notice. It also requires all communication runs through their client side Java GUI app, which is also prone to a variety of problems. That said, IB are a very good low cost broker with amazing product breadth. But I would suggest caution if using their data AP…
Re: Yahoo Stock Quotes in Go
#18I wrote something similar in Go about one year ago for my IRC bot. I never thought it'd be useful for anyone, but well, I guess it can :P
Re: Yahoo Stock Quotes in Go
#19Of course.
> Yeah, but have you seen sample code using a json API.... * IN GO!?!? *
(mindblown)
http://i.huffpost.com/gen/1025913/images/o-JON-STEWART-WEED-...
Re: Yahoo Stock Quotes in Go
#20Unrelated, but is Google Finance never going to get updated?