ConsoleCatalog
Sign in
Screener logo

Screener

Screener.in - Indian company fundamentals, financial statements, shareholding, peers, and saved screens.

Company Documents

ASYNCREADNo auth

Returns filings and documents including announcements, annual reports, credit ratings, and concalls.

ParametersFormJSON

Ticker (e.g. 'INFY') or BSE code (e.g. '500209'). Use the ticker from scr_company_search. The internal numeric id does not work here

Consolidated or standalone financials

cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "scr_company_documents",
    "params": {
      "company": "INFY",
      "consolidated": true
    }
  }'