|
# |
Tool name |
Description (English) |
Required scope |
Group |
|
1 |
get_stock_quote |
Realtime price for 1 or multiple Vietnamese stock symbols. Pass `symbol` (1 symbol), OR `symbols` (multiple symbols, comma-separated), OR `exchange` (entire exchange). The three parameters are mutually exclusive. |
read:market |
Market data |
|
2 |
get_index_quote |
Realtime value of Vietnamese market indices (VNINDEX, HNXINDEX, UPCOMINDEX, VN30, HNX30). The `index` parameter accepts 1 or more symbols; the result is always an array. |
read:market |
Market data |
|
3 |
get_price_history |
OHLCV price history of 1 symbol. `resolution` 1D/1W/1M; `from`/`to` are Unix timestamps in SECONDS. |
read:market |
Market data |
|
4 |
get_market_session |
Trading session status + available order types by exchange (HOSE/HNX/UPCOM). |
read:market |
Market data |
|
5 |
get_stock_news |
Corporate news & events by stock symbol. |
read:market |
News |
|
6 |
get_global_news |
Global financial news. |
read:market |
News |
|
7 |
get_global_news_detail |
Details of 1 global financial news article by `id` (retrieved from get_global_news). |
read:market |
News |
|
8 |
get_recommendation_reports |
Recommendation reports from analysts. |
read:market |
News |
|
9 |
get_company_overview |
Corporate financial overview. |
read:market |
Fundamentals |
|
10 |
get_financial_analysis |
Financial analysis by period. |
read:market |
Fundamentals |
|
11 |
get_financial_statement |
Financial statements. |
read:market |
Fundamentals |
|
12 |
get_macro_data |
Macroeconomic indicators (VN/US). |
read:market |
Macro |
|
13 |
get_bank_interest_rates |
Bank deposit interest rates. |
read:market |
Macro |
|
14 |
get_economic_calendar |
Upcoming economic calendar. `weeks` = number of upcoming weeks; `country` to filter by country. |
read:market |
Macro |
|
15 |
get_trading_economics |
Historical economic indicators (Trading Economics). `country` is required; `category`, `year` are optional. |
read:market |
Macro |
|
16 |
get_commodity_prices |
Snapshot of commodity prices & exchange rates (FX). |
read:market |
Commodities |
|
17 |
get_global_market |
Historical prices of global instruments (index / Mag7 / commodities / forex). `type` is required; `limit` is optional. |
read:market |
Commodities |
|
18 |
get_gold_price |
Current gold price. |
read:market |
Commodities |
|
19 |
get_gold_chart |
Gold price chart. `days` = number of historical days. |
read:market |
Commodities |
|
20 |
get_gold_providers |
Gold prices by provider (SJC, PNJ, DOJI...). |
read:market |
Commodities |
|
21 |
get_silver_price |
Current silver price. |
read:market |
Commodities |
|
22 |
get_silver_chart |
Silver price chart. `days` = number of historical days. |
read:market |
Commodities |
|
23 |
get_metal_providers |
Gold and silver prices by provider. |
read:market |
Commodities |
|
24 |
get_trending_cryptos |
List of trending cryptocurrencies. |
read:market |
Commodities |
|
25 |
get_funds_list |
List of open-ended funds by category. `fund-type` is required; `fund-company-id` to filter by management company. |
read:market |
Funds |
|
26 |
get_fund_companies |
List of fund management companies. |
read:market |
Funds |
|
27 |
get_fund_nav_history |
NAV history of the fund with benchmark. `fundName` is required; `period` = time period. |
read:market |
Funds |
|
28 |
get_fund_portfolio |
Fund holdings portfolio. `fundName` is required. |
read:market |
Funds |
|
29 |
get_fund_asset_allocation |
Fund asset allocation (bond / stock / others). `fundName` is required. |
read:market |
Funds |
|
30 |
get_fund_sector_allocation |
Fund sector allocation. `fundName` is required. |
read:market |
Funds |
|
31 |
get_fund_suggestions |
Suggested similar funds. `fundName` is required. |
read:market |
Funds |
|
32 |
get_funds_top_aum |
List of funds by AUM. `fund-type` is required. |
read:market |
Funds |
|
33 |
get_funds_top_investor |
List of funds by number of investors. `fund-type` is required. |
read:market |
Funds |
|
34 |
get_funds_top_fund_flow |
List of funds by net cash flow. `fund-type` is required. |
read:market |
Funds |
|
35 |
get_funds_top_holdings |
List of symbols most held by funds. |
read:market |
Funds |
|
36 |
get_fund_benchmark_growth |
Simulate growth of a fixed investment amount across multiple funds. `fund-names`, `amount`, `period` are required. |
read:market |
Funds |
|
37 |
get_fund_benchmark_nav |
Compare NAV series over time of multiple funds. `fund-names` is required; `period`/`from-month`/`to-month` are optional. |
read:market |
Funds |
|
38 |
get_fund_benchmark_operation |
Compare performance indicators (AUM / number of investors / cash flow) of multiple funds. `fund-names` is required. |
read:market |
Funds |
|
39 |
get_account_summary |
Account summary (balance, purchasing power...). Choose account type normal/margin/agent. |
read:account |
Account |
|
40 |
get_portfolio_positions |
Holdings portfolio (stocks, cost price, profit/loss). Choose account type. |
read:account |
Account |
|
41 |
get_order_history |
Intraday order book. Choose account type (normal/margin/agent). |
read:account |
Account |
|
42 |
get_order_detail |
Details of 1 order in the order book by `orderId` (retrieved from get_order_history). Sub-account retrieved from token. |
read:account |
Account |
|
43 |
get_asset_summary |
Asset summary. Choose account type. |
read:account |
Account |
|
44 |
get_pnl_today |
Intraday profit/loss. Choose account type. |
read:account |
Account |
|
45 |
get_user_rights |
Shareholder rights (right to buy, dividends...). Choose account type. |
read:account |
Account |
|
46 |
get_my_profile |
Current user information (identity). |
read:account |
Account |