Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aegoroff/tinkoff
- Owner: aegoroff
- Created: 2023-07-13T19:05:49.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-16T17:44:15.000Z (about 1 month ago)
- Last Synced: 2024-10-18T15:34:15.534Z (28 days ago)
- Language: Rust
- Size: 116 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```