As well as sample code developed by Betfair, this page allows you to find sample code or documentation prepared by members of the Developer Program community.
All Betfair developed sample code follows a typical work flow:
- Find the next UK Horse Racing Win market
- Get prices for the market
- Place a bet on the market
- Handle the error returned by the API when the bet fails as it is below the minimum stake size.
Please Note: In order to aide ease of understanding, the basic Betfair samples are not intended to show certain best practices for speed and throughput. Well designed applications should follow the best practices for client design of the application/language platform and should optimise on an HTTP request level with features such as requesting gzip'd responses and http connection keep alives. Please see Optimizing API Application Performance for further details.
Sample Code
The following samples are currently available:
Client Libraries & Sample Applications
Language | Available From | Description | Developed By |
---|---|---|---|
C# | https://github.com/joelpob/betfairng | API-NG Client Library for c# | Community member - joelpob |
Java | https://github.com/joelpob/jbetfairng | Cleint library for Java | Community member - joelpob |
Excel/VBA | https://github.com/betfair/API-NG-Excel-Toolkit | Excel Sample Spreadsheet Application | Robin Barrett |
Delphi | https://github.com/betfair/API-NG-Delphi-Client | API-NG Client Library for Delphi | Community member - khughes |
Javascript | https://github.com/AlgoTrader/betfair | API-NG Client Library for Node.js | Community member - Algotrader |
C#/F# | https://github.com/StefanBelo/BetfairBotSDK | API-NG SDK | Community member - StefanBelo |
Perl | https://github.com/MyrddinWyllt/WWW-BetfairNG | Perl Library for API-NG | Community member - Merlin |
PHP | https://github.com/danieledangeli/betfair-php | API-NG Client Library for PHP | Community member - daniele8805 |
Ruby | https://github.com/mikecmpbll/betfair | Ruby wrapper for API-NG | Community member - mikecmpbll |
Python | https://github.com/jmcarp/betfair.py | Python wrapper for API-NG | Community member - jmcarp |
Python | https://github.com/liampauling/betfairlightweight | Lightweight python wrapper for Betfair API-NG (with streaming) | Community member - LiamP |
Scala | https://github.com/city81/betfair-service-ng | Scala sample code for API-NG | Community member - theswan1 |
R | https://github.com/phillc73/abettor | Sample code for R | Community member - phill_c |
C++ | https://github.com/captain-igloo/greentop | C++ Betfair API Client | Community member - plachner |
Stream API
Language | Available From | Description | Developed By |
---|---|---|---|
C# | https://github.com/betfair/stream-api-sample-code/tree/master/csharp | Sample application for Stream API | Betfair |
Java | https://github.com/betfair/stream-api-sample-code/tree/master/java | Sample application for Stream API | Betfai |
Historical Data
Code for processing the data provided by the Betfair Exchange historical data service available via https://historicdata.betfair.com
Language | Available From | Description | Developed By |
---|---|---|---|
Python | https://github.com/liampauling/betfairlightweight/tree/master/examples | Parse/output historical data allowing backtesting or with a custom listener, csv creation | Community member - LiamP |
Books
Language | Available From | Description | Author |
---|---|---|---|
Visual Basic | http://www.amazon.co.uk/Programming-Betfair-Creating-Trading-Applications/dp/151143211X | A Guide to Creating Trading Application for API-NG |