markitondemand / DEPRECATED-DataApis

Markit On Demand - Market Data APIs
http://dev.markitondemand.com
MIT License
178 stars 68 forks source link

Error in data download from Markets Data API V1 - 3 #52

Closed rhandforth closed 7 years ago

rhandforth commented 7 years ago

JSON extract from download: { "symbolInput": "GB00B7S9KM94", "basic": { "symbol": "GB00B7S9KM94:GBX", "name": "BNY Mellon Investment Funds-Newton Global Income Fund Institutional W Accumulation", "exchange": "Lipper", "exhangeCode": "LIP", "currency": "GBp" }, "quote": { "lastPrice": 1.8478, "previousClosePrice": 1.8508, "change1Day": -0.003, "change1DayPercent": -0.16209207, "timeStamp": "2017-02-20T05:00:00" } }, { "symbolInput": "GB00B87BSD02", "basic": { "symbol": "GB00B87BSD02:GBX", "name": "BNY Mellon Investment Funds-Newton Multi-Asset Growth Fund Institutional W Income", "exchange": "Lipper", "exhangeCode": "LIP", "currency": "GBp" }, "quote": { "lastPrice": 1.5968, "previousClosePrice": 1.6007, "change1Day": -0.0039, "change1DayPercent": -0.24364341, "timeStamp": "2017-02-20T05:00:00" } }, { "symbolInput": "GB00B7W36529", "basic": { "symbol": "GB00B7W36529:GBX", "name": "BNY Mellon Investment Funds-Newton Real Return Fund Institutional W Income", "exchange": "Lipper", "exhangeCode": "LIP", "currency": "GBp" }, "quote": { "lastPrice": 1.0216, "previousClosePrice": 1.0221, "change1Day": -0.0005, "change1DayPercent": -0.04891889, "timeStamp": "2017-02-20T05:00:00" } "currency" for all three should be "GBP", or prices should be multiplied by factor of 100.

brianbaker commented 7 years ago

duplicate #50