This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name dense_tinkoff_terminal | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Denser Tinkoff investment terminal | |
// @author NikolayXHD | |
// @match https://www.tinkoff.ru/invest-terminal/* | |
// @grant none | |
// ==/UserScript== |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"instruments": [ | |
{ | |
"figi": "BBG000FXW512", | |
"ticker": "PKI", | |
"classCode": "SPBXM", | |
"isin": "US7140461093", | |
"lot": 1, | |
"currency": "usd", | |
"shortEnabledFlag": false, |