Betfair Price/Volume Graph Data

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Nick JD
    Junior Member
    • Jan 2015
    • 47

    #1

    Betfair Price/Volume Graph Data

    Is there any chance that we'd be able to call the API for Price/Volume data for a selection?

    Just wondering why I'm having to collect this data myself when it already exists...

    Sorry if this has already been discussed.

    Will this data be made available?
  • JayBee
    Junior Member
    • Oct 2010
    • 114

    #2
    Do you mean previously traded volume at each price?

    It's already in the API.

    Use the listMarketBook method with EX_TRADED in the priceProjection and you will get all the previously traded volume for each price and for each selectionId.


    Originally posted by Nick JD View Post
    Is there any chance that we'd be able to call the API for Price/Volume data for a selection?

    Just wondering why I'm having to collect this data myself when it already exists...

    Sorry if this has already been discussed.

    Will this data be made available?

    Comment

    • Nick JD
      Junior Member
      • Jan 2015
      • 47

      #3
      Originally posted by JayBee View Post
      Do you mean previously traded volume at each price?
      The set of data for the red line on the price graph: time/price

      Comment

      • JayBee
        Junior Member
        • Oct 2010
        • 114

        #4
        Originally posted by Nick JD View Post
        The set of data for the red line on the price graph: time/price
        That data is still derived from EX_TRADED.

        The only difference is that the Betfair charts are non-linear.

        You can create your own charts that match Betfair charts from EX_TRADED.

        Comment

        • Nick JD
          Junior Member
          • Jan 2015
          • 47

          #5
          Originally posted by JayBee View Post
          That data is still derived from EX_TRADED.

          The only difference is that the Betfair charts are non-linear.

          You can create your own charts that match Betfair charts from EX_TRADED.
          By collecting the data, right? Yes, I'm doing that.

          Would it not be nice to make 1 call on a selection, to get time/last_traded_price since the selection was active?

          Maybe I'm just not wording this correctly to make it understandable?

          Comment

          Working...
          X