Checker57: RE: Single Stock ticker reader
Hey there, Just wanted to say that i have developed away for Hal to read a single stock market quote.
Im currently trying to scale the process down so it can be used by about any 1 .
But the answer is , most definitely doable .
Below is the actual code im playing with and will work just fine in the Plugin u have with some simple code changes.
Best wishes
cyberjedi
Doing what i do best, finding work around's for problems. I think some 1 called that Hacking once. hehe
<Quote>
<?xml version="1.0" encoding="UTF-8"?>
<Record>
<SymbolID>537:453745</SymbolID>
<RecordID>YHOO</RecordID>
<Ticker>YHOO</Ticker>
<CompanyName>Yahoo, Inc.</CompanyName>
<ShortCompanyName>Yahoo</ShortCompanyName>
<Exchange>Nasdaq Stock Market</Exchange>
<ExchangeShortName>Nasdaq</ExchangeShortName>
<ExchangeCode>NQ</ExchangeCode>
<LastTrade>1390947600</LastTrade>
<UpdateTime>1390950638000</UpdateTime>
<Volume>40037971</Volume>
<AverageVolume>16259910</AverageVolume>
<Last>38.22</Last>
<Open>36.83</Open>
<High>38.32</High>
<Low>36.52</Low>
<High52>41.7201</High52>
<Low52>19.31</Low52>
<High1Week>40.40</High1Week>
<Low1Week>36.175</Low1Week>
<Close>36.65</Close>
<ChangePrice>1.57</ChangePrice>
<ChangePercent>4.2838</ChangePercent>
<Bid>38.19</Bid>
<Ask>38.23</Ask>
<BidSize>5600</BidSize>
<AskSize>10300</AskSize>
<Dividend>0.00</Dividend>
<EPS>1.20</EPS>
<SharesOutstanding>1014442318</SharesOutstanding>
<Price1WeekAgo>39.52</Price1WeekAgo>
<Price1MonthAgo>40.20</Price1MonthAgo>
<Price3MonthAgo>32.35</Price3MonthAgo>
<Price6MonthAgo>27.929</Price6MonthAgo>
<PriceYTD>39.59</PriceYTD>
<Price52WeeksAgo>20.31</Price52WeeksAgo>
</Record>
</Quote>