Login

Reference

All Companies


All Companies


Provides a complete list of all companies with their trading symbols.


Rate Limits


PlanRate Limit
Hobby5 requests / day
Plus10 requests / minute

Request


GET /api/all_companies

ParameterDescriptionPriorityType
api_keyUser Generated API Key. Generate Hererequiredstring

Response


FieldDescriptionType
successIndicates if the API call was successful or notstring
results_countAll companies countinteger
dataArray of all companiesarray
data.nameName of the companystring
data.trading_symbolTrading Symbol of the companystring

Example


curl -X GET \ -H "Content-Type: application/json" \ --url 'https://api.fincrux.org/api/all_companies?api_key={api_key}'
{ "success": "true", "results_count": 3223, "data": [ { "name": "A2Z INFRA ENGINEERING LTD", "trading_symbol": "A2ZINFRA" }, { "name": "AAA TECHNOLOGIES LIMITED", "trading_symbol": "AAATECH" } ] }

Designed & Shipped by Harshit Bansal