Havvoric 2 Report post Posted November 5, 2013 I notice that on the web interface, I can see the overnight holding charges and cost associated with guaranteed stops. I've looked in all the documentation on the API, and can see nothing that seems appropriate. Does this functionality exist through the API? If so, how do I access this? If not, will this feature be available in the near future? 2 MitchDimoulakis and Buffgeamma reacted to this Share this post Link to post
Guest mrdavidlaing Report post Posted November 6, 2013 Great question! All our new web interfaces are powered by the API, so the data of which you speak should be available. Could you be a bit more specific when you say: "on the web interface". Can you post a link or a screenshot so we know exactly which web interface you're talking about. Thanks Share this post Link to post
Havvoric 2 Report post Posted November 6, 2013 The steps I performed were: 1. Log in to Advantage Web 2. Select Trade History tab 3. Click 'More History' This is produces the data I would like to access from my app (specifically, overnight holding charges and cost associated with guaranteed stops) Share this post Link to post
Guest mrdavidlaing Report post Posted November 8, 2013 After chatting to some of the PMs I can report:(a) This data isn't available from the API currently (b ) There is no objection to adding it, but its not currently on the roadmap. Share this post Link to post
Reboon 0 Report post Posted December 17, 2015 I am also looking for the information from "more history". Has this functionality been added in the meanwhile to the API? Share this post Link to post
Physicsman 25 Report post Posted December 17, 2015 Hi, It sounds like you are asking to query for information about the financing charges on your account only- is that correct? If so, then they cannot be access from the API. If you are looking for the financing charges for each market, that information is provided in the DailyFinancingAppliedAtUtc property of ApiMarketInformationDTO. Use the GetMarketInformation or ListMarketInformation calls to retrieve the market information - including the financing charges for the requested markets. Kind Regards, PM! Share this post Link to post