abettor icon indicating copy to clipboard operation
abettor copied to clipboard

An R package for connecting to the online betting exchange Betfair, via their API-NG product, using JSON-RPC.

Results 10 abettor issues
Sort by recently updated
recently updated
newest added

This update fixes issues #64 and #68 which both relate to `getAccountStatement`. This fixes an issue where `fromDate` and `toDate` were not being used correctly by the function, and an...

Received this on another forum: I've been messing about with the `getAccountStatement `function lately trying to work out why it always goes back 90 days when I just want the...

This question was raised in another forum: _Has the output of the getAccountStatement() function in the R abettor library changed recently? I haven't run this function in awhile as I've...

Passing in a string for customerOrderRef or customerStrategyRef in the placeOrder function executes fine, but if i try to find it when calling listClearedOrders at a later stage, I cant...

Hi getAccountStatement crashes at the line `accNewOrders[, fixColNames]` with the error ``` Error in `[.data.frame`(accNewOrders, , fixColNames) : undefined columns selected ``` ..._if_ the first page of results contained the...

Hi team - apologies in advance for logging an issue if this is not the right place to put it - but I wasn't sure how else to ask for...

Betfair provides [API access to historic pricing data](https://historicdata.betfair.com/#/apidocs). `abettor` does not yet support this part of the API and probably could/should. https://historicdata.betfair.com/#/home https://historicdata.betfair.com/#/apidocs Only five functions to consider: - [x]...

enhancement

Hi, The function placeOrders() doesn't seem to allow for more than 2 simultaneous back/lay orders, returning "Error: Expectation Failed". > placeOrders( marketId = "1.130459350", selectionId = as.character(c(10463405, 10463405, 11160430)), betSide...

enhancement

Betfair customers from Spain, Italy and Sweden need to use a separate end point to access the API. [Spain info](https://docs.developer.betfair.com/display/1smk3cen4v3lu3yomq5qye0ni/Betting+on+Spanish+Exchange) [Italy info](https://docs.developer.betfair.com/display/1smk3cen4v3lu3yomq5qye0ni/Betting+On+Italian+Exchange) [Sweden info](https://docs.developer.betfair.com/display/1smk3cen4v3lu3yomq5qye0ni/New+API+Release+-+1st+January+2019) Not sure how to go about...

Some new functions added and help content updated for others. Need to regenerate all the package documentation.