List all companies
GET https://data.partnr.ai/v2/companies
Returns a list of all the companies you can get data from.
Request Parameters
No parameters.
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.