Socket
Book a DemoInstallSign in
Socket

is-on-tinkoff-invest

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

is-on-tinkoff-invest

Парсит список ценных бумаг, доступных для приобретения на Тинькофф

1.0.1
latest
Source
npmnpm
Version published
Weekly downloads
2
100%
Maintainers
1
Weekly downloads
 
Created
Source

is-on-tinkoff-invest

Возвращает список ценных бумаг, доступных для приобретения на Тинькофф Инвестициях.

Скрипт работает медленно, так как парсит тяжёлые страницы. Делал его для своего проекта, где данный пакет запускается раз в сутки.

Установка

Установите пакет при помощи NPM

npm install is-on-tinkoff-invest

Пример

Используйте is-on-tinkoff-invest в async функциях

const quotes = require('is-on-tinkoff-invest')

const main = async () => {
    const stocks = await quotes.getTinkoffStocks()
    const etfs = await quotes.getTinkoffEtfs()
    const bonds = await quotes.getTinkoffBonds()
    const currencies = await quotes.getTinkoffCurrencies()
    const all = await quotes.getTinkoffAllQuotes()
}

main()

FAQs

Package last updated on 07 May 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.