API Documentation

⌘K
GET/api/1/equity-extended/sec-company/{ticker}

SEC Company Info API

Returns SEC EDGAR company metadata including CIK, SIC code, state of incorporation, fiscal year end, and filing history

Parameters

1
tickerstringrequired
path

Stock ticker symbol (e.g. AAPL)

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/equity-extended/sec-company/AAPL' \
  -H 'Accept: application/json'
200 Response
{}