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
  • Data Sources
vietfin/vietfin 0 0
Edit this page
  1. VietFin /
  2. Reference /
  3. Index /
  4. Search

Search¶

Search for an index. An empty string (by default) will return all available indices on a provider.

Example:

Get the list of all available indices, using default parameters: provider (SSI), symbol (“”, an empty string).

from vietfin import vf

vf.index.search()

Parameters¶

param_name

type

description

default_value

is_required

symbol

str

Symbol to get data for.

“” (empty string)

FALSE

provider

Literal

The provider to use for the query.

ssi

FALSE

Data Model¶

field_name

type

description

index_symbol

str

Symbol of an index.

group_by_index

str

The parent index from which the given index is derived.

Data Sources¶

  • SSI: iboard.ssi.com.vn

Previous
Constituents
Next
Mutual Funds

Copyright © 2023, Huy

Made with Sphinx and Shibuya theme.