# BULK DIVIDEND PURIFICATION v.2 Get the list of Dividend Purification Results for stocks. You can query by stock tickers. Maximum permissible limit of tickers per request is 100. ## Request body: | Parameter | Value | Description | | --- | --- | --- | | stocks | \["AAPL","NFLX","TSLA, . . . . "\] | Stock symbol list (Maximum 100 symbols per request) | ## Response body: | Parameter | Type | Description | | --- | --- | --- | | non-compliant_revenue_ratio | number | Percentage of non-compliant revenue out of total revenue | | symbol | string | Stock symbol | | reported_quarter | string | Reported quarter | | dividend_per_share_for_quarter | number | Dividend per share for the latest quarter | | reported_year | number | Reported year | | dividend_purification_amount_per_share | number | Dividend purification amount per share (DPAPS) | | report_date | date | Report date | Endpoint: POST /v2/musaffa/stocks/dividends/pure/bulk Version: 1.0.0 Security: MusaffaAuth ## Header parameters: - `clientid` (string) Example: "{{clientId}}" - `time` (string) Example: "{{time}}" - `token` (string) Example: "{{token}}" ## Request fields (application/json): - `stocks` (array) Example: ["CRMZ","WWD","PEAK","MYI","ARCB","BBAR","BCS","CSV","FDBC","AGRO","SMMF","WFG","BSMX","PVBC","ONEW","TNL","GTN","SUPV","IGIC","DCOM","NATI","BF.A","BRG","GEN","IEP","ADES","OBNK","TAST","SPOK","GORO","ABTX","TEX","NWBI","CMS","EBAY","SRE","SU","CCU","RUSHA","ASML","UBS","HOFT","TW","ALEX","AAPL"] ## Response 200 fields (application/json): - `dividend_per_share_for_quarter` (number) Example: 0.22 - `dividend_purification_amount_per_share` (number) Example: 0.13977641220092774 - `non-compliant_revenue_ratio` (number) Example: 63.534733 - `report_date` (string) Example: "2022-12-31" - `reported_quarter` (string) Example: "FIRST_QUARTER" - `reported_year` (number) Example: 2023 - `symbol` (string) Example: "WWD"