API Documentation
GET
/api/1/datasets/{dataset}/{identifier}Company Dataset API
Latest warehouse snapshot for one security (ISIN, ticker, CUSIP, SEDOL, or WKN).
Defaults
as_of=latestRelated endpoints
Parameters
Required first. Documented defaults are selected — Test Request matches a bare call.
datasetstringrequiredDataset slug from the catalog endpoint
identifierstringrequiredSecurity identifier: ISIN, ticker, CUSIP, SEDOL, or WKN (e.g. US0378331005, AAPL, 037833100)
as_ofstringdefault latestAs-of date YYYY-MM-DD (default: latest)
Default latest
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/datasets/{dataset}/US0378331005' \
-H 'Accept: application/json'200 Response
{}