curl --request GET \
--url https://api.benzinga.com/api/v3/fundamentals/balance-sheet
[
"<string>"
]
Get Balance Sheet V3
curl --request GET \
--url https://api.benzinga.com/api/v3/fundamentals/balance-sheet
[
"<string>"
]
OK
The response is of type string[]
.
Was this page helpful?