curl -X PUT "https://api.finscreener.in/api/screener/scr_123" \ -H "Authorization: Bearer YOUR_ACCESS_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "name": "Mumbai Tech Companies", "query": "City == '\''Mumbai'\'' AND NICCode IN [62011, 62012, 62013]" }'
{ "id": "scr_123", "name": "Mumbai Tech Companies", "type": "company", "query": "City == 'Mumbai' AND NICCode IN [62011, 62012, 62013]", "updated_at": "2026-02-04T12:30:00Z" }
Update a saved screener
Bearer <access_token>