GET
/
api
/
v3
/
fundamentals
/
derived
curl --request GET \
  --url https://api.benzinga.com/api/v3/fundamentals/derived
"<string>"

Authorizations

token
string
query
required

Query Parameters

symbols
string
required

Comma separated list of symbols

from
string

From date

to
string

To date

date
string

Report Type

Response

200
application/json
Returns a JSON object with derived figures and ratios

The response is of type string.

Was this page helpful?