I want to build an application that can pull stock data (high, low, volume, etc) from the past ten years in intervals of five minutes using the Tradestation webAPI. I am looking at: http://tradestation.github.io/webapi-docs/# and I seem to be in way over my head.
Is this a project that someone with little networking knowledge can do in around a month?
Are there any detailed tutorials that explain how to get access tokens and such?
I plan on writing the application in python, but any information that is network-noob friendly would be great.