Provides a complete list of all companies with their trading symbols.
| Plan | Rate Limit |
|---|---|
| Hobby | 5 requests / day |
| Plus | 10 requests / minute |
GET /api/all_companies
| Parameter | Description | Priority | Type |
|---|---|---|---|
| api_key | User Generated API Key. Generate Here | required | string |
| Field | Description | Type |
|---|---|---|
| success | Indicates if the API call was successful or not | string |
| results_count | All companies count | integer |
| data | Array of all companies | array |
| data.name | Name of the company | string |
| data.trading_symbol | Trading Symbol of the company | string |
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" } ] }
Refund Policy