Pulling data from an API

Soldato
Joined
14 Jul 2005
Posts
8,365
Location
Birmingham
Hi all.

Im very capable on Excel and have some experience with Excel VBA.

If I can get some data into Excel I can do stuff with it no problem.

I want to be able to pull data from Betfair betting exchange using their API. Ive no idea how to do it. Ideally into Excel so I can then work some calcs etc on it.

Can anyone help with where to start please?
 
Soldato
Joined
6 Mar 2008
Posts
10,078
Location
Stoke area
I can't access it at work but I doubt excel itself will be sufficient to use the API.

I've pulled public xml feeds before now, scraped them with Python and saved to a csv file.

Looks like the API can be used with Python so I'd use Python to pull all the data you want from the API down to a CSV file then use excel to format it as you like. Not sure on issues with Python updating it and Excel reading it.

Other option would be to take the jump straight into Python and go 100% python solution.
 
Back
Top Bottom