Skip to main content
GET
/
v1
/
companies
/
{id}
/
financial-metrics
List company financial metrics
curl --request GET \
  --url https://api.metal.ai/v1/companies/{id}/financial-metrics \
  --header 'x-metal-api-key: <api-key>' \
  --header 'x-metal-client-id: <api-key>'
{
  "data": [
    {
      "name": "<string>",
      "value": 123,
      "period": "<string>",
      "currency": "<string>"
    }
  ]
}

Authorizations

x-metal-client-id
string
header
required

The Client ID of your API key.

x-metal-api-key
string
header
required

The secret value of your API key.

Path Parameters

id
string
required

The company id.

Response

Financial metrics for the company.

data
object[]