---
title: "Get daily ratio time-series for a company"
method: GET
path: "/v1/company/ratios/daily/{ratioId}"
tags: ["Ratios"]
---

# Get daily ratio time-series for a company

`GET /v1/company/ratios/daily/{ratioId}`

Returns a daily time-series for the specified ratio. Stock Price mirrors the stock-prices endpoint's served closing-price series exactly when no currency override is requested. Other ratios are recomputed for each trading day using that closing price and the most recently reported fundamental inputs available as of that date.

## Path parameters

- `ratioId` string, required — ID of the ratio (e.g. ratio_price_to_earnings)

## Query parameters

- `apiKey` string — API Key (alternatively send via X-Api-Key header)
- `ticker` string — Company ticker, use with mic or alone for US tickers
- `micCode` string — Company MIC, use with ticker
- `exchange` string — Company exchange code, use with ticker
- `companyKey` string — Company key (alternative to ticker/micCode/exchange)
- `cusip` string — Requires CUSIP/ISIN license. An alternative to ticker/micCode/exchange. Company CUSIP
- `isin` string — Requires CUSIP/ISIN license. An alternative to ticker/micCode/exchange. Company ISIN
- `figi` string — FIGI (Financial Instrument Global Identifier). An alternative to ticker/micCode/exchange.
- `cik` string — Company CIK (SEC Central Index Key). An alternative to ticker/micCode/exchange.
- `fscl` string — Fiscal.ai stable company identifier (the companyFiscalIdentifier field). An alternative to ticker/micCode/exchange.
- `currency` string — ISO 4217 target currency code (e.g., USD, CAD, EUR). Case-insensitive; system normalizes to uppercase. Must be 3-4 letters. Defaults to company's reporting currency.

## Response `200`

Daily ratio series

- object[]
  - `date` string, required
  - `ratio` number, required

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/fiscal/apis/openapi.md) · [All operations](https://skmtc.net/fiscal/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fiscal/openapi/versions/5e2c5deea9a5/schema)
