Public Playground
Preview the endpoint before sending a live request
Sample responses, schemas, request previews, and code snippets are visible before sign in. Create an account when you are ready to save an API key and run authenticated requests.
Playground
Google Finance top headline API Playground
Returns the top Google Finance headline.
GETapiKey1 credit/requestfinance.headlineResponseDocGoogle Finance
Endpoint details
Returns the top Google Finance headline.
- Method
- GET
- Path
- /google/finance/markets/headline
- Authentication
- apiKey
- Credit cost
- 1 credit/request
- Platform
- Google Finance
- Parameters
- 1 documented fields
Request parameters
x-api-key:header
Response schema fields
codedatadata.articledata.article.published_atdata.article.published_unixdata.article.relateddata.article.related[].after_hoursdata.article.related[].after_hours.changedata.article.related[].after_hours.change_percentdata.article.related[].after_hours.pricedata.article.related[].changedata.article.related[].change_percent
Sample response summary
{
"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"
}
]
}
}
}cURL example
curl "https://api.crawlora.net/api/v1/google/finance/markets/headline" \
-H "x-api-key: <api-key>"