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. ETF /
  4. Search

Search¶

Search for ETF. An empty query (by default) returns the full list of ETFs available on selected provider.

Example:

Search for an ETF ticker E1VFVN30 using default provider (SSI)¶
from vietfin import vf

vf.etf.search(symbol="E1VFVN30")
Retrieve the full list of ETFs available on provider SSI¶
vf.etf.search()

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 ETF.

short_name

str

Short name of the ETF.

inav

float

Intraday indicative value of an ETF, giá trị tài sản ròng tham chiếu trên một chứng chỉ quỹ ETF.

open

float

Today open price.

high

float

Today high price.

low

float

Today low price.

volume

int

Today trading volume.

exchange

str

Name of the exchange where the ETF is listed.

Previous
Historical
Next
Index

Copyright © 2023, Huy

Made with Sphinx and Shibuya theme.