API Documentation
⌘K
API Key
Get free key GET
/api/1/patents/stats/{ticker}Patent Statistics API
Returns annual patent statistics for a company
Parameters
1tickerstringrequiredStock ticker symbol
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/patents/stats/AAPL' \
-H 'Accept: application/json'200 Response
[
{
"year": 2025,
"patent_count": 150,
"avg_claims": 18.5
}
]