Last active
August 29, 2015 14:14
-
-
Save yccheok/d89b63c7d11e3f4f93d8 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"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