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