Playground

Google Finance top headline API playground

Returns the top Google Finance headline.

GETapiKey1 credit/requestfinance.headlineResponseDoc

Selected endpoint

GET /google/finance/markets/headline

Returns the top Google Finance headline.

Group
Google Finance
Authentication
apiKey
Credit cost
1 credit/request
Path parameters
0
Query parameters
0
Body parameters
0
GETapiKey1 credit/requestheadlineResponseDoc

Google Finance top headline

Returns the top Google Finance headline.

API key required. Paste a full key or rotate one from the API Keys page.

Set up API key

Request URL will appear here.

Request headers will appear here.

Request body preview will appear here when applicable.

Status, latency, response headers, and response body will appear after a request.

{
  "code": 200,
  "msg": "OK",
  "data": {
    "article": {
      "title": "The S&P 500 Just Hit a Record High. Is It Too Late to Buy?",
      "source": "TipRanks",
      "url": "https://www.tipranks.com/news/the-sp-500-just-hit-a-record-high-is-it-too-late-to-buy",
      "published_unix": 1777403286,
      "published_at": "2026-04-28T19:08:06Z",
      "thumbnail_url": "https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcTsy2ZSFvZXrlIRo084m5icW9Ne...",
      "related": [
        {
          "ticker": ".INX",
          "exchange": "INDEXSP",
          "name": "S&P 500",
          "type": "index",
          "price": 7138.8,
          "change": -35.11035,
          "change_percent": -0.48941723,
          "identifier": ".INX:INDEXSP"
        }
      ]
    }
  }
}