API Documentation
⌘K
API Key
Get free key GET
/api/1/fundamentals/company/{identifier}SEC Company Info
Returns SEC company registration info including CIK, ticker, SIC industry code, state of incorporation, and fiscal year end.
Parameters
1identifierstringrequiredSecurity identifier: ISIN, ticker, CUSIP, SEDOL, or WKN (e.g. US0378331005, AAPL, 037833100)
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/fundamentals/company/US0378331005' \
-H 'Accept: application/json'200 Response
{
"cik": 320193,
"ticker": "AAPL",
"company_name": "Apple Inc.",
"sic": "3571",
"sic_description": "Electronic Computers",
"state": "CA",
"fiscal_year_end": "0928"
}