Using Proxycurl's Historic LinkedIn Employee Count Tool for Investment Research Learn more

Company logo of A. Qasem & Co. Chartered Accountants

Employee result from A. Qasem & Co. Chartered Accountants

11-50 employees found.

Here are 10 random employees from A. Qasem & Co. Chartered Accountants

Profile picture of Anisur Rahman

Anisur Rahman

Audit Associate
Profile picture of Araf Afsah Haider

Araf Afsah Haider

Auditor's Representative
Profile picture of Arif Mahmood, FCA, ACA (ICAEW)

Arif Mahmood, FCA, ACA (ICAEW)

Associate Director
Profile picture of Md. Azizul Azim

Md. Azizul Azim

Audit Associate
Profile picture of Jabin Hasan

Jabin Hasan

Audit Associate
Profile picture of James Karmokar

James Karmokar

Audit Associate
Profile picture of Mahmudul H. Al Mahbub ACCA

Mahmudul H. Al Mahbub ACCA

assistant manager, Tax
Profile picture of Matiur Rahman

Matiur Rahman

Ey bangladesh
Profile picture of Md. Fakharuddin Shah

Md. Fakharuddin Shah

Auditors' Representative

Get the list of employees for A. Qasem & Co. Chartered Accountants

Proxycurl is a developer's tool to integrate People/Company related data into their applications


import requests

api_endpoint = 'https://nubela.co/proxycurl/api/linkedin/company/employees/'
api_key = 'YOUR_API_KEY'
header_dic = {'Authorization': 'Bearer ' + api_key}
params = {
    'employment_status': 'current',
    'url': 'https://www.linkedin.com/company/nubela',
}
response = requests.get(api_endpoint,
                        params=params,
                        headers=header_dic)