An Ally Invest API wrapper written in Golang
Go to file
Jacob Windle 1fb0009ccb Merge branch 'market-api-calls' of jacob.windle/allyinvest into master 2020-01-22 00:15:38 +00:00
.idea Continuing work on parsing responses from Ally 2019-11-14 16:46:16 -05:00
.gitignore Continuing work on parsing responses from Ally 2019-11-14 16:46:16 -05:00
README.md Return an actual response object 2020-01-20 14:32:51 -05:00
client.go Finishing Market News Get call 2020-01-21 19:14:37 -05:00
go.mod Switching to go modules. 2020-01-21 19:11:29 -05:00
go.sum Switching to go modules. 2020-01-21 19:11:29 -05:00
main.go Change the client to take a variadic list of strings 2020-01-20 14:19:00 -05:00
types.go Switching to go modules. 2020-01-21 19:11:29 -05:00

README.md

Ally Invest API in Go

This project is intended to be an API wrapper for the Ally Invest API written in Golang

Endpoints

The different endpoints that are currently covered by this API

Running This Project

For now, just build this directory and run the executable.

Requirements

You must within the .env file define your Ally Invest credentials

Vision

My vision is to build out an automated suite of tools for managing my portfolio in Ally Invest. I hope to have a software platform where I can backtest any strategies I come up with and an informational dashboard I can use to track the different symbols and quotes which i care about. I would also love to make this software open source so that anyone can use it.