Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.76 KB

wsb_hold.md

File metadata and controls

41 lines (31 loc) · 1.76 KB

wsb hold

Prints tables of holders information to the current shell

Synopsis

Query Yahoo finance holders information of selected tickers. Response includes:

  • Breakdown %
  • Institutional Holders names and %
  • Fund Holders names and %
wsb hold [flags]

Options

      --bursts int                       Permits bursts of at most N concurrent API calls (default 1)
      --coingecko-query-url string       The Most Comprehensive Cryptocurrency API (default "https://api.coingecko.com")
      --coingecko-secret-token string    Secret token to enable access to the Paid API
      --config string                    Config file
      --debug                            Print API calls to external tools to stdout
      --dial-timeout duration            Dial timeout to connect to external API sources (default 5s)
  -h, --help                             help for hold
      --iex-cloud-query-url string       IEX Cloud is a platform that makes financial data and services accessible to everyone (default "https://cloud.iexapis.com")
      --iex-cloud-secret-token string    Secret token to enable access to IEX Cloud API
      --print-config                     Prints the configuration to stderr
      --provider string                  Provider of market data. Supported providers: 'yahoo' (default), 'iex', 'coingecko' (default "yahoo")
      --tickers strings                  Names of selected tickers
      --yahoo-finance-query-url string   Yahoo Finance Query Url (default "https://query2.finance.yahoo.com")
      --yahoo-finance-url string         Yahoo Finance Base Url (default "https://finance.yahoo.com")

SEE ALSO

  • wsb - The Go client to get stock market and cryptocurrencies market data
Auto generated by spf13/cobra on 22-Dec-2021