Master post - Eoddata.com web service blog series
Sat 25 March 2017
by Adrian Torrie
Master post for the blog series that holds all the links related to making web service calls to Eoddata.com. Overview of the web service can be found here. This post shows you how to create a secure credentials file to hold the username and password so you don't have to keep entering it, and will allow for automation later. A quick overview is given below of establishing a session using the requests
module, and parsing the xml response using xml.etree.cElementTree
.
Manipulating financial data with Python
Wed 01 March 2017
by Adrian Torrie
Part 1 in a series covering the first micro-course in Udacity's Machine Learning for Trading.
read morePython code for Algorithmic Trading: Chapter One
Wed 26 October 2016
by Adrian Torrie
Part one of a series of posts that will use Ernie Chan's book, Algorithmic Trading, for developing python quant code.
read more