Losers

Get the top price losers in the stock market.

Example:

Use equity.discovery.losers() with default parameters: provider (vndirect), exchange (hose).

from vietfin import vf

# Get the top price losers in the stock market, in HOSE exchange, from provider VnDirect
vf.equity.discovery.losers()

Parameters

param_name

type

description

default_value

is_required

exchange

Literal

The stock exchange for retrieving the top movers.

hose

FALSE

provider

Literal

The provider to use for the query.

vndirect

FALSE

Data Model

field_name

type

description

symbol

str

Symbol representing the stock satisfying the criteria.

price

float

Last price of the stock.

change

float

Change in price value.

percent_change

float

Percent change in price value.

volume

float

Trading volume averaged over 20 days.

trading_value

float

Trading value, i.e. price * volume, unit VND.

updated_at

datetime

Date and time of the last data update.

Data Sources