API Reference

lean login

Introduction

Log in with a QuantConnect account.

$ lean login [options]

Description

Lets you log in with your QuantConnect API credentials and stores the given values in the credentials file in your global configuration directory.

If --user-id or --api-token is not provided, an interactive prompt is shown and the missing values are read from stdin.

You can request your user Id and API token on your Account page.

Options

The lean login command supports the following options:

OptionDescription
-u, --user-id <value>The QuantConnect user Id to log in with.
-t, --api-token <value>The QuantConnect API token to log in with.
--show-secrets
--verboseEnable debug logging.
--helpDisplay the help text of the lean login command and exit.

You can also see our Videos. You can also get in touch with us via Discord.

Did you find this page helpful?

Contribute to the documentation: