Socket
Socket
Sign inDemoInstall

brokerage

Package Overview
Dependencies
2
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    brokerage

Trade stocks on multiple brokerages with one API


Version published
Weekly downloads
12
decreased by-25%
Maintainers
1
Install size
422 kB
Created
Weekly downloads
 

Readme

Source

brokerage

Trade stocks on multiple brokerages with one API

NOTE: this is a pre-production version, and the module interfaces and functionality are not stable yet.

var brokerage = require('brokerage');
var broker = new brokerage('questrade', token);

// The following return a Promise:
broker.accounts();
broker.findsymbols(description);
broker.test();
broker.time();
broker.quotes(id);
broker.quotes([id1,id2,...]);
broker.symbols(id);
broker.symbols([id1,id2,...]);
broker.user();

1. Installation

$ npm install brokerage

2. Brokerages

brokerage aims to support all major brokerage APIs.

2.1 Help prioritize work

Help us decide which API to support next by voting here.

2.2 List of API providers

NameStatusDiscussion
Questradein progressGithub issue
E*TRADEnot started
Interactive Brokersnot started
TD Ameritradenot started
Firstradenot started
TradeKingnot started

3. Other features

  • log response times by provider (coming soon)

Keywords

FAQs

Last updated on 04 Jul 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc