Extract from JSON download:
{
"symbolInput": "GB00B8BZ3226",
"basic": {
"symbol": "GB00B8BZ3226:GBP",
"name": "Threadneedle Monthly Extra Income Fund Z Income GBP",
"exchange": "Lipper",
"exhangeCode": "LIP",
"currency": "GBP"
},
"quote": {
"lastPrice": 137.51,
"previousClosePrice": 137.89,
"change1Day": -0.38,
"change1DayPercent": -0.27558199,
"timeStamp": "2017-02-20T05:00:00"
}
"currency" should either be "GBp" and symbol suffix ":GBX", or prices should be divided by 100.
Extract from JSON download: { "symbolInput": "GB00B8BZ3226", "basic": { "symbol": "GB00B8BZ3226:GBP", "name": "Threadneedle Monthly Extra Income Fund Z Income GBP", "exchange": "Lipper", "exhangeCode": "LIP", "currency": "GBP" }, "quote": { "lastPrice": 137.51, "previousClosePrice": 137.89, "change1Day": -0.38, "change1DayPercent": -0.27558199, "timeStamp": "2017-02-20T05:00:00" } "currency" should either be "GBp" and symbol suffix ":GBX", or prices should be divided by 100.