---
title: "Get Financial Score"
method: GET
path: "/financials/score/{symbol}"
tags: ["Financials"]
---

# Get Financial Score

`GET /financials/score/{symbol}`

Fetches the financial score for a given company stock symbol. The score provides a quick assessment of a company's financial health.

## Path parameters

- `symbol` string, required

## Query parameters

- `limit` integer

## Response `200`

Successful response with financial score data.

- object[]
  - `symbol` string
  - `altman-z-score` number
  - `piotroski-score` number
  - `working-capital` number
  - `total-assets` number
  - `total-liabilities` number
  - `retained-earnings` number
  - `ebit` number
  - `revenue` number
  - `market-cap` number

## Other responses

- `400` — Bad Request - Symbol parameter missing.
- `404` — Not Found - The requested symbol does not exist or has no score data.
- `500` — Internal Server Error - Failed to fetch data or other server error.

---

[API](https://skmtc.net/laksmono---company/apis/finbud-api.md) · [All operations](https://skmtc.net/laksmono---company/apis/finbud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/laksmono---company/finbud-api/revisions/742d2654c09a/schema)
