Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aegoroff/tinkoff

Tinkoff investments console client
https://github.com/aegoroff/tinkoff

Last synced: 5 days ago
JSON representation

Tinkoff investments console client

Awesome Lists containing this project

README

        

[![](https://tokei.rs/b1/github/aegoroff/tinkoff?category=code)](https://github.com/XAMPPRocky/tokei)

# Tinkoff
Tinkoff investments console client

# Installation
Install Rust, then go to sources root and then run:
```shell
cargo install --path .
```
# Usage
```
Usage: tinkoff [OPTIONS] [COMMAND]

Commands:
a Get all portfolio
s Get portfolio shares
b Get portfolio bonds
e Get portfolio etfs
c Get portfolio currencies
f Get portfolio futures
hi Get an instrument history
help Print this message or the help of the given subcommand(s)

Options:
-t, --token Tinkoff API v2 token. If not set TINKOFF_TOKEN_V2 environment variable will be used
-h, --help Print help
-V, --version Print version
```