US Company Overview
Longbridge US Accounts
This method is only available for US data-center accounts.
Get company overview for a US stock — introduction, market cap, ranking tags, and detail URL.
SDK Links
Parameters
SDK method parameters.
| Name | Type | Required | Description |
|---|---|---|---|
| symbol | string | YES | Stock symbol, e.g. AAPL.US |
Request Example
Response
Response Example
json
{
"intro": "Apple Inc. designs, manufactures, and markets smartphones, personal computers...",
"market_cap": "3150000000000",
"ccy_symbol": "USD",
"top_rank_tags": [
{
"key": "sp500",
"title": "S&P 500",
"text": "S&P 500",
"rank_type": 1
}
],
"detail_url": "https://longbridge.com/stocks/AAPL.US",
"sharelist": []
}Response Status
| Status | Description | Schema |
|---|---|---|
| 200 | Success | UsCompanyOverview |
| 400 | Bad request | None |
Schemas
UsCompanyOverview
| Name | Type | Required | Description |
|---|---|---|---|
| intro | string | true | Company introduction |
| market_cap | string | true | Market capitalization |
| ccy_symbol | string | true | Currency symbol |
| top_rank_tags | USRankTag[] | false | Ranking tag labels |
| detail_url | string | false | Link to full company detail page |
| sharelist | USSharelistItem[] | false | Related sharelist items |
USRankTag
| Name | Type | Description |
|---|---|---|
| key | string | Tag key identifier |
| title | string | Tag title |
| text | string | Tag display text |
| rank_type | int | Ranking type |
| highlight_text | string | Highlight display text |
USSharelistItem
| Name | Type | Description |
|---|---|---|
| id | string | Sharelist ID |
| name | string | Sharelist name |
| chg | string | Change value |