5

I figured out how to get real-time ("live" - EDIT: but delayed by 15 minutes) stock data from yahoo finance ...now the question is : is it legal to put the data on my website ...I want to build a stock ticker for my website ....would it be legal to do that using the real time data that yahoo provides ?

Dylan Corriveau
  • 2,561
  • 4
  • 29
  • 36
  • Yahoo isn't always real-time, they get their quotes from other places. http://help.yahoo.com/l/us/yahoo/finance/quotes/fitadelay.html – Mitch Dempsey Sep 26 '10 at 22:17
  • "figured out how" Usually real live data streams, with 0 delay are protected by **HEAVY** security measures. I find it hard to believe you've got something that isn't at least 15 minutes delayed here. – fredley Sep 26 '10 at 22:17
  • 1
    @fredley - I think he means real-time from Yahoo... which is already delayed by 15 minutes. – Mitch Dempsey Sep 26 '10 at 22:18
  • 3
    Look at the bottom of the page, "By accessing the Yahoo! site, you agree not to redistribute the information found therein." – Jason Rowe Sep 26 '10 at 22:21
  • @Jason - Post that as an answer – Mitch Dempsey Sep 26 '10 at 22:26
  • Is this really off-topic? As a cloud programmer, I would like to know these legality issues too. If people can ask about the implications of GPL, LPGL, Apache2, etc, then someone should be able to ask this question. Why discriminate against Yahoo's legalities in favour of GPL, LGPL's? Otherwise, where could I find answers and discussions on legalities that affect me as a cloud programmer? Please, I beg, allow these questions because I need to know and if I can do a one-stop-shop for all my programming related questions rather than more frequently google all over. – Blessed Geek Sep 26 '10 at 23:13

1 Answers1

6

Look at the bottom of the Yahoo finance page, "By accessing the Yahoo! site, you agree not to redistribute the information found therein."

If they find you scraping their site they will most likely block your IP or send you a cease and desist message.

porges
  • 30,133
  • 4
  • 83
  • 114
Jason Rowe
  • 6,216
  • 1
  • 33
  • 36