Skip to content

Instantly share code, notes, and snippets.

@mtthwkfmn
Created September 16, 2009 15:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mtthwkfmn/188107 to your computer and use it in GitHub Desktop.
Save mtthwkfmn/188107 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?><MarketAPI><Request><Symbol><![CDATA[C]]></Symbol><YahooFormat><![CDATA[sl1vd1t1pc1p2]]></YahooFormat></Request><Response><MarketAPI><Split><![CDATA[Array
(
[0] => "C"
[1] => 4.26
[2] => 455335296
[3] => "9/16/2009"
[4] => "11:20am"
[5] => 4.12
[6] => +0.14
[7] => "+3.40%"
)
]]></Split></MarketAPI><Yahoo><csv><![CDATA["C",4.26,455335296,"9/16/2009","11:20am",4.12,+0.14,"+3.40%"]]></csv></Yahoo></Response></MarketAPI>
<?xml version="1.0" encoding="UTF-8"?><MarketAPI><Request><Symbol><![CDATA[C]]></Symbol><YahooFormat><![CDATA[snd1t1l1c1p2p]]></YahooFormat></Request><Response><MarketAPI><Split><![CDATA[Array
(
[0] => "C"
[1] => "CITIGROUP INC"
[2] => "9/16/2009"
[3] => "11:12am"
[4] => 4.26
[5] => +0.14
[6] => "+3.40%"
[7] => 4.12
)
]]></Split></MarketAPI><Yahoo><csv><![CDATA["C","CITIGROUP INC","9/16/2009","11:12am",4.26,+0.14,"+3.40%",4.12]]></csv></Yahoo></Response></MarketAPI>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment