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

Search¶

Search for a mutual fund. An empty string (by default) will return all available funds on a provider.

Example:

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

from vietfin import vf

vf.funds.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

fmarket

FALSE

Data Model¶

field_name

type

description

fund_id

int

ID of a fund in Fmarket database.

short_name

str

Common name of a fund.

name

str

Legal official name of a fund.

inception_date

datetime

Date of inception of a fund.

management_fee

float

Annual management fee of a fund. Unit: percent per year.

nav

float

Current Net Asset Value of a fund.

fund_owner

str

Name of the Organization issuing the fund.

fund_type

str

Type of fund. E.g. “stock”, “bond”, “balanced”.

Data Sources¶

  • Fmarket: fmarket.vn

Previous
Holdings
Next
News

Copyright © 2023, Huy

Made with Sphinx and Shibuya theme.