post https://platform.atom.finance/api/2.0/equity/business-metrics/asset
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 ofmetrics
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) andfq
(fiscal quarter) combination. Each item in this list contains an array ofmetrics
containing the Business Metrics data corresponding to a specific fiscal year.
- annual: contains a list of objects, each object pertaining to a specific