I am trying to get dividend records for ALSO.PA which dividend type is NOT "Special" via Eikon API.
The following call returns 3 records -- 2 with divtype=Final and 1 with divtype=Specific:
get_data?symbol=ALSO.PA&fields=TR.DivUnadjustedGross|TR.DivCurr|TR.DivExDate|TR.DivType&start_date=2019-01-01&end_date=2021-05-31
How/where can I specify the dividend type to exclude (Special), so this call only return the 2 records with TR.divtype=Final?