API Documentation
⌘K
API Key
Get free key GET
/api/1/alternative/google-trends/{ticker}Google Trends API
Returns Google search interest over time for a company
Parameters
2limitnumberNumber of data points (default 90)
tickerstringrequiredStock 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"
}
]