Advertisement
Kulasangar

Untitled

Sep 30th, 2019
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.42 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <quotes>
  3.     <quote symbolstring="AAPL" datatype="dt1">
  4.         <key>
  5.             <symbol>sym</symbol>
  6.             <exchange>exc</exchange>
  7.         </key>
  8.         <equityinfo>
  9.             <longname>long name 1</longname>
  10.             <shortname>short name 1</shortname>
  11.         </equityinfo>
  12.         <pricedata>
  13.             <last>200.55</last>
  14.             <change>0.35</change>
  15.             <changepercent>1.1589</changepercent>
  16.             <tick>0</tick>
  17.             <open>30.69</open>
  18.             <high>31.05</high>
  19.             <low>30.34</low>
  20.             <prevclose>30.20</prevclose>
  21.             <bid>30.50</bid>
  22.             <ask>30.61</ask>
  23.             <bidsize>1000</bidsize>
  24.             <asksize>1000</asksize>
  25.             <rawbidsize>10</rawbidsize>
  26.             <rawasksize>10</rawasksize>
  27.             <tradevolume>128731</tradevolume>
  28.             <sharevolume>31527417</sharevolume>
  29.             <vwap>30.7045231</vwap>
  30.             <lasttradedatetime>2011-03-17T16:00:04-04:00</lasttradedatetime>
  31.         </pricedata>
  32.         <fundamental>
  33.             <sharesoutstanding>5052420000</sharesoutstanding>
  34.             <marketcap>154351431000</marketcap>
  35.             <eps>1.34</eps>
  36.             <peratio>22.50</peratio>
  37.             <pbratio>4.486</pbratio>
  38.             <week52high date="2011-02-18">33.71</week52high>
  39.             <week52low date="2010-07-01">21.24</week52low>
  40.             <dividend>
  41.                 <date>2011-01-14</date>
  42.                 <amount>0.20</amount>
  43.                 <yield>0.662</yield>
  44.                 <latestamount currency="USD">0.05</latestamount>
  45.                 <frequency>Q</frequency>
  46.                 <paydate>2011-02-09</paydate>
  47.             </dividend>
  48.             <sharesescrow>0</sharesescrow>
  49.         </fundamental>
  50.     </quote>
  51. <quotes>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement