VietFin VietFin VietFin
/
  • latest
  • stable

Getting Started

  • Usage
    • Basic Response
    • Basic Syntax
    • Search for Symbols
    • Historical Prices
    • Financial statements
  • Reference
    • Derivatives
      • Futures
        • Historical
        • Quote
        • Search
      • Covered Warrant
        • Search
    • Equity
      • Search
      • Profile
      • Calendar
        • Events
      • Discovery
        • Active
        • Gainers
        • Losers
      • Fundamental
        • Balance
        • Cash
        • Income
        • Dividends
        • Management
        • Ratios
      • Ownership
        • Major Holders
        • Insider Trading
        • Foreign Trading
        • Proprietary Trading
      • Price
        • Historical
        • Quote
    • ETF
      • Historical
      • Search
    • Index
      • Price
        • Historical
      • Constituents
      • Search
    • Mutual Funds
      • Historical
      • Holdings
      • Search
    • News
      • Company

Development

  • Development Guidelines
    • Contributing Guidelines
    • Change Log
    • Roadmap
    • Data Sources

On this page

  • Parameters
  • Data Model
vietfin/vietfin 0 0
Edit this page
  1. VietFin /
  2. Reference /
  3. Equity /
  4. Search

Search¶

Search for stock symbol. An empty query (by default) returns the full list of listed companies from selected provider.

Example:

Search for ticker MSN using default provider (SSI)¶
from vietfin import vf

vf.equity.search(symbol="msn")
Retrieve the full list of listed companies using provider WiFeed¶
vf.equity.search(provider="wifeed")

Parameters¶

param_name

type

description

default_value

is_required

symbol

str

Symbol to get data for.

“”

FALSE

provider

Literal

The provider to use for the query.

ssi

FALSE

Data Model¶

field_name

type

description

symbol

str

Symbol of the stock ticker.

name

str

Legal name of the company.

short_name

str

Common name of the company.

organ_code

str

Organization code of the company in SSI database.

field_name

type

description

symbol

str

Symbol of the stock ticker.

name

str

Common name of the company.

exchange

str

The code of exchange where the stock is listed on.

Previous
Equity
Next
Profile

Copyright © 2023, Huy

Made with Sphinx and Shibuya theme.