GET
/
api
/
v3
/
fundamentals
/
balance-sheet
curl --request GET \
  --url https://api.benzinga.com/api/v3/fundamentals/balance-sheet
[
  "<string>"
]

Authorizations

token
string
query
required

Query Parameters

symbols
string
required

Symbols

from
string

From

to
string

To

date
string

Report Type

Response

200
application/json
OK

The response is of type string[].

Was this page helpful?