| View previous topic :: View next topic |
| Author |
Message |
Eugene V. Goldberg Guest
|
Posted: Mon May 17, 2004 7:03 am Post subject: getting stock quotes from Delphi app |
|
|
Hello,
I am going to roll out a small application to retrieve stock prices
from some free site....I need prices to be updated quite often,
so need the site which does the same...
Anyone can recommend a good site to deal with?
Thanx,
Eugene.
|
|
| Back to top |
|
 |
Lauchlan M Guest
|
Posted: Mon May 17, 2004 9:42 am Post subject: Re: getting stock quotes from Delphi app |
|
|
| Quote: | I am going to roll out a small application to retrieve stock prices
from some free site....I need prices to be updated quite often,
so need the site which does the same...
Anyone can recommend a good site to deal with?
|
I haven't got anything to say about which site, but how are you planning to
do it?
You could use web services, or use something to extract the info from the
actual online html pages. The latter is more vulnerable to changes in the
page format and layout, and might be more work to parse properly.
I just mention this because your decision on this might influence what kind
of sites you need to look for.
HTH,
Lauchlan M
|
|
| Back to top |
|
 |
Eugene V. Goldberg Guest
|
Posted: Mon May 17, 2004 9:43 am Post subject: Re: getting stock quotes from Delphi app |
|
|
if there are sites which offers web services, i would prefer those for
sure....
"Lauchlan M" <LMackinnon (AT) NOSPAMHotmail (DOT) com> wrote
| Quote: | I am going to roll out a small application to retrieve stock prices
from some free site....I need prices to be updated quite often,
so need the site which does the same...
Anyone can recommend a good site to deal with?
I haven't got anything to say about which site, but how are you planning
to
do it?
You could use web services, or use something to extract the info from the
actual online html pages. The latter is more vulnerable to changes in the
page format and layout, and might be more work to parse properly.
I just mention this because your decision on this might influence what
kind
of sites you need to look for.
HTH,
Lauchlan M
|
|
|
| Back to top |
|
 |
Daniel Mauric Guest
|
Posted: Mon May 17, 2004 10:15 am Post subject: Re: getting stock quotes from Delphi app |
|
|
| Quote: | if there are sites which offers web services, i would prefer those for
sure....
|
Look at http://www.xmethods.org for the listing of web services.
Regards,
Danny
|
|
| Back to top |
|
 |
Hannes Danzl[NDD] Guest
|
Posted: Mon May 17, 2004 11:17 am Post subject: Re: getting stock quotes from Delphi app |
|
|
Yahoo quotes
http://finance.yahoo.com/p?v&k=pf_1
--
Hannes Danzl [NexusDB Developer]
Newsgroup archive at http://www.tamaracka.com/search.htm
"Eugene V. Goldberg" <egold (AT) mts-nn (DOT) ru> wrote
| Quote: | Hello,
I am going to roll out a small application to retrieve stock prices
from some free site....I need prices to be updated quite often,
so need the site which does the same...
Anyone can recommend a good site to deal with?
Thanx,
Eugene.
|
|
|
| Back to top |
|
 |
Eugene V. Goldberg Guest
|
Posted: Mon May 17, 2004 11:31 am Post subject: Re: getting stock quotes from Delphi app |
|
|
do you know how often they update the data?
"Hannes Danzl[NDD]" <hannes (AT) nexusdb (DOT) dbnexus.com> wrote
| Quote: | Yahoo quotes
http://finance.yahoo.com/p?v&k=pf_1
--
Hannes Danzl [NexusDB Developer]
Newsgroup archive at http://www.tamaracka.com/search.htm
"Eugene V. Goldberg" <egold (AT) mts-nn (DOT) ru> wrote in message
news:40a863ce (AT) newsgroups (DOT) borland.com...
Hello,
I am going to roll out a small application to retrieve stock prices
from some free site....I need prices to be updated quite often,
so need the site which does the same...
Anyone can recommend a good site to deal with?
Thanx,
Eugene.
|
|
|
| Back to top |
|
 |
Hannes Danzl[NDD] Guest
|
Posted: Mon May 17, 2004 12:45 pm Post subject: Re: getting stock quotes from Delphi app |
|
|
asfaik they are updated every 5 minutes or so.
*but* of course they are 15 or 20 minutes delayed. i don't think you'll find a
free realtime stream. these are multi-thousand dollar services normally
--
Hannes Danzl [NexusDB Developer]
Newsgroup archive at http://www.tamaracka.com/search.htm
"Eugene V. Goldberg" <egold (AT) mts-nn (DOT) ru> wrote
| Quote: | do you know how often they update the data?
"Hannes Danzl[NDD]" <hannes (AT) nexusdb (DOT) dbnexus.com> wrote in message
news:40a89faa$1 (AT) newsgroups (DOT) borland.com...
Yahoo quotes
http://finance.yahoo.com/p?v&k=pf_1
--
Hannes Danzl [NexusDB Developer]
Newsgroup archive at http://www.tamaracka.com/search.htm
"Eugene V. Goldberg" <egold (AT) mts-nn (DOT) ru> wrote in message
news:40a863ce (AT) newsgroups (DOT) borland.com...
Hello,
I am going to roll out a small application to retrieve stock prices
from some free site....I need prices to be updated quite often,
so need the site which does the same...
Anyone can recommend a good site to deal with?
Thanx,
Eugene.
|
|
|
| Back to top |
|
 |
Trevor de Koekkoek Guest
|
Posted: Mon May 17, 2004 3:25 pm Post subject: Re: getting stock quotes from Delphi app |
|
|
You could use the ESQuotes.dll that is used to get stock quotes into Excel
spreadsheets. I've used it to such quotes into a Delphi app. In fact I'm
writing a Delphi interface to the DLL. If your'e interested in the Delphi
interface let me know and I'll speed up the work. I've been slack on it
lately.
Check it out and tell Jerry I sent you: http://www.esquotes.dll
Cheers,
Trevor
"Eugene V. Goldberg" <egold (AT) mts-nn (DOT) ru> wrote
| Quote: | Hello,
I am going to roll out a small application to retrieve stock prices
from some free site....I need prices to be updated quite often,
so need the site which does the same...
Anyone can recommend a good site to deal with?
Thanx,
Eugene.
|
|
|
| Back to top |
|
 |
Trevor de Koekkoek Guest
|
Posted: Mon May 17, 2004 3:38 pm Post subject: Re: getting stock quotes from Delphi app |
|
|
Sorry. Link is: http://www.esquotes.com/
"Trevor de Koekkoek" <trevor (AT) aspevia (DOT) com> wrote
| Quote: | You could use the ESQuotes.dll that is used to get stock quotes into Excel
spreadsheets. I've used it to such quotes into a Delphi app. In fact I'm
writing a Delphi interface to the DLL. If your'e interested in the Delphi
interface let me know and I'll speed up the work. I've been slack on it
lately.
Check it out and tell Jerry I sent you: http://www.esquotes.dll
Cheers,
Trevor
"Eugene V. Goldberg" <egold (AT) mts-nn (DOT) ru> wrote in message
news:40a863ce (AT) newsgroups (DOT) borland.com...
Hello,
I am going to roll out a small application to retrieve stock prices
from some free site....I need prices to be updated quite often,
so need the site which does the same...
Anyone can recommend a good site to deal with?
Thanx,
Eugene.
|
|
|
| Back to top |
|
 |
Vikram Kulkarni Guest
|
Posted: Mon May 17, 2004 5:38 pm Post subject: Re: getting stock quotes from Delphi app |
|
|
"Eugene V. Goldberg" <egold (AT) mts-nn (DOT) ru> wrote
| Quote: | if there are sites which offers web services, i would prefer those for
sure....
While we mostly use Yahoo! finance for our free quotes, we are thinking of |
using web-services from www.xignite.com. Their interface is excellent and
everything is web-services based. We have done a pilot project using it and
was very simple.
Vikram
|
|
| Back to top |
|
 |
Eugene V. Goldberg Guest
|
Posted: Mon May 17, 2004 6:09 pm Post subject: Re: getting stock quotes from Delphi app |
|
|
how often they update the data? i saw that quotes are 20 mintes delayed...
"Vikram Kulkarni" <vikram_at_captools.com> wrote
| Quote: | "Eugene V. Goldberg" <egold (AT) mts-nn (DOT) ru> wrote in message
news:40a8893b (AT) newsgroups (DOT) borland.com...
if there are sites which offers web services, i would prefer those for
sure....
While we mostly use Yahoo! finance for our free quotes, we are thinking of
using web-services from www.xignite.com. Their interface is excellent and
everything is web-services based. We have done a pilot project using it
and
was very simple.
Vikram
|
|
|
| Back to top |
|
 |
Vikram Kulkarni Guest
|
Posted: Mon May 17, 2004 10:44 pm Post subject: Re: getting stock quotes from Delphi app |
|
|
"Eugene V. Goldberg" <egold (AT) mts-nn (DOT) ru> wrote in message
ews:40a8ffcf (AT) newsgroups (DOT) borland.com...
| Quote: | how often they update the data? i saw that quotes are 20 mintes delayed...
|
Well, they are free quotes so they not only delayed by 20 mins but are also
intended only for personal use.
Xignite has some paid options too and I think they are near real-time.
Real-time as in Level 1 etc tend to be very expensive and are subject to lot
of conditions.
We have also used http://www.trackdata.com/dial_data.html for paid services,
although they have a telnet interface. I think they are real-time.
Vikram
|
|
| Back to top |
|
 |
Sanford Aranoff Guest
|
Posted: Thu May 27, 2004 1:34 am Post subject: Re: getting stock quotes from Delphi app |
|
|
"Eugene V. Goldberg" wrote:
| Quote: | Hello,
I am going to roll out a small application to retrieve stock prices
from some free site....I need prices to be updated quite often,
so need the site which does the same...
Anyone can recommend a good site to deal with?
Thanx,
Eugene.
|
Check my program Patterns on my website. Free for 30 days. It may answer
many of your questions.
www.analysis-knowledge.com
Written in Delphi and dbisam.
|
|
| Back to top |
|
 |
Sanford Aranoff Guest
|
Posted: Sun May 30, 2004 7:34 pm Post subject: Re: getting stock quotes from Delphi app |
|
|
"Hannes Danzl[NDD]" wrote:
| Quote: | asfaik they are updated every 5 minutes or so.
*but* of course they are 15 or 20 minutes delayed. i don't think you'll find a
free realtime stream. these are multi-thousand dollar services normally
--
Hannes Danzl [NexusDB Developer]
Newsgroup archive at http://www.tamaracka.com/search.htm
"Eugene V. Goldberg" <egold (AT) mts-nn (DOT) ru> wrote in message
news:40a8a27e (AT) newsgroups (DOT) borland.com...
do you know how often they update the data?
"Hannes Danzl[NDD]" <hannes (AT) nexusdb (DOT) dbnexus.com> wrote in message
news:40a89faa$1 (AT) newsgroups (DOT) borland.com...
Yahoo quotes
http://finance.yahoo.com/p?v&k=pf_1
--
Hannes Danzl [NexusDB Developer]
Newsgroup archive at http://www.tamaracka.com/search.htm
"Eugene V. Goldberg" <egold (AT) mts-nn (DOT) ru> wrote in message
news:40a863ce (AT) newsgroups (DOT) borland.com...
Hello,
I am going to roll out a small application to retrieve stock prices
from some free site....I need prices to be updated quite often,
so need the site which does the same...
Anyone can recommend a good site to deal with?
Thanx,
Eugene.
|
Real time streams are not expensive. Again, check out my program, sign up for a
trading account for a trial period, and see!
|
|
| Back to top |
|
 |
Hannes Danzl[NDD] Guest
|
Posted: Mon May 31, 2004 12:16 am Post subject: Re: getting stock quotes from Delphi app |
|
|
| Quote: | Real time streams are not expensive. Again, check out my program, sign up
for a trading account for a trial period, and see!
|
interesting. if i have the need again for a project i know where to look at.
maybe this has changed in the last 3 years since i'm not dealing with this kind
of applications anymore. but back then you usually had a reuters leased line or
a hyper expensive web streaming account to get these.
--
Hannes Danzl [NexusDB Developer]
Newsgroup archive at http://www.tamaracka.com/search.htm
|
|
| Back to top |
|
 |
|