Zabaware Support Forums

Zabaware Forums => Ultra Hal Assistant File Sharing Area => Topic started by: cyberjedi on February 24, 2018, 09:08:05 am

Title: Checker57: I have found away to Target a single stock..........
Post by: cyberjedi on February 24, 2018, 09:08:05 am
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>
Title: Re: Checker57: I have found away to Target a single stock..........
Post by: Checker57 on February 24, 2018, 05:31:08 pm
Awesome!.... worth a try to check it!  Wonderful way to spend a few cycles on a Saturday!

Let me know when you've got it packaged down for testing.   :)

Checker57
Title: Re: Checker57: I have found away to Target a single stock..........
Post by: Checker57 on March 10, 2018, 11:19:26 pm
Hey Cyberjedi - have time to get any progress on this?

no pressure - just interested in this one.  ;-)

Checker57
Title: Re: Checker57: I have found away to Target a single stock..........
Post by: Checker57 on June 25, 2018, 08:03:07 pm
Update:  8/26/2018 - After painstaking review of their RSS services, it seems there is no way to get a .xml link to this RSS services.  That link below seems to be an outdated link (and yet won't work) and the newer link to their RSS services give the options to have a commercial News Reader be used for their RSS feeds.  If curious, this is the link I found to attain RSS: http://feeds.feedburner.com/marketsnacks-daily which doesn't give a RAW .xml code to work with.  Unless you can find a workaround, or understand it better than I !  ;-)  There is always that option I can tease you with.   hehe

Hey Jedi - Had a request if you can.    I've been trying to get a RSS xml site to work with this plugin with no success.   Could you modify this plugin to work with the following helpful financial news RSS feed? 

http://www.marketsnacks.com/rss-blog-test/?format=rss

It's more geared to what I'm working on.

Thanks!

Checker57