Skip to content

Bộ lọc cổ phiếu theo tín hiệu phân tích kỹ thuật

Notifications You must be signed in to change notification settings

toannd96/loc_cophieu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • Request API:
curl --location --request GET 'http://127.0.0.1:5000/stocks?signal=ma_above_10&group=UPCOM&industry=Kim loại'
  • Response API:
{
    "results": [
        {
            "close_price": 2.1,
            "company_name": "Công ty Cổ phần Sản xuất Xuất nhập khẩu Inox Kim Vĩ",
            "date": "2024-07-08 00:00:00",
            "industry_name": "Kim loại",
            "symbol": "KVC",
            "volume": 133000
        },
        {
            "close_price": 11.0,
            "company_name": "Công ty Cổ phần Gang thép Cao Bằng",
            "date": "2024-07-08 00:00:00",
            "industry_name": "Kim loại",
            "symbol": "CBI",
            "volume": 100
        }
    ],
    "total": 2
} 

About

Bộ lọc cổ phiếu theo tín hiệu phân tích kỹ thuật

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published