API Documentation

⌘K
GET/api/1/equity/cashflow-statement-quarterly/{identifier}

Quarterly Cash Flow Statement API

Returns quarterly cash flow statement data (operating, investing, financing cash flows) for the given ISIN

Parameters

1
identifierstringrequired
path

Security identifier: ISIN, ticker, CUSIP, SEDOL, or WKN

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/equity/cashflow-statement-quarterly/US0378331005' \
  -H 'Accept: application/json'
200 Response
[
  {}
]