API Documentation

GET/api/1/alternative/google-trends/{ticker}

Google Trends API

Returns Google search interest over time for a company

Parameters

2
limitnumber
query

Number of data points (default 90)

tickerstringrequired
path

Stock ticker symbol

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/alternative/google-trends/AAPL?limit=10' \
  -H 'Accept: application/json'
200 Response
[
  {
  "date": "2025-01-15T00:00:00.000Z",
  "interest": 75,
  "keyword": "Apple"
}
]