4 messages in com.googlegroups.google-finance-apis[Google Finance APIs] Re: what is pos...
FromSent OnAttachments
docchangApr 28, 2009 4:01 pm 
Nitin SawantMay 20, 2009 12:02 am 
JoeMay 20, 2009 11:46 am 
Nitin SawantMay 23, 2009 3:28 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[Google Finance APIs] Re: what is possible?Actions...
From:Nitin Sawant (niti@gmail.com)
Date:May 20, 2009 12:02:22 am
List:com.googlegroups.google-finance-apis

ya, its possible,

I'm working on that but i'm stuck in between as In javascript I'm unable to replace the newline char with comma in the csv file which is returned by google finance.

http://finance.google.com/finance/historical?q=GOOG&startdate=May+1%2C+2009&enddate=May+5%2C+2009&start=225&num=25&output=csv

csvString=csvString.replace("\n",",");

help needed,

On Apr 29, 4:01 am, docchang <doc.@gmail.com> wrote:

I want to use the stock historical data on my website with some other calculation and display it like google finance chart. I want to educate people on some concept and provide additional information on the given stock.

Is this possible to do?