List all companies
GET https://data.partnr.ai/v2/companies
Returns a list of all the companies you can get data from.
Request Parameters
Parameter | Location | Description | Required |
---|---|---|---|
show_sector | Query parameter | Boolean.If specified, returns the sector of the companies. | Optional |
Response
Code | Description |
---|---|
200 | Returns a list of companies. |
401 | Unauthorized. |
Example
[
{
"symbol": "PETR"
"company_id": "33000167000101",
"name": "PETROLEO BRASILEIRO S.A. PETROBRAS",
"trading_name": "PETROBRAS",
},
{
"symbol": "RANI"
"company_id": "92791243000103",
"name": "IRANI PAPEL E EMBALAGEM S.A.",
"trading_name": "IRANI",
}
]
info
Note that the symbol
field is used as the company's unique identifier when querying
for data.