curl -X POST "https://api.finscreener.in/api/recently-registered/directors" \ -H "Authorization: Bearer YOUR_ACCESS_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "from_date": "2026-01-01", "to_date": "2026-01-31" }'
{ "directors": [ { "DIN": "12345678", "Name": "JOHN DOE", "dateOfAppointment": "2026-01-15", "CIN": "U72200MH2026PTC123456", "companyName": "NEW TECH SOLUTIONS PRIVATE LIMITED", "Designation": "Director" } ], "total": 892, "page": 1, "pages": 18 }
Get recently appointed directors
Bearer <access_token>