An Ally Invest API wrapper written in Golang
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jacob Windle 1fb0009ccb
Merge branch 'market-api-calls' of jacob.windle/allyinvest into master
3 years ago
.idea Continuing work on parsing responses from Ally 4 years ago
.gitignore Continuing work on parsing responses from Ally 4 years ago
README.md Return an actual response object 3 years ago
client.go Finishing Market News Get call 3 years ago
go.mod Switching to go modules. 3 years ago
go.sum Switching to go modules. 3 years ago
main.go Change the client to take a variadic list of strings 3 years ago
types.go Switching to go modules. 3 years ago

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.