extract part of a structured text
Posted: 16 May 2013 20:17
Hi,
I want to get the latest DAX level using http request:
http://finance.google.com/finance/info? ... EXDB%3aDAX
The response looks like the following:
// [
{
"id": "14199910"
,"t" : "DAX"
,"e" : "INDEXDB"
,"l" : "8,324.84"
,"l_cur" : "€8,324.84"
,"s": "0"
,"ltt":"9:45AM GMT+2"
,"lt" : "May 15, 9:45AM GMT+2"
,"c" : "-14.27"
,"cp" : "-0.17"
,"ccol" : "chr"
}
]
Is there a possibility to extract the index level of 8,324.84?
Thanks.
I want to get the latest DAX level using http request:
http://finance.google.com/finance/info? ... EXDB%3aDAX
The response looks like the following:
// [
{
"id": "14199910"
,"t" : "DAX"
,"e" : "INDEXDB"
,"l" : "8,324.84"
,"l_cur" : "€8,324.84"
,"s": "0"
,"ltt":"9:45AM GMT+2"
,"lt" : "May 15, 9:45AM GMT+2"
,"c" : "-14.27"
,"cp" : "-0.17"
,"ccol" : "chr"
}
]
Is there a possibility to extract the index level of 8,324.84?
Thanks.