Skip to Content

Security News

Get the news list for a specified security.

CLIInstall CLI

bash
# latest news for Tesla
longbridge news TSLA.US
# latest news for Apple
longbridge news AAPL.US
# latest news for NVDA
longbridge news NVDA.US

Request

HTTP MethodGET
HTTP URL/v1/content/{symbol}/news

Path Parameters

NameTypeRequiredDescription
symbolstringYESStock symbol, use ticker.region format, e.g. AAPL.US

Request Example

Response

Response Headers

  • Content-Type: application/json

Response Example

json
{
  "code": 0,
  "message": "success",
  "data": {
    "items": [
      {
        "id": "279528757",
        "title": "Beats cross-industry collaboration breaks the circle with Nike! Apple aims to ignite a new wave of wearable consumer trends, while Nike bets on the narrative of \"sports technology.\"",
        "description": "Apple's Beats has collaborated with Nike to launch a limited edition Powerbeats Pro 2 headphones, featuring Nike's Swoosh logo. The headphones will be available online and at select Apple Stores on March 20, priced at $250. This marks Beats' first collaboration with an external sports brand, signifying further synergy between the two companies in branding and product ecosystems. The headphones feature real-time heart rate tracking and a battery life of up to 45 hours",
        "url": "https://longbridge.com/news/279528757",
        "published_at": "1773805586",
        "comments_count": 0,
        "likes_count": 0,
        "shares_count": 0
      }
    ]
  }
}

Response Status

StatusDescriptionSchema
200Successnews_response
500Internal errorNone

Schemas

news_response

NameTypeRequiredDescription
itemsobject[]trueNews list
∟ idstringtrueNews ID
∟ titlestringtrueTitle
∟ descriptionstringtrueSummary/description
∟ urlstringtrueDetail page URL
∟ published_atstringtruePublished time, Unix timestamp (seconds)
∟ comments_countint32trueComment count
∟ likes_countint32trueLike count
∟ shares_countint32trueShare count