Created
September 16, 2009 15:37
-
-
Save mtthwkfmn/188107 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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