a blog about using technology such as python/pandas to analyze different data to dig out stories underneath.
Wednesday, 7 November 2018
how to get historic EOD price on a ASX share
New feature is added, now we can download all EOD price for a ASX share in .csv format.
HTTP Request GET http://www.biglion.com.au//api/v1/asx/history/download/ Query parameters: symbol: share code, such as ANZ. e.g. GET http://www.biglion.com.au/api/v1/asx/history/download/?symbol=ANZ This will return a csv file downloaded to your local machine.
No comments:
Post a Comment