Returns all available Business Metrics for an asset. Business metrics are specific, non-GAAP, non-standard measures used by professional investors to evaluate a company's performance. These metrics are tailored to the company and its industry.

About Business Metrics (Asset)

This endpoint contains annual and quarterly Business Metrics for supported companies. Each company contains both asset-specific (iPhone Sales for AAPL) and sector-specific (Revenue per Passenger for Airline companies) information. Users have the option to view the data aggregated both by year and by quarter.

Request

  • Individual asset: This request takes in an asset as an input parameter and returns an object containing Atomic Facts for the given ticker.

Response

For each individual company, results are organized in two objects:

  • asset: Contains asset metadata for a given ticker
  • data: Contains Annual and Quarterly data for a given ticker, structured as two arrays:
    • annual: contains a list of objects, each object pertaining to a specific fy (fiscal year). Each item in this list contains an array of metrics containing the Business Metrics data corresponding to a specific fiscal year.
    • quarterly: contains a list of objects, each object pertaining to a specific fy (fiscal year) and fq (fiscal quarter) combination. Each item in this list contains an array of metrics containing the Business Metrics data corresponding to a specific fiscal year.
Language
Authentication
Query
Click Try It! to start a request and see the response here!