Saltar al contenido principal
GET
/
api
/
v2.1
/
fundamentals
/
companyProfile
Información del perfil de la empresa V2.1
curl --request GET \
  --url 'https://api.example.com/api/v2.1/fundamentals/companyProfile?token='
{
  "result": [
    {
      "company": {
        "primarySymbol": "AAPL",
        "primaryExchange": "NAS",
        "cik": "320193",
        "isin": "CA03785Y1007",
        "cusip": "03785Y100",
        "standardName": "Apple",
        "countryId": "USA",
        "isReit": false,
        "industryTemplateCode": "N",
        "businessCountryId": "USA",
        "isLimitedPartnership": false,
        "yearofEstablishment": 1977,
        "isLimitedLiabilityCompany": false
      },
      "companyProfile": {
        "companyStatus": "U",
        "countryId": "USA",
        "fiscalYearEnd": "9",
        "shortName": "Apple",
        "standardName": "Apple Inc",
        "address1": "One Apple Park Way",
        "city": "Cupertino",
        "country": "USA",
        "fax": "+1 408 974-2483",
        "homepage": "https://www.apple.com",
        "phone": "+1 408 996-1010",
        "postalCode": "95014",
        "province": "CA",
        "totalEmployees": 166000,
        "legalName": "Apple Inc",
        "longDescription": "Apple is among the largest companies in the world, with a broad portfolio of hardware and software products targeted at consumers and businesses. Apple's iPhone makes up a majority of the firm sales, and Apple's other products like Mac, iPad, and Watch are designed around the iPhone as the focal point of an expansive software ecosystem. Apple has progressively worked to add new applications, like streaming video, subscription bundles, and augmented reality. The firm designs its own software and semiconductors while working with subcontractors like Foxconn and TSMC to build its products and chips. Slightly less than half of Apple's sales come directly through its flagship stores, with a majority of sales coming indirectly through partnerships and distribution."
      },
      "symbol": "AAPL",
      "idType": "SYMBOL",
      "id": "AAPL"
    }
  ]
}
{
  "result": [
    {
      "company": {
        "primarySymbol": "AAPL",
        "primaryExchange": "NAS",
        "cik": "320193",
        "isin": "CA03785Y1007",
        "cusip": "03785Y100",
        "standardName": "Apple",
        "countryId": "USA",
        "isReit": false,
        "industryTemplateCode": "N",
        "businessCountryId": "USA",
        "isLimitedPartnership": false,
        "yearofEstablishment": 1977,
        "isLimitedLiabilityCompany": false
      },
      "companyProfile": {
        "companyStatus": "U",
        "countryId": "USA",
        "fiscalYearEnd": "9",
        "shortName": "Apple",
        "standardName": "Apple Inc",
        "address1": "One Apple Park Way",
        "city": "Cupertino",
        "country": "USA",
        "fax": "+1 408 974-2483",
        "homepage": "https://www.apple.com",
        "phone": "+1 408 996-1010",
        "postalCode": "95014",
        "province": "CA",
        "totalEmployees": 166000,
        "legalName": "Apple Inc",
        "longDescription": "Apple is among the largest companies in the world, with a broad portfolio of hardware and software products targeted at consumers and businesses. Apple's iPhone makes up a majority of the firm sales, and Apple's other products like Mac, iPad, and Watch are designed around the iPhone as the focal point of an expansive software ecosystem. Apple has progressively worked to add new applications, like streaming video, subscription bundles, and augmented reality. The firm designs its own software and semiconductors while working with subcontractors like Foxconn and TSMC to build its products and chips. Slightly less than half of Apple's sales come directly through its flagship stores, with a majority of sales coming indirectly through partnerships and distribution."
      },
      "symbol": "AAPL",
      "idType": "SYMBOL",
      "id": "AAPL"
    }
  ]
}

Autorizaciones

token
string
query
requerido

Parámetros de consulta

symbols
string
requerido

Lista de símbolos separados por comas de ticker de acciones (p. ej., AAPL, MSFT, GOOGL). Obligatorio.

asOf
string

Devuelve resultados para fechas posteriores o iguales a esta fecha. Formato: AAAA-MM-DD (p. ej., 2024-01-01)

period
string

Filtro de período de tiempo para los períodos de informes financieros. Valores admitidos: Q1, Q2, Q3, Q4 (trimestres), FY (año fiscal), TTM (últimos doce meses)

reportType
string

Tipo de informe financiero. Valores admitidos: TTM (últimos doce meses), A (según se informó originalmente), R (valores reexpresados), P (anuncios preliminares)

Respuesta

Datos del perfil de la empresa

The response is of type object.