API Documentation
⌘K
API Key
Get free key GET
/api/1/alternative/wikipedia-pageviews/{ticker}Wikipedia Pageviews API
Returns daily Wikipedia pageview counts for a company article
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/wikipedia-pageviews/AAPL?limit=10' \
-H 'Accept: application/json'200 Response
[
{
"date": "2025-01-15T00:00:00.000Z",
"views": 12500
}
]