curl --request GET \
--url https://api.benzinga.com/analyst/reports/raw-text
[
{
"date": "<string>",
"exchange": "<string>",
"extracted_paragraphs": [
"<string>"
],
"firm_id": "<string>",
"id": "<string>",
"ticker": "<string>"
}
]
Get Analyst Reports Raw Text Data
curl --request GET \
--url https://api.benzinga.com/analyst/reports/raw-text
[
{
"date": "<string>",
"exchange": "<string>",
"extracted_paragraphs": [
"<string>"
],
"firm_id": "<string>",
"id": "<string>",
"ticker": "<string>"
}
]
OK
The response is of type object[]
.
Was this page helpful?