Skip to main content
GET
/
api
/
v3
/
fundamentals
/
derived
Get derived figures and ratios V3
curl --request GET \
  --url 'https://api.benzinga.com/api/v1/api/v3/fundamentals/derived?token='
{
  "ok": "true",
  "data": []
}
{
  "ok": "true",
  "data": []
}

Authorizations

token
string
query
required

Query Parameters

symbols
string
required

Comma separated list of symbols

from
string

Start date for query in YYYY-MM-DD format. Supports: YYYY-MM-DD, YTD (year-to-date), 1MONTH/1m/1M (1 month ago)

to
string

End date for query in YYYY-MM-DD format. Returns data up to and including this date.

date
string

Report type filter. Values: TTM (trailing twelve months), A (as reported), R (restated), P (preliminary)

Response

Returns a JSON object with derived figures and ratios

The response is of type string.