Financials
Get Financial Score
Fetches the financial score for a given company stock symbol. The score provides a quick assessment of a company's financial health.
get/financials/score/{symbol}
Path parameters
symbolstring required
The stock symbol of the company (e.g., AAPL).
Query parameters
limitinteger
The maximum number of records to return. Defaults to provider's default.
Response
Successful response with financial score data.
Example response
[
{
"symbol": "AAPL",
"altman-z-score": 8.67297626993697,
"piotroski-score": 8,
"working-capital": -11125000000,
"total-assets": 344085000000,
"total-liabilities": 277327000000,
"retained-earnings": -11221000000,
"ebit": 125675000000,
"revenue": 395760000000,
"market-cap": 2959053258000
}
]