Skip to content

Similar stocks

Feature

Description

Stock basic data contains similar_stocks that can be utilized and presented on item detail page (somehow).

Data:

{
    "basic_info": {
        "company_name": "ASML Holding",
        "description": "ASML Holding NV engages in the development, production, marketing, sale and servicing of advanced semiconductor equipment, consisting of lithography related systems. It mainly caters the makers of memory chips and logic chips. The company was founded on April 1, 1984 and is headquartered in Veldhoven, Netherlands.",
        "eps": 21.52,
        "has_dividends": true,
        "market": "nasdaq",
        "market_cap": "377.35B",
        "pe_ratio": 45.115,
        "similar_stocks": [
            {
                "company_name": "ASML Holding",
                "ticker": "ASML"
            },
            {
                "company_name": "Applied Materials",
                "ticker": "AMAT"
            },
            {
                "company_name": "KLA",
                "ticker": "KLAC"
            },
            {
                "company_name": "Lam Research",
                "ticker": "LRCX"
            }
        ],
        "year_high": 1056.34,
        "year_low": 563.995,
        "yoy_change": 51.43
    }
}