Hi, I've been playing around with R to do some betting through betfair.
Using either the abettor or betfaiR package I was able to retrieve prices and place bets.
But neither of those packages at first sight allow for streaming.
Of course I don't want to awkardly loop a request for prices to build my own live-streaming. I assume I will run into some data limits by doing so.
Can anyone point me in the right direction of connecting to the Exchange Streaming with R. I want to be notified of an update in prices...
Using either the abettor or betfaiR package I was able to retrieve prices and place bets.
But neither of those packages at first sight allow for streaming.
The Exchange Streaming API provides low latency access to Betfair Exchange market data allowing you to subscribe to and efficiently track changes to market, price and order data.
Of course I don't want to awkardly loop a request for prices to build my own live-streaming. I assume I will run into some data limits by doing so.
Can anyone point me in the right direction of connecting to the Exchange Streaming with R. I want to be notified of an update in prices...


Comment