Skip to Content

News

Get the news list for a specified security.

Request

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

Path Parameters

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

Response

Response Headers

  • Content-Type: application/json

Response Example

json
{
  "code": 0,
  "message": "success",
  "data": {
    "items": [
      {
        "id": "277062200",
        "title": "P/E Ratio Insights for AppLovin",
        "description": "AppLovin Inc. (NASDAQ:APP) shares are currently priced at $418.56, reflecting a 1.42% increase, despite a 24.88% decline over the past month and a 31.28% rise over the past year.",
        "url": "https://longbridge.com/news/277062200",
        "published_at": "1750746101",
        "comments_count": 10,
        "likes_count": 25,
        "shares_count": 3
      }
    ]
  }
}

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