File tree Expand file tree Collapse file tree 6 files changed +15
-32
lines changed
Expand file tree Collapse file tree 6 files changed +15
-32
lines changed Original file line number Diff line number Diff line change 66 title : Analyst Reports Raw Text API
77 version : 1.0.0
88paths :
9- /api/v1/ analyst/reports/raw-text :
9+ /analyst/reports/raw-text :
1010 get :
1111 description : Get Analyst Reports Raw Text Data
1212 operationId : get-analyst-reports-raw-text-data
@@ -75,6 +75,3 @@ components:
7575 ticker :
7676 type : string
7777 type : object
78- servers :
79- - url : https://api.benzinga.com
80- description : Default
Original file line number Diff line number Diff line change 11openapi : 3.0.0
22info :
33 contact : {}
4- description : This REST API provides endpoints to search for fundamentals and get fundamental details.
4+ description : This REST API provides endpoints to search for fundamentals and get
5+ fundamental details.
56 termsOfService : http://swagger.io/terms/
67 title : Data API Proxy
78 version : 2.0.0
@@ -1106,6 +1107,8 @@ components:
11061107 type : object
11071108 bzhttp.ErrorCode :
11081109 enum :
1110+ - unsupported_message_type
1111+ - database_query_error
11091112 - json_unmarshaling_error
11101113 - no_data_found
11111114 - no_matching_endpoint
@@ -1117,10 +1120,10 @@ components:
11171120 - failed_dependency
11181121 - service_unavailable
11191122 - upstream_api_error
1120- - unsupported_message_type
1121- - database_query_error
11221123 type : string
11231124 x-enum-varnames :
1125+ - ErrorUnsupportedMessageType
1126+ - ErrorDBQueryError
11241127 - ErrorJSONUnmarshaling
11251128 - ErrorNoDataFound
11261129 - ErrorNoMatchingEndpoint
@@ -1132,8 +1135,6 @@ components:
11321135 - ErrorFailedDependency
11331136 - ErrorServiceUnavailable
11341137 - ErrorUpstreamAPIError
1135- - ErrorUnsupportedMessageType
1136- - ErrorDBQueryError
11371138 bzhttp.Resp :
11381139 properties :
11391140 data :
@@ -1146,6 +1147,3 @@ components:
11461147 ok :
11471148 type : boolean
11481149 type : object
1149- servers :
1150- - url : https://api.benzinga.com
1151- description : Default
Original file line number Diff line number Diff line change 11openapi : 3.0.0
22info :
33 contact : {}
4- description : This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details.
4+ description : This REST API provides endpoints to search for earnings call
5+ transcripts and get earnings call transcript details.
56 termsOfService : http://swagger.io/terms/
67 title : Earnings Call Transcripts API
78 version : 1.0.0
@@ -225,6 +226,3 @@ components:
225226 transcript :
226227 type : string
227228 type : object
228- servers :
229- - url : https://api.benzinga.com
230- description : Default
Original file line number Diff line number Diff line change @@ -284,8 +284,3 @@ components:
284284 mark_vector_light :
285285 type : string
286286 type : object
287- servers :
288- - url : https://api.benzinga.com/api/v2
289- description : V2
290- - url : https://api.benzinga.com/api/v2.1
291- description : V2.1
Original file line number Diff line number Diff line change @@ -102,6 +102,8 @@ components:
102102 type : object
103103 bzhttp.ErrorCode :
104104 enum :
105+ - unsupported_message_type
106+ - database_query_error
105107 - json_unmarshaling_error
106108 - no_data_found
107109 - no_matching_endpoint
@@ -113,10 +115,10 @@ components:
113115 - failed_dependency
114116 - service_unavailable
115117 - upstream_api_error
116- - unsupported_message_type
117- - database_query_error
118118 type : string
119119 x-enum-varnames :
120+ - ErrorUnsupportedMessageType
121+ - ErrorDBQueryError
120122 - ErrorJSONUnmarshaling
121123 - ErrorNoDataFound
122124 - ErrorNoMatchingEndpoint
@@ -128,8 +130,6 @@ components:
128130 - ErrorFailedDependency
129131 - ErrorServiceUnavailable
130132 - ErrorUpstreamAPIError
131- - ErrorUnsupportedMessageType
132- - ErrorDBQueryError
133133 bzhttp.Resp :
134134 properties :
135135 data :
@@ -337,6 +337,3 @@ components:
337337 prevDay% :
338338 type : string
339339 type : object
340- servers :
341- - url : https://api.benzinga.com
342- description : Default
Original file line number Diff line number Diff line change 11openapi : 3.0.0
22info :
33 contact : {}
4- description : This REST API provides endpoints to search for trending tickers and get ticker details.
4+ description : This REST API provides endpoints to search for trending tickers and
5+ get ticker details.
56 termsOfService : http://swagger.io/terms/
67 title : TickerTrends API
78 version : 2.1.0
@@ -248,6 +249,3 @@ components:
248249 security :
249250 $ref : " #/components/schemas/httpapi.security"
250251 type : object
251- servers :
252- - url : https://api.benzinga.com
253- description : Default
You can’t perform that action at this time.
0 commit comments