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 analyst articles API Playground
Returns normalized analyst article results for a quote.
GETapiKey1 credit/requestfinance.articlesResponseDocGoogle Finance
Endpoint details
Returns normalized analyst article results for a quote.
- Method
- GET
- Path
- /google/finance/analyst-articles/{quote}
- Authentication
- apiKey
- Credit cost
- 1 credit/request
- Platform
- Google Finance
- Parameters
- 2 documented fields
Request parameters
quote:pathx-api-key:header
Response schema fields
codedatadata[].published_atdata[].published_unixdata[].relateddata[].related[].after_hoursdata[].related[].after_hours.changedata[].related[].after_hours.change_percentdata[].related[].after_hours.pricedata[].related[].changedata[].related[].change_percentdata[].related[].country
Sample response summary
{
"code": 200,
"msg": "OK",
"data": [
{
"title": "Google, Meta, Microsoft, Amazon, Apple earnings: What to expect",
"source": "Yahoo Finance",
"url": "https://finance.yahoo.com/video/google-meta-microsoft-amazon-apple-earnings-what...",
"published_unix": 1777302768,
"published_at": "2026-04-27T15:12:48Z",
"thumbnail_url": "https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcQCfvp1KiKPZMcMBMAgl6t1Y8uR..."
}
]
}cURL example
curl "https://api.crawlora.net/api/v1/google/finance/analyst-articles/<quote>" \
-H "x-api-key: <api-key>"