Skip to content

Instantly share code, notes, and snippets.

@yccheok
Last active August 29, 2015 14:14
Show Gist options
  • Save yccheok/d89b63c7d11e3f4f93d8 to your computer and use it in GitHub Desktop.
Save yccheok/d89b63c7d11e3f4f93d8 to your computer and use it in GitHub Desktop.
{
"stockPrices":[
[
{
"code":"VFEM.L"
},
36.29
],
[
{
"code":"VOF.L"
},
2.5
],
[
{
"code":"TSCO.L"
},
229.55
]
],
"exchangeRates":[
[
{
"first":{
"currency":"GBP"
},
"second":{
"currency":"MYR"
}
},
5.4367
],
[
{
"first":{
"currency":"USD"
},
"second":{
"currency":"MYR"
}
},
3.5728
],
[
{
"first":{
"currency":"GBX"
},
"second":{
"currency":"MYR"
}
},
0.054367
]
],
"currencies":[
[
{
"code":"VFEM.L"
},
{
"currency":"GBP"
}
],
[
{
"code":"VOF.L"
},
{
"currency":"USD"
}
],
[
{
"code":"TSCO.L"
},
{
"currency":"GBX"
}
]
],
"stockPricesTimeStamp":1423067955973,
"exchangeRatesTimeStamp":1423067955485
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment