------=_Part_14333_29726593.1135931835718
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
I'm looking at Ruby/Finance library (
http://www.caliban.org/ruby/ruby-finance.shtml). Before using Ruby/Rails,
I've researched several financial quoting web-services. Some are free with
limitations, others are not. For real-time quoting, it may be worth the
money to buy such stuffs, but for delayed or historical quotes, I found
Yahoo! Finance data downloading function is good enough. The csv file forma=
t
is very easy to phrase and import into database. The above mentioned
Ruby/Finance library uses Yahoo!Finance as well.
Hope it help.
You'd need real time data feeds as well as a trading API. When I was
bored and reading about it a while back, it seemed that in order to
get access to APIs you had to sign agreements and often be a fairly
large customer of the exchange to get access. Most of the software
that is given to private investors and day traders uses one api -
generally not published - to access the brokerage - often custom to
the brokerage. The broker then has another API into the market. Some
of the markets use software based on products from TIBCO or other
messaging software vendors.
I think the short answer is -- if you want to, good luck getting
access. Really, I'd be happy if I could find a source for a real time
- or even delayed stock ticker with an easy API so I could write code
and just play with simulating trades.
-Charlie
------=_Part_14333_29726593.1135931835718--