0.0.18 • Published 2 months ago

quantconnect-client v0.0.18

Weekly downloads
-
License
ISC
Repository
-
Last release
2 months ago

QuantConnect JS REST Client

NitayRabi

Important

This is not an official API maintained by the QuantConnect team, and is in (VERY) early stages of development.

General

An open-source wrapper over the REST API described in QuantConnect's documentation

The API works both in Node.JS environment and browser environment.

Installation

Using yarn:

yarn add quantconnect-client

Using NPM:

npm install quantconnect-client

Usage

Authentication

In order to authenticate you'll need an API key and token from QuantConnect, you can get these through your QuantConnect account page, similar to using LEAN CLI

Usage Example

import quantconnect from "quantconnect-client";

// Keep these in a safe place
const userId = '';
const token = ''

const { live } = quantconnect({ userId: this.userId, token: this.token });

// result is your live running algorithms
const result = live.read({ status: "Running" })

Supported endpoints

See full reference in modules

Roadmap

  • Tests tests tests
  • Full return types from endpoints
  • More endpoints support:
    • Backtest management and reports
    • Compiling code
    • Downloading data
0.0.17

2 months ago

0.0.18

2 months ago

0.0.14

2 months ago

0.0.15

2 months ago

0.0.16

2 months ago

0.0.13

2 months ago

0.0.12

3 months ago

0.0.11

3 months ago

0.0.10

3 months ago

0.0.9

3 months ago

0.0.8

3 months ago

0.0.7

3 months ago

0.0.6

3 months ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago