vbrazo / questrade_elixir

Elixir REST client api for Questrade trading platform http://www.questrade.com/api/documentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Questrade Client

Set up a practice account to play around:

http://www.questrade.com/api/free-practice-account

Login with it at:

https://practicelogin.questrade.com/Signin.aspx?ReturnUrl=%2fAPIAccess%2fUserApps.aspx

Register a practice app (give it all permissions, this is a test account)

Generate a new device authorization token, you'll need that! It's considered a "refresh" token. After being used once, it's no more good - you'll get a new refresh token though.

Installation

If available in Hex, the package can be installed by adding questrade_client to your list of dependencies in mix.exs:

def deps do
  [
    {:questrade_client, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/questrade_client.

About

Elixir REST client api for Questrade trading platform http://www.questrade.com/api/documentation


Languages

Language:Elixir 100.0%