marc 0 Report post Posted July 23, 2013 Now that I’m using the GetPriceTicks method from PriceHistory http service, I notice that it returns a PriceTickDTO that is only composed of mid price and tick date. If this is fine as such, I wonder whether this API could be extended to return a DTO similar to one returned by the Prices stream itself (ie. PriceDTO) in order to include additional values such as the Bid, Offer, High, Low, Change and Direction? Share this post Link to post
Guest mrdavidlaing Report post Posted July 24, 2013 For various technical reasons, I’m afraid that the answer is no. If you need the latest Bid, Offer, Change and Direction you’ll need to grab them from the Prices stream. Be warned that High, Low on the Prices stream are the High and Low for the day Can you perhaps give a bit more context to how you are using the data so we can advise? Share this post Link to post