Giter VIP home page Giter VIP logo

wsimple's Introduction



Project Status

Hi there, this project is currently completed and has reached all of its goals. Thank you to everybody who downloaded it for making this such a good learning opportunity for me. Okay back to business now since the project is completed this repo will be archived and sadly I will not be accepting any PRs to focus on my other projects. Thank you and peace outtt ๐Ÿš€

What is the Wsimple project?

Welcome! This project is an API and Web interface(In-development) for Wealthsimple Trade. The main goal of this project is to give developers the ability to create projects while hooking them straight into their Wealthsimple Trade account. Click Here for API wrapper documentation. When looking for a specific function use the left navbar to find it.

Before using the API, please read the disclamer, and due to the nature of this project and goodwill, specific endpoints aren't available.

This library was created with non-coders in mind and needs a minimal understand of python to get started.

Getting Started

Project Status

v3.0.0 - Indefinite pause on further development

This project is in the pre-alpha stage. if you find any bugs please submit an issue.

Prerequisites

Project Ideas

  • Buy/sell a stock as the end of every month.
  • Automatically create a deposit/withdrawal order every month.
  • Create a internal transfer order to your wealthsimple TSFA, invest accounts every month.
  • Automatically send tax and monthly trading statements to your email.
  • Create a system to do dollar cost averaging (DCA) or dividend reinvestment plan (DRIP)

Install

pip install wsimple 

start website (Not finished)

wsimple start

API

Usage

from wsimple.api import Wsimple

def get_otp():
    return input("Enter otpnumber: \n>>>")

email = str(input("Enter email: \n>>>"))
password = str(input("Enter password: \n>>>"))

ws = Wsimple(email, password, otp_callback=get_otp) 

# always check if wealthsimple is working (return True if working or an error)
if ws.is_operational(): 
  # check the current operation status of internal Wealthsimple Trade
  print(ws.current_status())
  
  # return a list of securities that include GOOG and GOOGL
  print(ws.find_securities("GOOG")) 
  
  # create deposit order for 2000 CAD into your account
  ws.make_deposit(2000)
  
  # create withdrawal order for 6000 CAD into your account
  ws.make_withdrawal(6000)
  
  # return opening and closing of the exchange NYSE
  print(ws.get_market_hours(exchange="NYSE"))

Disclaimer

This software is provided so you can use Wealthsimple trade on your computer. This software is not built or maintained by Wealthsimple Trade or the company Wealthsimple. Remember your responsibility to not engage in illegal or unethical trading behaviours that can disrupt orderly market functions. Flooding the API/web-app with orders in a short time-frame may result in getting banned or locked out by Wealthsimple Trade.

Remember when using this website and/or api you are still under Wealthsimple Trade services and they reserve the right to terminate anyone.

Wealthsimple Trade reserves the right to monitor anyone's trading activity and block transactions if the trading activity is determined to be inappropriate

Users of wstrade-api have observed that trades in excess of 7 per hour are rejected by the WealthSimple Trade servers. You can use this observation as a baseline of how many trades you can perform on an hourly basis.

This product was built with security in mind. This software was made to run personal and local webserver and to assure no data/credentials is being sent out.

The use of this software is done at your own discretion and risk and with the agreement that you will be solely responsible for any damages. By using this software you agree that you are solely responsible for any damages incurred to you or your account, and that I will not be liable for any damages that you may suffer in connection with downloading, installing, using, modifying or distributing this software.

This content, software and/or any comments are not intended to be investment advice or any other kind of professional advice.

Parts of this disclaimer are adapted from wstrade-api

wsimple's People

Contributors

yusuf8ahmed avatar dependabot[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.