From 06d080ef890396a8037048b4778b753fd1f87fd2 Mon Sep 17 00:00:00 2001 From: GitLab CI Date: Thu, 16 Oct 2025 09:54:01 +0000 Subject: [PATCH 01/71] Transferred BzGo OpenAPI specs from GitLab to GitHub --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 --- openapi/data-api-proxy_api.spec.yml | 14 ++++++-------- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++---- openapi/logo-api_api.spec.yml | 13 ++++--------- openapi/newsquantified-api_api.spec.yml | 3 --- openapi/ticker-trends-api_api.spec.yml | 6 ++---- 6 files changed, 14 insertions(+), 31 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 60f6b729..99a77a01 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,6 +75,3 @@ components: ticker: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index a19e72a1..4da77638 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get fundamental details. + description: This REST API provides endpoints to search for fundamentals and get + fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1106,6 +1107,8 @@ components: type: object bzhttp.ErrorCode: enum: + - unsupported_message_type + - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -1117,10 +1120,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error - - unsupported_message_type - - database_query_error type: string x-enum-varnames: + - ErrorUnsupportedMessageType + - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -1132,8 +1135,6 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError - - ErrorUnsupportedMessageType - - ErrorDBQueryError bzhttp.Resp: properties: data: @@ -1146,6 +1147,3 @@ components: ok: type: boolean type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index f9b27e79..924abd0d 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call + transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -235,6 +236,3 @@ components: transcript: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index d2ee38bf..180a809a 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -179,8 +179,6 @@ components: type: object bzhttp.ErrorCode: enum: - - unsupported_message_type - - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -192,10 +190,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error + - unsupported_message_type + - database_query_error type: string x-enum-varnames: - - ErrorUnsupportedMessageType - - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -207,6 +205,8 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError + - ErrorUnsupportedMessageType + - ErrorDBQueryError bzhttp.Resp: properties: data: @@ -284,8 +284,3 @@ components: mark_vector_light: type: string type: object -servers: - - url: https://api.benzinga.com/api/v2 - description: V2 - - url: https://api.benzinga.com/api/v2.1 - description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 4fc701bd..18a5abdc 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -337,6 +337,3 @@ components: prevDay%: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index 6307aff8..fe80bfbf 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and get ticker details. + description: This REST API provides endpoints to search for trending tickers and + get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -272,6 +273,3 @@ components: security: $ref: "#/components/schemas/models.Security" type: object -servers: - - url: https://api.benzinga.com - description: Default From e5b201b00fe4553bcc45d59d6f1cd84cef60d3c2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 16 Oct 2025 09:56:34 +0000 Subject: [PATCH 02/71] Update mint.json with new OpenAPI data --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 +++ openapi/data-api-proxy_api.spec.yml | 6 ++++-- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++++-- openapi/logo-api_api.spec.yml | 5 +++++ openapi/newsquantified-api_api.spec.yml | 3 +++ openapi/ticker-trends-api_api.spec.yml | 6 ++++-- 6 files changed, 23 insertions(+), 6 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 99a77a01..60f6b729 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,3 +75,6 @@ components: ticker: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index 4da77638..266ea94c 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get - fundamental details. + description: This REST API provides endpoints to search for fundamentals and get fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1147,3 +1146,6 @@ components: ok: type: boolean type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index 924abd0d..f9b27e79 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call - transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -236,3 +235,6 @@ components: transcript: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index 180a809a..c82825d7 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -284,3 +284,8 @@ components: mark_vector_light: type: string type: object +servers: + - url: https://api.benzinga.com/api/v2 + description: V2 + - url: https://api.benzinga.com/api/v2.1 + description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 18a5abdc..4fc701bd 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -337,3 +337,6 @@ components: prevDay%: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index fe80bfbf..6307aff8 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and - get ticker details. + description: This REST API provides endpoints to search for trending tickers and get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -273,3 +272,6 @@ components: security: $ref: "#/components/schemas/models.Security" type: object +servers: + - url: https://api.benzinga.com + description: Default From bd505223d3cd54562d6b1407ca4ad1eed1d60827 Mon Sep 17 00:00:00 2001 From: GitLab CI Date: Fri, 17 Oct 2025 05:51:21 +0000 Subject: [PATCH 03/71] Transferred BzGo OpenAPI specs from GitLab to GitHub --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 --- openapi/data-api-proxy_api.spec.yml | 6 ++---- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++---- openapi/logo-api_api.spec.yml | 5 ----- openapi/newsquantified-api_api.spec.yml | 3 --- openapi/ticker-trends-api_api.spec.yml | 14 ++++++-------- 6 files changed, 10 insertions(+), 27 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 60f6b729..99a77a01 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,6 +75,3 @@ components: ticker: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index 266ea94c..4da77638 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get fundamental details. + description: This REST API provides endpoints to search for fundamentals and get + fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1146,6 +1147,3 @@ components: ok: type: boolean type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index f9b27e79..924abd0d 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call + transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -235,6 +236,3 @@ components: transcript: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index c82825d7..180a809a 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -284,8 +284,3 @@ components: mark_vector_light: type: string type: object -servers: - - url: https://api.benzinga.com/api/v2 - description: V2 - - url: https://api.benzinga.com/api/v2.1 - description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 4fc701bd..18a5abdc 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -337,6 +337,3 @@ components: prevDay%: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index 6307aff8..34c1ae8e 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and get ticker details. + description: This REST API provides endpoints to search for trending tickers and + get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -170,8 +171,6 @@ components: type: object bzhttp.ErrorCode: enum: - - unsupported_message_type - - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -183,10 +182,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error + - unsupported_message_type + - database_query_error type: string x-enum-varnames: - - ErrorUnsupportedMessageType - - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -198,6 +197,8 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError + - ErrorUnsupportedMessageType + - ErrorDBQueryError bzhttp.Resp: properties: data: @@ -272,6 +273,3 @@ components: security: $ref: "#/components/schemas/models.Security" type: object -servers: - - url: https://api.benzinga.com - description: Default From d246cbde42a3be73898fab0f5de00c7df9fbfce9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 17 Oct 2025 05:54:55 +0000 Subject: [PATCH 04/71] Update mint.json with new OpenAPI data --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 +++ openapi/data-api-proxy_api.spec.yml | 6 ++++-- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++++-- openapi/logo-api_api.spec.yml | 5 +++++ openapi/newsquantified-api_api.spec.yml | 3 +++ openapi/ticker-trends-api_api.spec.yml | 6 ++++-- 6 files changed, 23 insertions(+), 6 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 99a77a01..60f6b729 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,3 +75,6 @@ components: ticker: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index 4da77638..266ea94c 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get - fundamental details. + description: This REST API provides endpoints to search for fundamentals and get fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1147,3 +1146,6 @@ components: ok: type: boolean type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index 924abd0d..f9b27e79 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call - transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -236,3 +235,6 @@ components: transcript: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index 180a809a..c82825d7 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -284,3 +284,8 @@ components: mark_vector_light: type: string type: object +servers: + - url: https://api.benzinga.com/api/v2 + description: V2 + - url: https://api.benzinga.com/api/v2.1 + description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 18a5abdc..4fc701bd 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -337,3 +337,6 @@ components: prevDay%: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index 34c1ae8e..225bfa4f 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and - get ticker details. + description: This REST API provides endpoints to search for trending tickers and get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -273,3 +272,6 @@ components: security: $ref: "#/components/schemas/models.Security" type: object +servers: + - url: https://api.benzinga.com + description: Default From 40ee490f8e577d5fbe74ecab0fb913b649749d0e Mon Sep 17 00:00:00 2001 From: GitLab CI Date: Fri, 17 Oct 2025 06:53:13 +0000 Subject: [PATCH 05/71] Transferred BzGo OpenAPI specs from GitLab to GitHub --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 --- openapi/data-api-proxy_api.spec.yml | 14 ++++++-------- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++---- openapi/logo-api_api.spec.yml | 5 ----- openapi/newsquantified-api_api.spec.yml | 11 ++++------- openapi/ticker-trends-api_api.spec.yml | 6 ++---- 6 files changed, 14 insertions(+), 31 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 60f6b729..99a77a01 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,6 +75,3 @@ components: ticker: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index 266ea94c..b76491cf 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get fundamental details. + description: This REST API provides endpoints to search for fundamentals and get + fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1106,8 +1107,6 @@ components: type: object bzhttp.ErrorCode: enum: - - unsupported_message_type - - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -1119,10 +1118,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error + - unsupported_message_type + - database_query_error type: string x-enum-varnames: - - ErrorUnsupportedMessageType - - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -1134,6 +1133,8 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError + - ErrorUnsupportedMessageType + - ErrorDBQueryError bzhttp.Resp: properties: data: @@ -1146,6 +1147,3 @@ components: ok: type: boolean type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index f9b27e79..924abd0d 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call + transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -235,6 +236,3 @@ components: transcript: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index c82825d7..180a809a 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -284,8 +284,3 @@ components: mark_vector_light: type: string type: object -servers: - - url: https://api.benzinga.com/api/v2 - description: V2 - - url: https://api.benzinga.com/api/v2.1 - description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 4fc701bd..131e3773 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -102,8 +102,6 @@ components: type: object bzhttp.ErrorCode: enum: - - unsupported_message_type - - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -115,10 +113,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error + - unsupported_message_type + - database_query_error type: string x-enum-varnames: - - ErrorUnsupportedMessageType - - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -130,6 +128,8 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError + - ErrorUnsupportedMessageType + - ErrorDBQueryError bzhttp.Resp: properties: data: @@ -337,6 +337,3 @@ components: prevDay%: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index 225bfa4f..34c1ae8e 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and get ticker details. + description: This REST API provides endpoints to search for trending tickers and + get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -272,6 +273,3 @@ components: security: $ref: "#/components/schemas/models.Security" type: object -servers: - - url: https://api.benzinga.com - description: Default From 506a5f3aeb99e62767ad5f0bcc3cd70df98205d9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 17 Oct 2025 06:55:27 +0000 Subject: [PATCH 06/71] Update mint.json with new OpenAPI data --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 +++ openapi/data-api-proxy_api.spec.yml | 6 ++++-- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++++-- openapi/logo-api_api.spec.yml | 5 +++++ openapi/newsquantified-api_api.spec.yml | 3 +++ openapi/ticker-trends-api_api.spec.yml | 6 ++++-- 6 files changed, 23 insertions(+), 6 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 99a77a01..60f6b729 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,3 +75,6 @@ components: ticker: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index b76491cf..a19e72a1 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get - fundamental details. + description: This REST API provides endpoints to search for fundamentals and get fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1147,3 +1146,6 @@ components: ok: type: boolean type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index 924abd0d..f9b27e79 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call - transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -236,3 +235,6 @@ components: transcript: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index 180a809a..c82825d7 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -284,3 +284,8 @@ components: mark_vector_light: type: string type: object +servers: + - url: https://api.benzinga.com/api/v2 + description: V2 + - url: https://api.benzinga.com/api/v2.1 + description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 131e3773..4ff5f684 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -337,3 +337,6 @@ components: prevDay%: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index 34c1ae8e..225bfa4f 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and - get ticker details. + description: This REST API provides endpoints to search for trending tickers and get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -273,3 +272,6 @@ components: security: $ref: "#/components/schemas/models.Security" type: object +servers: + - url: https://api.benzinga.com + description: Default From a3b9223a78f8161f3e69bc6280a0c739c8f5cbb9 Mon Sep 17 00:00:00 2001 From: GitLab CI Date: Fri, 17 Oct 2025 12:01:45 +0000 Subject: [PATCH 07/71] Transferred BzGo OpenAPI specs from GitLab to GitHub --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 --- openapi/data-api-proxy_api.spec.yml | 6 ++---- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++---- openapi/logo-api_api.spec.yml | 5 ----- openapi/newsquantified-api_api.spec.yml | 3 --- openapi/ticker-trends-api_api.spec.yml | 14 ++++++-------- 6 files changed, 10 insertions(+), 27 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 60f6b729..99a77a01 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,6 +75,3 @@ components: ticker: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index a19e72a1..b76491cf 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get fundamental details. + description: This REST API provides endpoints to search for fundamentals and get + fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1146,6 +1147,3 @@ components: ok: type: boolean type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index f9b27e79..924abd0d 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call + transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -235,6 +236,3 @@ components: transcript: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index c82825d7..180a809a 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -284,8 +284,3 @@ components: mark_vector_light: type: string type: object -servers: - - url: https://api.benzinga.com/api/v2 - description: V2 - - url: https://api.benzinga.com/api/v2.1 - description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 4ff5f684..131e3773 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -337,6 +337,3 @@ components: prevDay%: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index 225bfa4f..fe80bfbf 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and get ticker details. + description: This REST API provides endpoints to search for trending tickers and + get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -170,6 +171,8 @@ components: type: object bzhttp.ErrorCode: enum: + - unsupported_message_type + - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -181,10 +184,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error - - unsupported_message_type - - database_query_error type: string x-enum-varnames: + - ErrorUnsupportedMessageType + - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -196,8 +199,6 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError - - ErrorUnsupportedMessageType - - ErrorDBQueryError bzhttp.Resp: properties: data: @@ -272,6 +273,3 @@ components: security: $ref: "#/components/schemas/models.Security" type: object -servers: - - url: https://api.benzinga.com - description: Default From b6622609b61cdad02aa591daf3b2a000229ba3de Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 17 Oct 2025 12:05:52 +0000 Subject: [PATCH 08/71] Update mint.json with new OpenAPI data --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 +++ openapi/data-api-proxy_api.spec.yml | 6 ++++-- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++++-- openapi/logo-api_api.spec.yml | 5 +++++ openapi/newsquantified-api_api.spec.yml | 3 +++ openapi/ticker-trends-api_api.spec.yml | 6 ++++-- 6 files changed, 23 insertions(+), 6 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 99a77a01..60f6b729 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,3 +75,6 @@ components: ticker: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index b76491cf..a19e72a1 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get - fundamental details. + description: This REST API provides endpoints to search for fundamentals and get fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1147,3 +1146,6 @@ components: ok: type: boolean type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index 924abd0d..f9b27e79 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call - transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -236,3 +235,6 @@ components: transcript: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index 180a809a..c82825d7 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -284,3 +284,8 @@ components: mark_vector_light: type: string type: object +servers: + - url: https://api.benzinga.com/api/v2 + description: V2 + - url: https://api.benzinga.com/api/v2.1 + description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 131e3773..4ff5f684 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -337,3 +337,6 @@ components: prevDay%: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index fe80bfbf..6307aff8 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and - get ticker details. + description: This REST API provides endpoints to search for trending tickers and get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -273,3 +272,6 @@ components: security: $ref: "#/components/schemas/models.Security" type: object +servers: + - url: https://api.benzinga.com + description: Default From 5b54e7ed6b941295c7d6e203d6a3fc6931994797 Mon Sep 17 00:00:00 2001 From: GitLab CI Date: Fri, 17 Oct 2025 17:04:51 +0000 Subject: [PATCH 09/71] Transferred BzGo OpenAPI specs from GitLab to GitHub --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 --- openapi/data-api-proxy_api.spec.yml | 6 ++---- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++---- openapi/logo-api_api.spec.yml | 5 ----- openapi/newsquantified-api_api.spec.yml | 11 ++++------- openapi/ticker-trends-api_api.spec.yml | 14 ++++++-------- 6 files changed, 14 insertions(+), 31 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 60f6b729..99a77a01 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,6 +75,3 @@ components: ticker: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index a19e72a1..b76491cf 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get fundamental details. + description: This REST API provides endpoints to search for fundamentals and get + fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1146,6 +1147,3 @@ components: ok: type: boolean type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index f9b27e79..924abd0d 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call + transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -235,6 +236,3 @@ components: transcript: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index c82825d7..180a809a 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -284,8 +284,3 @@ components: mark_vector_light: type: string type: object -servers: - - url: https://api.benzinga.com/api/v2 - description: V2 - - url: https://api.benzinga.com/api/v2.1 - description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 4ff5f684..18a5abdc 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -102,6 +102,8 @@ components: type: object bzhttp.ErrorCode: enum: + - unsupported_message_type + - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -113,10 +115,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error - - unsupported_message_type - - database_query_error type: string x-enum-varnames: + - ErrorUnsupportedMessageType + - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -128,8 +130,6 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError - - ErrorUnsupportedMessageType - - ErrorDBQueryError bzhttp.Resp: properties: data: @@ -337,6 +337,3 @@ components: prevDay%: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index 6307aff8..34c1ae8e 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and get ticker details. + description: This REST API provides endpoints to search for trending tickers and + get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -170,8 +171,6 @@ components: type: object bzhttp.ErrorCode: enum: - - unsupported_message_type - - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -183,10 +182,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error + - unsupported_message_type + - database_query_error type: string x-enum-varnames: - - ErrorUnsupportedMessageType - - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -198,6 +197,8 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError + - ErrorUnsupportedMessageType + - ErrorDBQueryError bzhttp.Resp: properties: data: @@ -272,6 +273,3 @@ components: security: $ref: "#/components/schemas/models.Security" type: object -servers: - - url: https://api.benzinga.com - description: Default From d90e4a19ad9c59c23a0362f5d364d3ff89a8ff61 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 17 Oct 2025 17:08:25 +0000 Subject: [PATCH 10/71] Update mint.json with new OpenAPI data --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 +++ openapi/data-api-proxy_api.spec.yml | 6 ++++-- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++++-- openapi/logo-api_api.spec.yml | 5 +++++ openapi/newsquantified-api_api.spec.yml | 3 +++ openapi/ticker-trends-api_api.spec.yml | 6 ++++-- 6 files changed, 23 insertions(+), 6 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 99a77a01..60f6b729 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,3 +75,6 @@ components: ticker: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index b76491cf..a19e72a1 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get - fundamental details. + description: This REST API provides endpoints to search for fundamentals and get fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1147,3 +1146,6 @@ components: ok: type: boolean type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index 924abd0d..f9b27e79 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call - transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -236,3 +235,6 @@ components: transcript: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index 180a809a..c82825d7 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -284,3 +284,8 @@ components: mark_vector_light: type: string type: object +servers: + - url: https://api.benzinga.com/api/v2 + description: V2 + - url: https://api.benzinga.com/api/v2.1 + description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 18a5abdc..4fc701bd 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -337,3 +337,6 @@ components: prevDay%: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index 34c1ae8e..225bfa4f 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and - get ticker details. + description: This REST API provides endpoints to search for trending tickers and get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -273,3 +272,6 @@ components: security: $ref: "#/components/schemas/models.Security" type: object +servers: + - url: https://api.benzinga.com + description: Default From fb464de1ebda94e4b83a1f2e28f959dbf2c83bb2 Mon Sep 17 00:00:00 2001 From: GitLab CI Date: Mon, 20 Oct 2025 09:52:59 +0000 Subject: [PATCH 11/71] Transferred BzGo OpenAPI specs from GitLab to GitHub --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 --- openapi/data-api-proxy_api.spec.yml | 14 ++++++-------- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++---- openapi/logo-api_api.spec.yml | 13 ++++--------- openapi/newsquantified-api_api.spec.yml | 3 --- openapi/ticker-trends-api_api.spec.yml | 14 ++++++-------- 6 files changed, 18 insertions(+), 35 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 60f6b729..99a77a01 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,6 +75,3 @@ components: ticker: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index a19e72a1..4da77638 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get fundamental details. + description: This REST API provides endpoints to search for fundamentals and get + fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1106,6 +1107,8 @@ components: type: object bzhttp.ErrorCode: enum: + - unsupported_message_type + - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -1117,10 +1120,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error - - unsupported_message_type - - database_query_error type: string x-enum-varnames: + - ErrorUnsupportedMessageType + - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -1132,8 +1135,6 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError - - ErrorUnsupportedMessageType - - ErrorDBQueryError bzhttp.Resp: properties: data: @@ -1146,6 +1147,3 @@ components: ok: type: boolean type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index f9b27e79..924abd0d 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call + transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -235,6 +236,3 @@ components: transcript: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index c82825d7..5525a365 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -179,6 +179,8 @@ components: type: object bzhttp.ErrorCode: enum: + - unsupported_message_type + - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -190,10 +192,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error - - unsupported_message_type - - database_query_error type: string x-enum-varnames: + - ErrorUnsupportedMessageType + - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -205,8 +207,6 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError - - ErrorUnsupportedMessageType - - ErrorDBQueryError bzhttp.Resp: properties: data: @@ -284,8 +284,3 @@ components: mark_vector_light: type: string type: object -servers: - - url: https://api.benzinga.com/api/v2 - description: V2 - - url: https://api.benzinga.com/api/v2.1 - description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 4fc701bd..18a5abdc 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -337,6 +337,3 @@ components: prevDay%: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index 225bfa4f..fe80bfbf 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and get ticker details. + description: This REST API provides endpoints to search for trending tickers and + get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -170,6 +171,8 @@ components: type: object bzhttp.ErrorCode: enum: + - unsupported_message_type + - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -181,10 +184,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error - - unsupported_message_type - - database_query_error type: string x-enum-varnames: + - ErrorUnsupportedMessageType + - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -196,8 +199,6 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError - - ErrorUnsupportedMessageType - - ErrorDBQueryError bzhttp.Resp: properties: data: @@ -272,6 +273,3 @@ components: security: $ref: "#/components/schemas/models.Security" type: object -servers: - - url: https://api.benzinga.com - description: Default From eae0213312155fac5a7460c8eba8f5fd07996e6f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 20 Oct 2025 09:56:20 +0000 Subject: [PATCH 12/71] Update mint.json with new OpenAPI data --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 +++ openapi/data-api-proxy_api.spec.yml | 6 ++++-- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++++-- openapi/logo-api_api.spec.yml | 5 +++++ openapi/newsquantified-api_api.spec.yml | 3 +++ openapi/ticker-trends-api_api.spec.yml | 6 ++++-- 6 files changed, 23 insertions(+), 6 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 99a77a01..60f6b729 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,3 +75,6 @@ components: ticker: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index 4da77638..266ea94c 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get - fundamental details. + description: This REST API provides endpoints to search for fundamentals and get fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1147,3 +1146,6 @@ components: ok: type: boolean type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index 924abd0d..f9b27e79 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call - transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -236,3 +235,6 @@ components: transcript: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index 5525a365..d2ee38bf 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -284,3 +284,8 @@ components: mark_vector_light: type: string type: object +servers: + - url: https://api.benzinga.com/api/v2 + description: V2 + - url: https://api.benzinga.com/api/v2.1 + description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 18a5abdc..4fc701bd 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -337,3 +337,6 @@ components: prevDay%: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index fe80bfbf..6307aff8 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and - get ticker details. + description: This REST API provides endpoints to search for trending tickers and get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -273,3 +272,6 @@ components: security: $ref: "#/components/schemas/models.Security" type: object +servers: + - url: https://api.benzinga.com + description: Default From 25d267edd8f29270f9efc8955a63158ddca15b1f Mon Sep 17 00:00:00 2001 From: GitLab CI Date: Tue, 21 Oct 2025 05:46:51 +0000 Subject: [PATCH 13/71] Transferred BzGo OpenAPI specs from GitLab to GitHub --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 --- openapi/data-api-proxy_api.spec.yml | 14 ++++++-------- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++---- openapi/logo-api_api.spec.yml | 13 ++++--------- openapi/newsquantified-api_api.spec.yml | 3 --- openapi/ticker-trends-api_api.spec.yml | 6 ++---- 6 files changed, 14 insertions(+), 31 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 60f6b729..99a77a01 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,6 +75,3 @@ components: ticker: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index 266ea94c..b76491cf 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get fundamental details. + description: This REST API provides endpoints to search for fundamentals and get + fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1106,8 +1107,6 @@ components: type: object bzhttp.ErrorCode: enum: - - unsupported_message_type - - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -1119,10 +1118,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error + - unsupported_message_type + - database_query_error type: string x-enum-varnames: - - ErrorUnsupportedMessageType - - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -1134,6 +1133,8 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError + - ErrorUnsupportedMessageType + - ErrorDBQueryError bzhttp.Resp: properties: data: @@ -1146,6 +1147,3 @@ components: ok: type: boolean type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index f9b27e79..924abd0d 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call + transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -235,6 +236,3 @@ components: transcript: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index d2ee38bf..180a809a 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -179,8 +179,6 @@ components: type: object bzhttp.ErrorCode: enum: - - unsupported_message_type - - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -192,10 +190,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error + - unsupported_message_type + - database_query_error type: string x-enum-varnames: - - ErrorUnsupportedMessageType - - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -207,6 +205,8 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError + - ErrorUnsupportedMessageType + - ErrorDBQueryError bzhttp.Resp: properties: data: @@ -284,8 +284,3 @@ components: mark_vector_light: type: string type: object -servers: - - url: https://api.benzinga.com/api/v2 - description: V2 - - url: https://api.benzinga.com/api/v2.1 - description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 4fc701bd..18a5abdc 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -337,6 +337,3 @@ components: prevDay%: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index 6307aff8..fe80bfbf 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and get ticker details. + description: This REST API provides endpoints to search for trending tickers and + get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -272,6 +273,3 @@ components: security: $ref: "#/components/schemas/models.Security" type: object -servers: - - url: https://api.benzinga.com - description: Default From b1b9798ab9e69f3409d3b9c7ec9b21d0bc79599e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 21 Oct 2025 05:50:18 +0000 Subject: [PATCH 14/71] Update mint.json with new OpenAPI data --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 +++ openapi/data-api-proxy_api.spec.yml | 6 ++++-- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++++-- openapi/logo-api_api.spec.yml | 5 +++++ openapi/newsquantified-api_api.spec.yml | 3 +++ openapi/ticker-trends-api_api.spec.yml | 6 ++++-- 6 files changed, 23 insertions(+), 6 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 99a77a01..60f6b729 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,3 +75,6 @@ components: ticker: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index b76491cf..a19e72a1 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get - fundamental details. + description: This REST API provides endpoints to search for fundamentals and get fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1147,3 +1146,6 @@ components: ok: type: boolean type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index 924abd0d..f9b27e79 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call - transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -236,3 +235,6 @@ components: transcript: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index 180a809a..c82825d7 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -284,3 +284,8 @@ components: mark_vector_light: type: string type: object +servers: + - url: https://api.benzinga.com/api/v2 + description: V2 + - url: https://api.benzinga.com/api/v2.1 + description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 18a5abdc..4fc701bd 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -337,3 +337,6 @@ components: prevDay%: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index fe80bfbf..6307aff8 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and - get ticker details. + description: This REST API provides endpoints to search for trending tickers and get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -273,3 +272,6 @@ components: security: $ref: "#/components/schemas/models.Security" type: object +servers: + - url: https://api.benzinga.com + description: Default From 97712f7e0b109279c64ec055082d2cc75173c823 Mon Sep 17 00:00:00 2001 From: GitLab CI Date: Wed, 22 Oct 2025 08:25:19 +0000 Subject: [PATCH 15/71] Transferred BzGo OpenAPI specs from GitLab to GitHub --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 --- openapi/data-api-proxy_api.spec.yml | 14 ++++++-------- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++---- openapi/logo-api_api.spec.yml | 13 ++++--------- openapi/newsquantified-api_api.spec.yml | 3 --- openapi/ticker-trends-api_api.spec.yml | 6 ++---- 6 files changed, 14 insertions(+), 31 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 60f6b729..99a77a01 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,6 +75,3 @@ components: ticker: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index a19e72a1..4da77638 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get fundamental details. + description: This REST API provides endpoints to search for fundamentals and get + fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1106,6 +1107,8 @@ components: type: object bzhttp.ErrorCode: enum: + - unsupported_message_type + - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -1117,10 +1120,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error - - unsupported_message_type - - database_query_error type: string x-enum-varnames: + - ErrorUnsupportedMessageType + - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -1132,8 +1135,6 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError - - ErrorUnsupportedMessageType - - ErrorDBQueryError bzhttp.Resp: properties: data: @@ -1146,6 +1147,3 @@ components: ok: type: boolean type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index f9b27e79..924abd0d 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call + transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -235,6 +236,3 @@ components: transcript: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index c82825d7..5525a365 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -179,6 +179,8 @@ components: type: object bzhttp.ErrorCode: enum: + - unsupported_message_type + - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -190,10 +192,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error - - unsupported_message_type - - database_query_error type: string x-enum-varnames: + - ErrorUnsupportedMessageType + - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -205,8 +207,6 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError - - ErrorUnsupportedMessageType - - ErrorDBQueryError bzhttp.Resp: properties: data: @@ -284,8 +284,3 @@ components: mark_vector_light: type: string type: object -servers: - - url: https://api.benzinga.com/api/v2 - description: V2 - - url: https://api.benzinga.com/api/v2.1 - description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 4fc701bd..18a5abdc 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -337,6 +337,3 @@ components: prevDay%: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index 6307aff8..fe80bfbf 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and get ticker details. + description: This REST API provides endpoints to search for trending tickers and + get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -272,6 +273,3 @@ components: security: $ref: "#/components/schemas/models.Security" type: object -servers: - - url: https://api.benzinga.com - description: Default From 0f5b132ec49e4e7b0a6848a3b33a7e2fc409e77b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 22 Oct 2025 08:33:13 +0000 Subject: [PATCH 16/71] Update mint.json with new OpenAPI data --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 +++ openapi/data-api-proxy_api.spec.yml | 6 ++++-- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++++-- openapi/logo-api_api.spec.yml | 5 +++++ openapi/newsquantified-api_api.spec.yml | 3 +++ openapi/ticker-trends-api_api.spec.yml | 6 ++++-- 6 files changed, 23 insertions(+), 6 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 99a77a01..60f6b729 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,3 +75,6 @@ components: ticker: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index 4da77638..266ea94c 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get - fundamental details. + description: This REST API provides endpoints to search for fundamentals and get fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1147,3 +1146,6 @@ components: ok: type: boolean type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index 924abd0d..f9b27e79 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call - transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -236,3 +235,6 @@ components: transcript: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index 5525a365..d2ee38bf 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -284,3 +284,8 @@ components: mark_vector_light: type: string type: object +servers: + - url: https://api.benzinga.com/api/v2 + description: V2 + - url: https://api.benzinga.com/api/v2.1 + description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 18a5abdc..4fc701bd 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -337,3 +337,6 @@ components: prevDay%: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index fe80bfbf..6307aff8 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and - get ticker details. + description: This REST API provides endpoints to search for trending tickers and get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -273,3 +272,6 @@ components: security: $ref: "#/components/schemas/models.Security" type: object +servers: + - url: https://api.benzinga.com + description: Default From 3f92465308464d1a9d5f22e736e82ee254c4e710 Mon Sep 17 00:00:00 2001 From: GitLab CI Date: Wed, 22 Oct 2025 11:01:03 +0000 Subject: [PATCH 17/71] Transferred BzGo OpenAPI specs from GitLab to GitHub --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 --- openapi/data-api-proxy_api.spec.yml | 6 ++---- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++---- openapi/logo-api_api.spec.yml | 13 ++++--------- openapi/newsquantified-api_api.spec.yml | 11 ++++------- openapi/ticker-trends-api_api.spec.yml | 6 ++---- 6 files changed, 14 insertions(+), 31 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 60f6b729..99a77a01 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,6 +75,3 @@ components: ticker: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index 266ea94c..4da77638 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get fundamental details. + description: This REST API provides endpoints to search for fundamentals and get + fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1146,6 +1147,3 @@ components: ok: type: boolean type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index f9b27e79..924abd0d 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call + transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -235,6 +236,3 @@ components: transcript: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index d2ee38bf..180a809a 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -179,8 +179,6 @@ components: type: object bzhttp.ErrorCode: enum: - - unsupported_message_type - - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -192,10 +190,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error + - unsupported_message_type + - database_query_error type: string x-enum-varnames: - - ErrorUnsupportedMessageType - - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -207,6 +205,8 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError + - ErrorUnsupportedMessageType + - ErrorDBQueryError bzhttp.Resp: properties: data: @@ -284,8 +284,3 @@ components: mark_vector_light: type: string type: object -servers: - - url: https://api.benzinga.com/api/v2 - description: V2 - - url: https://api.benzinga.com/api/v2.1 - description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 4fc701bd..131e3773 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -102,8 +102,6 @@ components: type: object bzhttp.ErrorCode: enum: - - unsupported_message_type - - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -115,10 +113,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error + - unsupported_message_type + - database_query_error type: string x-enum-varnames: - - ErrorUnsupportedMessageType - - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -130,6 +128,8 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError + - ErrorUnsupportedMessageType + - ErrorDBQueryError bzhttp.Resp: properties: data: @@ -337,6 +337,3 @@ components: prevDay%: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index 6307aff8..fe80bfbf 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and get ticker details. + description: This REST API provides endpoints to search for trending tickers and + get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -272,6 +273,3 @@ components: security: $ref: "#/components/schemas/models.Security" type: object -servers: - - url: https://api.benzinga.com - description: Default From 4720bc4e6a46b2a26abb73f1e9573e3d5e61b1b6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 22 Oct 2025 11:03:42 +0000 Subject: [PATCH 18/71] Update mint.json with new OpenAPI data --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 +++ openapi/data-api-proxy_api.spec.yml | 6 ++++-- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++++-- openapi/logo-api_api.spec.yml | 5 +++++ openapi/newsquantified-api_api.spec.yml | 3 +++ openapi/ticker-trends-api_api.spec.yml | 6 ++++-- 6 files changed, 23 insertions(+), 6 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 99a77a01..60f6b729 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,3 +75,6 @@ components: ticker: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index 4da77638..266ea94c 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get - fundamental details. + description: This REST API provides endpoints to search for fundamentals and get fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1147,3 +1146,6 @@ components: ok: type: boolean type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index 924abd0d..f9b27e79 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call - transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -236,3 +235,6 @@ components: transcript: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index 180a809a..c82825d7 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -284,3 +284,8 @@ components: mark_vector_light: type: string type: object +servers: + - url: https://api.benzinga.com/api/v2 + description: V2 + - url: https://api.benzinga.com/api/v2.1 + description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 131e3773..4ff5f684 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -337,3 +337,6 @@ components: prevDay%: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index fe80bfbf..6307aff8 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and - get ticker details. + description: This REST API provides endpoints to search for trending tickers and get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -273,3 +272,6 @@ components: security: $ref: "#/components/schemas/models.Security" type: object +servers: + - url: https://api.benzinga.com + description: Default From f0163e57f86c9345df0d09a6fb57b665c469ec93 Mon Sep 17 00:00:00 2001 From: GitLab CI Date: Thu, 23 Oct 2025 13:32:40 +0000 Subject: [PATCH 19/71] Transferred BzGo OpenAPI specs from GitLab to GitHub --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 --- openapi/data-api-proxy_api.spec.yml | 14 ++++++-------- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++---- openapi/logo-api_api.spec.yml | 5 ----- openapi/newsquantified-api_api.spec.yml | 3 --- openapi/ticker-trends-api_api.spec.yml | 14 ++++++-------- 6 files changed, 14 insertions(+), 31 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 60f6b729..99a77a01 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,6 +75,3 @@ components: ticker: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index 266ea94c..b76491cf 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get fundamental details. + description: This REST API provides endpoints to search for fundamentals and get + fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1106,8 +1107,6 @@ components: type: object bzhttp.ErrorCode: enum: - - unsupported_message_type - - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -1119,10 +1118,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error + - unsupported_message_type + - database_query_error type: string x-enum-varnames: - - ErrorUnsupportedMessageType - - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -1134,6 +1133,8 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError + - ErrorUnsupportedMessageType + - ErrorDBQueryError bzhttp.Resp: properties: data: @@ -1146,6 +1147,3 @@ components: ok: type: boolean type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index f9b27e79..924abd0d 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call + transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -235,6 +236,3 @@ components: transcript: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index c82825d7..180a809a 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -284,8 +284,3 @@ components: mark_vector_light: type: string type: object -servers: - - url: https://api.benzinga.com/api/v2 - description: V2 - - url: https://api.benzinga.com/api/v2.1 - description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 4ff5f684..131e3773 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -337,6 +337,3 @@ components: prevDay%: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index 6307aff8..34c1ae8e 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and get ticker details. + description: This REST API provides endpoints to search for trending tickers and + get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -170,8 +171,6 @@ components: type: object bzhttp.ErrorCode: enum: - - unsupported_message_type - - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -183,10 +182,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error + - unsupported_message_type + - database_query_error type: string x-enum-varnames: - - ErrorUnsupportedMessageType - - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -198,6 +197,8 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError + - ErrorUnsupportedMessageType + - ErrorDBQueryError bzhttp.Resp: properties: data: @@ -272,6 +273,3 @@ components: security: $ref: "#/components/schemas/models.Security" type: object -servers: - - url: https://api.benzinga.com - description: Default From ac02983a17059c8b7134d2facf4c4aa0bbcbda32 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 23 Oct 2025 13:35:55 +0000 Subject: [PATCH 20/71] Update mint.json with new OpenAPI data --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 +++ openapi/data-api-proxy_api.spec.yml | 6 ++++-- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++++-- openapi/logo-api_api.spec.yml | 5 +++++ openapi/newsquantified-api_api.spec.yml | 3 +++ openapi/ticker-trends-api_api.spec.yml | 6 ++++-- 6 files changed, 23 insertions(+), 6 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 99a77a01..60f6b729 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,3 +75,6 @@ components: ticker: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index b76491cf..a19e72a1 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get - fundamental details. + description: This REST API provides endpoints to search for fundamentals and get fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1147,3 +1146,6 @@ components: ok: type: boolean type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index 924abd0d..f9b27e79 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call - transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -236,3 +235,6 @@ components: transcript: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index 180a809a..c82825d7 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -284,3 +284,8 @@ components: mark_vector_light: type: string type: object +servers: + - url: https://api.benzinga.com/api/v2 + description: V2 + - url: https://api.benzinga.com/api/v2.1 + description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 131e3773..4ff5f684 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -337,3 +337,6 @@ components: prevDay%: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index 34c1ae8e..225bfa4f 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and - get ticker details. + description: This REST API provides endpoints to search for trending tickers and get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -273,3 +272,6 @@ components: security: $ref: "#/components/schemas/models.Security" type: object +servers: + - url: https://api.benzinga.com + description: Default From 78f46f1006953032a3941e51fe7fd06cdd4b7074 Mon Sep 17 00:00:00 2001 From: GitLab CI Date: Fri, 24 Oct 2025 10:23:12 +0000 Subject: [PATCH 21/71] Transferred BzGo OpenAPI specs from GitLab to GitHub --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 --- openapi/data-api-proxy_api.spec.yml | 6 ++---- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++---- openapi/logo-api_api.spec.yml | 13 ++++--------- openapi/newsquantified-api_api.spec.yml | 11 ++++------- openapi/ticker-trends-api_api.spec.yml | 14 ++++++-------- 6 files changed, 18 insertions(+), 35 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 60f6b729..99a77a01 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,6 +75,3 @@ components: ticker: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index a19e72a1..b76491cf 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get fundamental details. + description: This REST API provides endpoints to search for fundamentals and get + fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1146,6 +1147,3 @@ components: ok: type: boolean type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index f9b27e79..924abd0d 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call + transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -235,6 +236,3 @@ components: transcript: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index c82825d7..5525a365 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -179,6 +179,8 @@ components: type: object bzhttp.ErrorCode: enum: + - unsupported_message_type + - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -190,10 +192,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error - - unsupported_message_type - - database_query_error type: string x-enum-varnames: + - ErrorUnsupportedMessageType + - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -205,8 +207,6 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError - - ErrorUnsupportedMessageType - - ErrorDBQueryError bzhttp.Resp: properties: data: @@ -284,8 +284,3 @@ components: mark_vector_light: type: string type: object -servers: - - url: https://api.benzinga.com/api/v2 - description: V2 - - url: https://api.benzinga.com/api/v2.1 - description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 4ff5f684..18a5abdc 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -102,6 +102,8 @@ components: type: object bzhttp.ErrorCode: enum: + - unsupported_message_type + - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -113,10 +115,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error - - unsupported_message_type - - database_query_error type: string x-enum-varnames: + - ErrorUnsupportedMessageType + - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -128,8 +130,6 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError - - ErrorUnsupportedMessageType - - ErrorDBQueryError bzhttp.Resp: properties: data: @@ -337,6 +337,3 @@ components: prevDay%: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index 225bfa4f..fe80bfbf 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and get ticker details. + description: This REST API provides endpoints to search for trending tickers and + get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -170,6 +171,8 @@ components: type: object bzhttp.ErrorCode: enum: + - unsupported_message_type + - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -181,10 +184,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error - - unsupported_message_type - - database_query_error type: string x-enum-varnames: + - ErrorUnsupportedMessageType + - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -196,8 +199,6 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError - - ErrorUnsupportedMessageType - - ErrorDBQueryError bzhttp.Resp: properties: data: @@ -272,6 +273,3 @@ components: security: $ref: "#/components/schemas/models.Security" type: object -servers: - - url: https://api.benzinga.com - description: Default From bbac3eb0ce0c4719b6711ea2e241d46f6ecda21d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 24 Oct 2025 10:28:37 +0000 Subject: [PATCH 22/71] Update mint.json with new OpenAPI data --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 +++ openapi/data-api-proxy_api.spec.yml | 6 ++++-- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++++-- openapi/logo-api_api.spec.yml | 5 +++++ openapi/newsquantified-api_api.spec.yml | 3 +++ openapi/ticker-trends-api_api.spec.yml | 6 ++++-- 6 files changed, 23 insertions(+), 6 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 99a77a01..60f6b729 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,3 +75,6 @@ components: ticker: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index b76491cf..a19e72a1 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get - fundamental details. + description: This REST API provides endpoints to search for fundamentals and get fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1147,3 +1146,6 @@ components: ok: type: boolean type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index 924abd0d..f9b27e79 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call - transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -236,3 +235,6 @@ components: transcript: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index 5525a365..d2ee38bf 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -284,3 +284,8 @@ components: mark_vector_light: type: string type: object +servers: + - url: https://api.benzinga.com/api/v2 + description: V2 + - url: https://api.benzinga.com/api/v2.1 + description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 18a5abdc..4fc701bd 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -337,3 +337,6 @@ components: prevDay%: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index fe80bfbf..6307aff8 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and - get ticker details. + description: This REST API provides endpoints to search for trending tickers and get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -273,3 +272,6 @@ components: security: $ref: "#/components/schemas/models.Security" type: object +servers: + - url: https://api.benzinga.com + description: Default From 14ecbf405820934a7a4df1fa4a2744710db84b2b Mon Sep 17 00:00:00 2001 From: GitLab CI Date: Fri, 24 Oct 2025 10:37:59 +0000 Subject: [PATCH 23/71] Transferred BzGo OpenAPI specs from GitLab to GitHub --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 --- openapi/data-api-proxy_api.spec.yml | 6 ++---- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++---- openapi/logo-api_api.spec.yml | 5 ----- openapi/newsquantified-api_api.spec.yml | 11 ++++------- openapi/ticker-trends-api_api.spec.yml | 14 ++++++-------- 6 files changed, 14 insertions(+), 31 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 60f6b729..99a77a01 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,6 +75,3 @@ components: ticker: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index a19e72a1..b76491cf 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get fundamental details. + description: This REST API provides endpoints to search for fundamentals and get + fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1146,6 +1147,3 @@ components: ok: type: boolean type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index f9b27e79..924abd0d 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call + transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -235,6 +236,3 @@ components: transcript: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index d2ee38bf..5525a365 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -284,8 +284,3 @@ components: mark_vector_light: type: string type: object -servers: - - url: https://api.benzinga.com/api/v2 - description: V2 - - url: https://api.benzinga.com/api/v2.1 - description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 4fc701bd..131e3773 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -102,8 +102,6 @@ components: type: object bzhttp.ErrorCode: enum: - - unsupported_message_type - - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -115,10 +113,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error + - unsupported_message_type + - database_query_error type: string x-enum-varnames: - - ErrorUnsupportedMessageType - - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -130,6 +128,8 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError + - ErrorUnsupportedMessageType + - ErrorDBQueryError bzhttp.Resp: properties: data: @@ -337,6 +337,3 @@ components: prevDay%: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index 6307aff8..34c1ae8e 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and get ticker details. + description: This REST API provides endpoints to search for trending tickers and + get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -170,8 +171,6 @@ components: type: object bzhttp.ErrorCode: enum: - - unsupported_message_type - - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -183,10 +182,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error + - unsupported_message_type + - database_query_error type: string x-enum-varnames: - - ErrorUnsupportedMessageType - - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -198,6 +197,8 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError + - ErrorUnsupportedMessageType + - ErrorDBQueryError bzhttp.Resp: properties: data: @@ -272,6 +273,3 @@ components: security: $ref: "#/components/schemas/models.Security" type: object -servers: - - url: https://api.benzinga.com - description: Default From 3195d7282dc56fb8cd8bb32c1c84a696dfcecfb3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 24 Oct 2025 10:39:57 +0000 Subject: [PATCH 24/71] Update mint.json with new OpenAPI data --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 +++ openapi/data-api-proxy_api.spec.yml | 6 ++++-- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++++-- openapi/logo-api_api.spec.yml | 5 +++++ openapi/newsquantified-api_api.spec.yml | 3 +++ openapi/ticker-trends-api_api.spec.yml | 6 ++++-- 6 files changed, 23 insertions(+), 6 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 99a77a01..60f6b729 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,3 +75,6 @@ components: ticker: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index b76491cf..a19e72a1 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get - fundamental details. + description: This REST API provides endpoints to search for fundamentals and get fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1147,3 +1146,6 @@ components: ok: type: boolean type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index 924abd0d..f9b27e79 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call - transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -236,3 +235,6 @@ components: transcript: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index 5525a365..d2ee38bf 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -284,3 +284,8 @@ components: mark_vector_light: type: string type: object +servers: + - url: https://api.benzinga.com/api/v2 + description: V2 + - url: https://api.benzinga.com/api/v2.1 + description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 131e3773..4ff5f684 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -337,3 +337,6 @@ components: prevDay%: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index 34c1ae8e..225bfa4f 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and - get ticker details. + description: This REST API provides endpoints to search for trending tickers and get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -273,3 +272,6 @@ components: security: $ref: "#/components/schemas/models.Security" type: object +servers: + - url: https://api.benzinga.com + description: Default From b9ef40c1c1d972d8b1cfa59688b965d82e5e8745 Mon Sep 17 00:00:00 2001 From: GitLab CI Date: Mon, 27 Oct 2025 11:39:33 +0000 Subject: [PATCH 25/71] Transferred BzGo OpenAPI specs from GitLab to GitHub --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 --- openapi/data-api-proxy_api.spec.yml | 6 ++---- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++---- openapi/logo-api_api.spec.yml | 5 ----- openapi/newsquantified-api_api.spec.yml | 3 --- openapi/ticker-trends-api_api.spec.yml | 6 ++---- 6 files changed, 6 insertions(+), 23 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 60f6b729..99a77a01 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,6 +75,3 @@ components: ticker: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index a19e72a1..b76491cf 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get fundamental details. + description: This REST API provides endpoints to search for fundamentals and get + fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1146,6 +1147,3 @@ components: ok: type: boolean type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index f9b27e79..924abd0d 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call + transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -235,6 +236,3 @@ components: transcript: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index d2ee38bf..5525a365 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -284,8 +284,3 @@ components: mark_vector_light: type: string type: object -servers: - - url: https://api.benzinga.com/api/v2 - description: V2 - - url: https://api.benzinga.com/api/v2.1 - description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 4ff5f684..131e3773 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -337,6 +337,3 @@ components: prevDay%: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index 225bfa4f..34c1ae8e 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and get ticker details. + description: This REST API provides endpoints to search for trending tickers and + get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -272,6 +273,3 @@ components: security: $ref: "#/components/schemas/models.Security" type: object -servers: - - url: https://api.benzinga.com - description: Default From 8ce81c60478268b4f45a32b1963b962096253ddf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 27 Oct 2025 11:43:01 +0000 Subject: [PATCH 26/71] Update mint.json with new OpenAPI data --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 +++ openapi/data-api-proxy_api.spec.yml | 6 ++++-- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++++-- openapi/logo-api_api.spec.yml | 5 +++++ openapi/newsquantified-api_api.spec.yml | 3 +++ openapi/ticker-trends-api_api.spec.yml | 6 ++++-- 6 files changed, 23 insertions(+), 6 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 99a77a01..60f6b729 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,3 +75,6 @@ components: ticker: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index b76491cf..a19e72a1 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get - fundamental details. + description: This REST API provides endpoints to search for fundamentals and get fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1147,3 +1146,6 @@ components: ok: type: boolean type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index 924abd0d..f9b27e79 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call - transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -236,3 +235,6 @@ components: transcript: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index 5525a365..d2ee38bf 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -284,3 +284,8 @@ components: mark_vector_light: type: string type: object +servers: + - url: https://api.benzinga.com/api/v2 + description: V2 + - url: https://api.benzinga.com/api/v2.1 + description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 131e3773..4ff5f684 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -337,3 +337,6 @@ components: prevDay%: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index 34c1ae8e..225bfa4f 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and - get ticker details. + description: This REST API provides endpoints to search for trending tickers and get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -273,3 +272,6 @@ components: security: $ref: "#/components/schemas/models.Security" type: object +servers: + - url: https://api.benzinga.com + description: Default From 76c96ab0d97f19efe570a5359cc1d078c5a11948 Mon Sep 17 00:00:00 2001 From: GitLab CI Date: Mon, 27 Oct 2025 12:04:25 +0000 Subject: [PATCH 27/71] Transferred BzGo OpenAPI specs from GitLab to GitHub --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 --- openapi/data-api-proxy_api.spec.yml | 14 ++++++-------- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++---- openapi/logo-api_api.spec.yml | 5 ----- openapi/newsquantified-api_api.spec.yml | 3 --- openapi/ticker-trends-api_api.spec.yml | 6 ++---- 6 files changed, 10 insertions(+), 27 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 60f6b729..99a77a01 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,6 +75,3 @@ components: ticker: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index a19e72a1..4da77638 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get fundamental details. + description: This REST API provides endpoints to search for fundamentals and get + fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1106,6 +1107,8 @@ components: type: object bzhttp.ErrorCode: enum: + - unsupported_message_type + - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -1117,10 +1120,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error - - unsupported_message_type - - database_query_error type: string x-enum-varnames: + - ErrorUnsupportedMessageType + - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -1132,8 +1135,6 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError - - ErrorUnsupportedMessageType - - ErrorDBQueryError bzhttp.Resp: properties: data: @@ -1146,6 +1147,3 @@ components: ok: type: boolean type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index f9b27e79..924abd0d 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call + transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -235,6 +236,3 @@ components: transcript: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index d2ee38bf..5525a365 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -284,8 +284,3 @@ components: mark_vector_light: type: string type: object -servers: - - url: https://api.benzinga.com/api/v2 - description: V2 - - url: https://api.benzinga.com/api/v2.1 - description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 4ff5f684..131e3773 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -337,6 +337,3 @@ components: prevDay%: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index 225bfa4f..34c1ae8e 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and get ticker details. + description: This REST API provides endpoints to search for trending tickers and + get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -272,6 +273,3 @@ components: security: $ref: "#/components/schemas/models.Security" type: object -servers: - - url: https://api.benzinga.com - description: Default From f8d2ca73968d9dca62cf60954d8437d1baa9cf28 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 27 Oct 2025 12:07:09 +0000 Subject: [PATCH 28/71] Update mint.json with new OpenAPI data --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 +++ openapi/data-api-proxy_api.spec.yml | 6 ++++-- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++++-- openapi/logo-api_api.spec.yml | 5 +++++ openapi/newsquantified-api_api.spec.yml | 3 +++ openapi/ticker-trends-api_api.spec.yml | 6 ++++-- 6 files changed, 23 insertions(+), 6 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 99a77a01..60f6b729 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,3 +75,6 @@ components: ticker: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index 4da77638..266ea94c 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get - fundamental details. + description: This REST API provides endpoints to search for fundamentals and get fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1147,3 +1146,6 @@ components: ok: type: boolean type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index 924abd0d..f9b27e79 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call - transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -236,3 +235,6 @@ components: transcript: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index 5525a365..d2ee38bf 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -284,3 +284,8 @@ components: mark_vector_light: type: string type: object +servers: + - url: https://api.benzinga.com/api/v2 + description: V2 + - url: https://api.benzinga.com/api/v2.1 + description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 131e3773..4ff5f684 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -337,3 +337,6 @@ components: prevDay%: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index 34c1ae8e..225bfa4f 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and - get ticker details. + description: This REST API provides endpoints to search for trending tickers and get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -273,3 +272,6 @@ components: security: $ref: "#/components/schemas/models.Security" type: object +servers: + - url: https://api.benzinga.com + description: Default From 57a1e414855c3749482b2a835652996d79d3476c Mon Sep 17 00:00:00 2001 From: GitLab CI Date: Tue, 28 Oct 2025 07:28:57 +0000 Subject: [PATCH 29/71] Transferred BzGo OpenAPI specs from GitLab to GitHub --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 --- openapi/data-api-proxy_api.spec.yml | 14 ++++++-------- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++---- openapi/logo-api_api.spec.yml | 5 ----- openapi/newsquantified-api_api.spec.yml | 3 --- openapi/ticker-trends-api_api.spec.yml | 6 ++---- 6 files changed, 10 insertions(+), 27 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 60f6b729..99a77a01 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,6 +75,3 @@ components: ticker: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index 266ea94c..b76491cf 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get fundamental details. + description: This REST API provides endpoints to search for fundamentals and get + fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1106,8 +1107,6 @@ components: type: object bzhttp.ErrorCode: enum: - - unsupported_message_type - - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -1119,10 +1118,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error + - unsupported_message_type + - database_query_error type: string x-enum-varnames: - - ErrorUnsupportedMessageType - - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -1134,6 +1133,8 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError + - ErrorUnsupportedMessageType + - ErrorDBQueryError bzhttp.Resp: properties: data: @@ -1146,6 +1147,3 @@ components: ok: type: boolean type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index f9b27e79..924abd0d 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call + transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -235,6 +236,3 @@ components: transcript: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index d2ee38bf..5525a365 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -284,8 +284,3 @@ components: mark_vector_light: type: string type: object -servers: - - url: https://api.benzinga.com/api/v2 - description: V2 - - url: https://api.benzinga.com/api/v2.1 - description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 4ff5f684..131e3773 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -337,6 +337,3 @@ components: prevDay%: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index 225bfa4f..34c1ae8e 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and get ticker details. + description: This REST API provides endpoints to search for trending tickers and + get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -272,6 +273,3 @@ components: security: $ref: "#/components/schemas/models.Security" type: object -servers: - - url: https://api.benzinga.com - description: Default From a6e8a1df806f3dbdca602b18417398b5e7f0b989 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 28 Oct 2025 07:32:14 +0000 Subject: [PATCH 30/71] Update mint.json with new OpenAPI data --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 +++ openapi/data-api-proxy_api.spec.yml | 6 ++++-- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++++-- openapi/logo-api_api.spec.yml | 5 +++++ openapi/newsquantified-api_api.spec.yml | 3 +++ openapi/ticker-trends-api_api.spec.yml | 6 ++++-- 6 files changed, 23 insertions(+), 6 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 99a77a01..60f6b729 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,3 +75,6 @@ components: ticker: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index b76491cf..a19e72a1 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get - fundamental details. + description: This REST API provides endpoints to search for fundamentals and get fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1147,3 +1146,6 @@ components: ok: type: boolean type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index 924abd0d..f9b27e79 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call - transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -236,3 +235,6 @@ components: transcript: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index 5525a365..d2ee38bf 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -284,3 +284,8 @@ components: mark_vector_light: type: string type: object +servers: + - url: https://api.benzinga.com/api/v2 + description: V2 + - url: https://api.benzinga.com/api/v2.1 + description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 131e3773..4ff5f684 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -337,3 +337,6 @@ components: prevDay%: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index 34c1ae8e..225bfa4f 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and - get ticker details. + description: This REST API provides endpoints to search for trending tickers and get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -273,3 +272,6 @@ components: security: $ref: "#/components/schemas/models.Security" type: object +servers: + - url: https://api.benzinga.com + description: Default From 4ab066aa096e15a8d951bb49b1b3fa97f926b752 Mon Sep 17 00:00:00 2001 From: GitLab CI Date: Wed, 29 Oct 2025 05:22:32 +0000 Subject: [PATCH 31/71] Transferred BzGo OpenAPI specs from GitLab to GitHub --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 --- openapi/data-api-proxy_api.spec.yml | 6 ++---- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++---- openapi/logo-api_api.spec.yml | 5 ----- openapi/newsquantified-api_api.spec.yml | 3 --- openapi/ticker-trends-api_api.spec.yml | 14 ++++++-------- 6 files changed, 10 insertions(+), 27 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 60f6b729..99a77a01 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,6 +75,3 @@ components: ticker: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index a19e72a1..b76491cf 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get fundamental details. + description: This REST API provides endpoints to search for fundamentals and get + fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1146,6 +1147,3 @@ components: ok: type: boolean type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index f9b27e79..924abd0d 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call + transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -235,6 +236,3 @@ components: transcript: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index d2ee38bf..5525a365 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -284,8 +284,3 @@ components: mark_vector_light: type: string type: object -servers: - - url: https://api.benzinga.com/api/v2 - description: V2 - - url: https://api.benzinga.com/api/v2.1 - description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 4ff5f684..131e3773 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -337,6 +337,3 @@ components: prevDay%: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index 225bfa4f..fe80bfbf 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and get ticker details. + description: This REST API provides endpoints to search for trending tickers and + get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -170,6 +171,8 @@ components: type: object bzhttp.ErrorCode: enum: + - unsupported_message_type + - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -181,10 +184,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error - - unsupported_message_type - - database_query_error type: string x-enum-varnames: + - ErrorUnsupportedMessageType + - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -196,8 +199,6 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError - - ErrorUnsupportedMessageType - - ErrorDBQueryError bzhttp.Resp: properties: data: @@ -272,6 +273,3 @@ components: security: $ref: "#/components/schemas/models.Security" type: object -servers: - - url: https://api.benzinga.com - description: Default From b433867f210b1c5b7e4529c51f26e1e6d6cf8d0b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 29 Oct 2025 05:24:27 +0000 Subject: [PATCH 32/71] Update mint.json with new OpenAPI data --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 +++ openapi/data-api-proxy_api.spec.yml | 6 ++++-- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++++-- openapi/logo-api_api.spec.yml | 5 +++++ openapi/newsquantified-api_api.spec.yml | 3 +++ openapi/ticker-trends-api_api.spec.yml | 6 ++++-- 6 files changed, 23 insertions(+), 6 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 99a77a01..60f6b729 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,3 +75,6 @@ components: ticker: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index b76491cf..a19e72a1 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get - fundamental details. + description: This REST API provides endpoints to search for fundamentals and get fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1147,3 +1146,6 @@ components: ok: type: boolean type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index 924abd0d..f9b27e79 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call - transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -236,3 +235,6 @@ components: transcript: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index 5525a365..d2ee38bf 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -284,3 +284,8 @@ components: mark_vector_light: type: string type: object +servers: + - url: https://api.benzinga.com/api/v2 + description: V2 + - url: https://api.benzinga.com/api/v2.1 + description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 131e3773..4ff5f684 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -337,3 +337,6 @@ components: prevDay%: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index fe80bfbf..6307aff8 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and - get ticker details. + description: This REST API provides endpoints to search for trending tickers and get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -273,3 +272,6 @@ components: security: $ref: "#/components/schemas/models.Security" type: object +servers: + - url: https://api.benzinga.com + description: Default From d013413e96101cd43e37d185bc43c35649ae9745 Mon Sep 17 00:00:00 2001 From: GitLab CI Date: Wed, 29 Oct 2025 15:08:44 +0000 Subject: [PATCH 33/71] Transferred BzGo OpenAPI specs from GitLab to GitHub --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 --- openapi/data-api-proxy_api.spec.yml | 14 ++++++-------- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++---- openapi/logo-api_api.spec.yml | 5 ----- openapi/newsquantified-api_api.spec.yml | 11 ++++------- openapi/ticker-trends-api_api.spec.yml | 14 ++++++-------- 6 files changed, 18 insertions(+), 35 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 60f6b729..99a77a01 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,6 +75,3 @@ components: ticker: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index a19e72a1..4da77638 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get fundamental details. + description: This REST API provides endpoints to search for fundamentals and get + fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1106,6 +1107,8 @@ components: type: object bzhttp.ErrorCode: enum: + - unsupported_message_type + - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -1117,10 +1120,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error - - unsupported_message_type - - database_query_error type: string x-enum-varnames: + - ErrorUnsupportedMessageType + - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -1132,8 +1135,6 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError - - ErrorUnsupportedMessageType - - ErrorDBQueryError bzhttp.Resp: properties: data: @@ -1146,6 +1147,3 @@ components: ok: type: boolean type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index f9b27e79..924abd0d 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call + transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -235,6 +236,3 @@ components: transcript: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index d2ee38bf..5525a365 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -284,8 +284,3 @@ components: mark_vector_light: type: string type: object -servers: - - url: https://api.benzinga.com/api/v2 - description: V2 - - url: https://api.benzinga.com/api/v2.1 - description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 4ff5f684..18a5abdc 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -102,6 +102,8 @@ components: type: object bzhttp.ErrorCode: enum: + - unsupported_message_type + - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -113,10 +115,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error - - unsupported_message_type - - database_query_error type: string x-enum-varnames: + - ErrorUnsupportedMessageType + - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -128,8 +130,6 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError - - ErrorUnsupportedMessageType - - ErrorDBQueryError bzhttp.Resp: properties: data: @@ -337,6 +337,3 @@ components: prevDay%: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index 6307aff8..34c1ae8e 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and get ticker details. + description: This REST API provides endpoints to search for trending tickers and + get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -170,8 +171,6 @@ components: type: object bzhttp.ErrorCode: enum: - - unsupported_message_type - - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -183,10 +182,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error + - unsupported_message_type + - database_query_error type: string x-enum-varnames: - - ErrorUnsupportedMessageType - - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -198,6 +197,8 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError + - ErrorUnsupportedMessageType + - ErrorDBQueryError bzhttp.Resp: properties: data: @@ -272,6 +273,3 @@ components: security: $ref: "#/components/schemas/models.Security" type: object -servers: - - url: https://api.benzinga.com - description: Default From bd1e4e55b3ff931dee47710f0017ddcf27b1a4c4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 29 Oct 2025 15:10:46 +0000 Subject: [PATCH 34/71] Update mint.json with new OpenAPI data --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 +++ openapi/data-api-proxy_api.spec.yml | 6 ++++-- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++++-- openapi/logo-api_api.spec.yml | 5 +++++ openapi/newsquantified-api_api.spec.yml | 3 +++ openapi/ticker-trends-api_api.spec.yml | 6 ++++-- 6 files changed, 23 insertions(+), 6 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 99a77a01..60f6b729 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,3 +75,6 @@ components: ticker: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index 4da77638..266ea94c 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get - fundamental details. + description: This REST API provides endpoints to search for fundamentals and get fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1147,3 +1146,6 @@ components: ok: type: boolean type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index 924abd0d..f9b27e79 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call - transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -236,3 +235,6 @@ components: transcript: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index 5525a365..d2ee38bf 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -284,3 +284,8 @@ components: mark_vector_light: type: string type: object +servers: + - url: https://api.benzinga.com/api/v2 + description: V2 + - url: https://api.benzinga.com/api/v2.1 + description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 18a5abdc..4fc701bd 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -337,3 +337,6 @@ components: prevDay%: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index 34c1ae8e..225bfa4f 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and - get ticker details. + description: This REST API provides endpoints to search for trending tickers and get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -273,3 +272,6 @@ components: security: $ref: "#/components/schemas/models.Security" type: object +servers: + - url: https://api.benzinga.com + description: Default From 2103e0fbf1de1e2ed4a0899f3cf907de69640a81 Mon Sep 17 00:00:00 2001 From: GitLab CI Date: Thu, 30 Oct 2025 06:17:45 +0000 Subject: [PATCH 35/71] Transferred BzGo OpenAPI specs from GitLab to GitHub --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 --- openapi/data-api-proxy_api.spec.yml | 14 ++++++-------- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++---- openapi/logo-api_api.spec.yml | 5 ----- openapi/newsquantified-api_api.spec.yml | 11 ++++------- openapi/ticker-trends-api_api.spec.yml | 14 ++++++-------- 6 files changed, 18 insertions(+), 35 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 60f6b729..99a77a01 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,6 +75,3 @@ components: ticker: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index 266ea94c..b76491cf 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get fundamental details. + description: This REST API provides endpoints to search for fundamentals and get + fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1106,8 +1107,6 @@ components: type: object bzhttp.ErrorCode: enum: - - unsupported_message_type - - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -1119,10 +1118,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error + - unsupported_message_type + - database_query_error type: string x-enum-varnames: - - ErrorUnsupportedMessageType - - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -1134,6 +1133,8 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError + - ErrorUnsupportedMessageType + - ErrorDBQueryError bzhttp.Resp: properties: data: @@ -1146,6 +1147,3 @@ components: ok: type: boolean type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index f9b27e79..924abd0d 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call + transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -235,6 +236,3 @@ components: transcript: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index d2ee38bf..5525a365 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -284,8 +284,3 @@ components: mark_vector_light: type: string type: object -servers: - - url: https://api.benzinga.com/api/v2 - description: V2 - - url: https://api.benzinga.com/api/v2.1 - description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 4fc701bd..131e3773 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -102,8 +102,6 @@ components: type: object bzhttp.ErrorCode: enum: - - unsupported_message_type - - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -115,10 +113,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error + - unsupported_message_type + - database_query_error type: string x-enum-varnames: - - ErrorUnsupportedMessageType - - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -130,6 +128,8 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError + - ErrorUnsupportedMessageType + - ErrorDBQueryError bzhttp.Resp: properties: data: @@ -337,6 +337,3 @@ components: prevDay%: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index 225bfa4f..fe80bfbf 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and get ticker details. + description: This REST API provides endpoints to search for trending tickers and + get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -170,6 +171,8 @@ components: type: object bzhttp.ErrorCode: enum: + - unsupported_message_type + - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -181,10 +184,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error - - unsupported_message_type - - database_query_error type: string x-enum-varnames: + - ErrorUnsupportedMessageType + - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -196,8 +199,6 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError - - ErrorUnsupportedMessageType - - ErrorDBQueryError bzhttp.Resp: properties: data: @@ -272,6 +273,3 @@ components: security: $ref: "#/components/schemas/models.Security" type: object -servers: - - url: https://api.benzinga.com - description: Default From 071f28efdd99a98137f60b17e9950d2f4404c171 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 30 Oct 2025 06:19:38 +0000 Subject: [PATCH 36/71] Update mint.json with new OpenAPI data --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 +++ openapi/data-api-proxy_api.spec.yml | 6 ++++-- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++++-- openapi/logo-api_api.spec.yml | 5 +++++ openapi/newsquantified-api_api.spec.yml | 3 +++ openapi/ticker-trends-api_api.spec.yml | 6 ++++-- 6 files changed, 23 insertions(+), 6 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 99a77a01..60f6b729 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,3 +75,6 @@ components: ticker: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index b76491cf..a19e72a1 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get - fundamental details. + description: This REST API provides endpoints to search for fundamentals and get fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1147,3 +1146,6 @@ components: ok: type: boolean type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index 924abd0d..f9b27e79 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call - transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -236,3 +235,6 @@ components: transcript: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index 5525a365..d2ee38bf 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -284,3 +284,8 @@ components: mark_vector_light: type: string type: object +servers: + - url: https://api.benzinga.com/api/v2 + description: V2 + - url: https://api.benzinga.com/api/v2.1 + description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 131e3773..4ff5f684 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -337,3 +337,6 @@ components: prevDay%: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index fe80bfbf..6307aff8 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and - get ticker details. + description: This REST API provides endpoints to search for trending tickers and get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -273,3 +272,6 @@ components: security: $ref: "#/components/schemas/models.Security" type: object +servers: + - url: https://api.benzinga.com + description: Default From 02f6e55888acc7a29f02d3bb154ce5b197299b73 Mon Sep 17 00:00:00 2001 From: GitLab CI Date: Mon, 3 Nov 2025 10:12:31 +0000 Subject: [PATCH 37/71] Transferred BzGo OpenAPI specs from GitLab to GitHub --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 --- openapi/data-api-proxy_api.spec.yml | 14 ++++++-------- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++---- openapi/logo-api_api.spec.yml | 5 ----- openapi/newsquantified-api_api.spec.yml | 11 ++++------- openapi/ticker-trends-api_api.spec.yml | 14 ++++++-------- 6 files changed, 18 insertions(+), 35 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 60f6b729..99a77a01 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,6 +75,3 @@ components: ticker: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index a19e72a1..4da77638 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get fundamental details. + description: This REST API provides endpoints to search for fundamentals and get + fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1106,6 +1107,8 @@ components: type: object bzhttp.ErrorCode: enum: + - unsupported_message_type + - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -1117,10 +1120,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error - - unsupported_message_type - - database_query_error type: string x-enum-varnames: + - ErrorUnsupportedMessageType + - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -1132,8 +1135,6 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError - - ErrorUnsupportedMessageType - - ErrorDBQueryError bzhttp.Resp: properties: data: @@ -1146,6 +1147,3 @@ components: ok: type: boolean type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index f9b27e79..924abd0d 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call + transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -235,6 +236,3 @@ components: transcript: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index d2ee38bf..5525a365 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -284,8 +284,3 @@ components: mark_vector_light: type: string type: object -servers: - - url: https://api.benzinga.com/api/v2 - description: V2 - - url: https://api.benzinga.com/api/v2.1 - description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 4ff5f684..18a5abdc 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -102,6 +102,8 @@ components: type: object bzhttp.ErrorCode: enum: + - unsupported_message_type + - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -113,10 +115,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error - - unsupported_message_type - - database_query_error type: string x-enum-varnames: + - ErrorUnsupportedMessageType + - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -128,8 +130,6 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError - - ErrorUnsupportedMessageType - - ErrorDBQueryError bzhttp.Resp: properties: data: @@ -337,6 +337,3 @@ components: prevDay%: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index 6307aff8..34c1ae8e 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and get ticker details. + description: This REST API provides endpoints to search for trending tickers and + get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -170,8 +171,6 @@ components: type: object bzhttp.ErrorCode: enum: - - unsupported_message_type - - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -183,10 +182,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error + - unsupported_message_type + - database_query_error type: string x-enum-varnames: - - ErrorUnsupportedMessageType - - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -198,6 +197,8 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError + - ErrorUnsupportedMessageType + - ErrorDBQueryError bzhttp.Resp: properties: data: @@ -272,6 +273,3 @@ components: security: $ref: "#/components/schemas/models.Security" type: object -servers: - - url: https://api.benzinga.com - description: Default From 0297a5ac4bfe4a1e6e9b6a7599bb11991fb6e901 Mon Sep 17 00:00:00 2001 From: GitLab CI Date: Mon, 3 Nov 2025 10:14:46 +0000 Subject: [PATCH 38/71] Transferred BzGo OpenAPI specs from GitLab to GitHub --- openapi/data-api-proxy_api.spec.yml | 8 ++++---- openapi/ticker-trends-api_api.spec.yml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index 4da77638..b76491cf 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1107,8 +1107,6 @@ components: type: object bzhttp.ErrorCode: enum: - - unsupported_message_type - - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -1120,10 +1118,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error + - unsupported_message_type + - database_query_error type: string x-enum-varnames: - - ErrorUnsupportedMessageType - - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -1135,6 +1133,8 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError + - ErrorUnsupportedMessageType + - ErrorDBQueryError bzhttp.Resp: properties: data: diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index 34c1ae8e..fe80bfbf 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -171,6 +171,8 @@ components: type: object bzhttp.ErrorCode: enum: + - unsupported_message_type + - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -182,10 +184,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error - - unsupported_message_type - - database_query_error type: string x-enum-varnames: + - ErrorUnsupportedMessageType + - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -197,8 +199,6 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError - - ErrorUnsupportedMessageType - - ErrorDBQueryError bzhttp.Resp: properties: data: From d1436c6738404131827b5bc92bf323b9303eef85 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 3 Nov 2025 10:16:33 +0000 Subject: [PATCH 39/71] Update mint.json with new OpenAPI data --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 +++ openapi/data-api-proxy_api.spec.yml | 6 ++++-- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++++-- openapi/logo-api_api.spec.yml | 5 +++++ openapi/newsquantified-api_api.spec.yml | 3 +++ openapi/ticker-trends-api_api.spec.yml | 6 ++++-- 6 files changed, 23 insertions(+), 6 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 99a77a01..60f6b729 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,3 +75,6 @@ components: ticker: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index b76491cf..a19e72a1 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get - fundamental details. + description: This REST API provides endpoints to search for fundamentals and get fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1147,3 +1146,6 @@ components: ok: type: boolean type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index 924abd0d..f9b27e79 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call - transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -236,3 +235,6 @@ components: transcript: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index 5525a365..d2ee38bf 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -284,3 +284,8 @@ components: mark_vector_light: type: string type: object +servers: + - url: https://api.benzinga.com/api/v2 + description: V2 + - url: https://api.benzinga.com/api/v2.1 + description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 18a5abdc..4fc701bd 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -337,3 +337,6 @@ components: prevDay%: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index fe80bfbf..6307aff8 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and - get ticker details. + description: This REST API provides endpoints to search for trending tickers and get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -273,3 +272,6 @@ components: security: $ref: "#/components/schemas/models.Security" type: object +servers: + - url: https://api.benzinga.com + description: Default From b735244053e95f6f75c1b15d6f6e5e3906d0d5d9 Mon Sep 17 00:00:00 2001 From: GitLab CI Date: Tue, 4 Nov 2025 14:14:22 +0000 Subject: [PATCH 40/71] Transferred BzGo OpenAPI specs from GitLab to GitHub --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 --- openapi/data-api-proxy_api.spec.yml | 6 ++---- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++---- openapi/logo-api_api.spec.yml | 5 ----- openapi/newsquantified-api_api.spec.yml | 11 ++++------- openapi/ticker-trends-api_api.spec.yml | 14 ++++++-------- 6 files changed, 14 insertions(+), 31 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 60f6b729..99a77a01 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,6 +75,3 @@ components: ticker: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index a19e72a1..b76491cf 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get fundamental details. + description: This REST API provides endpoints to search for fundamentals and get + fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1146,6 +1147,3 @@ components: ok: type: boolean type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index f9b27e79..924abd0d 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call + transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -235,6 +236,3 @@ components: transcript: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index d2ee38bf..5525a365 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -284,8 +284,3 @@ components: mark_vector_light: type: string type: object -servers: - - url: https://api.benzinga.com/api/v2 - description: V2 - - url: https://api.benzinga.com/api/v2.1 - description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 4fc701bd..131e3773 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -102,8 +102,6 @@ components: type: object bzhttp.ErrorCode: enum: - - unsupported_message_type - - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -115,10 +113,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error + - unsupported_message_type + - database_query_error type: string x-enum-varnames: - - ErrorUnsupportedMessageType - - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -130,6 +128,8 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError + - ErrorUnsupportedMessageType + - ErrorDBQueryError bzhttp.Resp: properties: data: @@ -337,6 +337,3 @@ components: prevDay%: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index 6307aff8..34c1ae8e 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and get ticker details. + description: This REST API provides endpoints to search for trending tickers and + get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -170,8 +171,6 @@ components: type: object bzhttp.ErrorCode: enum: - - unsupported_message_type - - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -183,10 +182,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error + - unsupported_message_type + - database_query_error type: string x-enum-varnames: - - ErrorUnsupportedMessageType - - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -198,6 +197,8 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError + - ErrorUnsupportedMessageType + - ErrorDBQueryError bzhttp.Resp: properties: data: @@ -272,6 +273,3 @@ components: security: $ref: "#/components/schemas/models.Security" type: object -servers: - - url: https://api.benzinga.com - description: Default From 9e7dc5efa2b6091886251aeb63b32bbe19db9006 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 4 Nov 2025 14:18:06 +0000 Subject: [PATCH 41/71] Update mint.json with new OpenAPI data --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 +++ openapi/data-api-proxy_api.spec.yml | 6 ++++-- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++++-- openapi/logo-api_api.spec.yml | 5 +++++ openapi/newsquantified-api_api.spec.yml | 3 +++ openapi/ticker-trends-api_api.spec.yml | 6 ++++-- 6 files changed, 23 insertions(+), 6 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 99a77a01..60f6b729 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,3 +75,6 @@ components: ticker: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index b76491cf..a19e72a1 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get - fundamental details. + description: This REST API provides endpoints to search for fundamentals and get fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1147,3 +1146,6 @@ components: ok: type: boolean type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index 924abd0d..f9b27e79 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call - transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -236,3 +235,6 @@ components: transcript: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index 5525a365..d2ee38bf 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -284,3 +284,8 @@ components: mark_vector_light: type: string type: object +servers: + - url: https://api.benzinga.com/api/v2 + description: V2 + - url: https://api.benzinga.com/api/v2.1 + description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 131e3773..4ff5f684 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -337,3 +337,6 @@ components: prevDay%: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index 34c1ae8e..225bfa4f 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and - get ticker details. + description: This REST API provides endpoints to search for trending tickers and get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -273,3 +272,6 @@ components: security: $ref: "#/components/schemas/models.Security" type: object +servers: + - url: https://api.benzinga.com + description: Default From b411e1762101319b481f6f1bca5b17631ffaf433 Mon Sep 17 00:00:00 2001 From: GitLab CI Date: Wed, 5 Nov 2025 05:33:01 +0000 Subject: [PATCH 42/71] Transferred BzGo OpenAPI specs from GitLab to GitHub --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 --- openapi/data-api-proxy_api.spec.yml | 14 ++++++-------- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++---- openapi/logo-api_api.spec.yml | 5 ----- openapi/newsquantified-api_api.spec.yml | 11 ++++------- openapi/ticker-trends-api_api.spec.yml | 6 ++---- 6 files changed, 14 insertions(+), 31 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 60f6b729..99a77a01 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,6 +75,3 @@ components: ticker: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index a19e72a1..4da77638 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get fundamental details. + description: This REST API provides endpoints to search for fundamentals and get + fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1106,6 +1107,8 @@ components: type: object bzhttp.ErrorCode: enum: + - unsupported_message_type + - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -1117,10 +1120,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error - - unsupported_message_type - - database_query_error type: string x-enum-varnames: + - ErrorUnsupportedMessageType + - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -1132,8 +1135,6 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError - - ErrorUnsupportedMessageType - - ErrorDBQueryError bzhttp.Resp: properties: data: @@ -1146,6 +1147,3 @@ components: ok: type: boolean type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index f9b27e79..924abd0d 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call + transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -235,6 +236,3 @@ components: transcript: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index d2ee38bf..5525a365 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -284,8 +284,3 @@ components: mark_vector_light: type: string type: object -servers: - - url: https://api.benzinga.com/api/v2 - description: V2 - - url: https://api.benzinga.com/api/v2.1 - description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 4ff5f684..18a5abdc 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -102,6 +102,8 @@ components: type: object bzhttp.ErrorCode: enum: + - unsupported_message_type + - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -113,10 +115,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error - - unsupported_message_type - - database_query_error type: string x-enum-varnames: + - ErrorUnsupportedMessageType + - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -128,8 +130,6 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError - - ErrorUnsupportedMessageType - - ErrorDBQueryError bzhttp.Resp: properties: data: @@ -337,6 +337,3 @@ components: prevDay%: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index 225bfa4f..34c1ae8e 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and get ticker details. + description: This REST API provides endpoints to search for trending tickers and + get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -272,6 +273,3 @@ components: security: $ref: "#/components/schemas/models.Security" type: object -servers: - - url: https://api.benzinga.com - description: Default From 24cd41a2522f4334306e2a42fc13948108e05a22 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 5 Nov 2025 05:36:20 +0000 Subject: [PATCH 43/71] Update mint.json with new OpenAPI data --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 +++ openapi/data-api-proxy_api.spec.yml | 6 ++++-- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++++-- openapi/logo-api_api.spec.yml | 5 +++++ openapi/newsquantified-api_api.spec.yml | 3 +++ openapi/ticker-trends-api_api.spec.yml | 6 ++++-- 6 files changed, 23 insertions(+), 6 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 99a77a01..60f6b729 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,3 +75,6 @@ components: ticker: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index 4da77638..266ea94c 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get - fundamental details. + description: This REST API provides endpoints to search for fundamentals and get fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1147,3 +1146,6 @@ components: ok: type: boolean type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index 924abd0d..f9b27e79 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call - transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -236,3 +235,6 @@ components: transcript: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index 5525a365..d2ee38bf 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -284,3 +284,8 @@ components: mark_vector_light: type: string type: object +servers: + - url: https://api.benzinga.com/api/v2 + description: V2 + - url: https://api.benzinga.com/api/v2.1 + description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 18a5abdc..4fc701bd 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -337,3 +337,6 @@ components: prevDay%: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index 34c1ae8e..225bfa4f 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and - get ticker details. + description: This REST API provides endpoints to search for trending tickers and get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -273,3 +272,6 @@ components: security: $ref: "#/components/schemas/models.Security" type: object +servers: + - url: https://api.benzinga.com + description: Default From f47c8067b7317dfd3838cb36a474e8992e2d4421 Mon Sep 17 00:00:00 2001 From: GitLab CI Date: Thu, 6 Nov 2025 10:30:13 +0000 Subject: [PATCH 44/71] Transferred BzGo OpenAPI specs from GitLab to GitHub --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 --- openapi/data-api-proxy_api.spec.yml | 14 ++++++-------- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++---- openapi/logo-api_api.spec.yml | 5 ----- openapi/newsquantified-api_api.spec.yml | 11 ++++------- openapi/ticker-trends-api_api.spec.yml | 6 ++---- 6 files changed, 14 insertions(+), 31 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 60f6b729..99a77a01 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,6 +75,3 @@ components: ticker: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index 266ea94c..b76491cf 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get fundamental details. + description: This REST API provides endpoints to search for fundamentals and get + fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1106,8 +1107,6 @@ components: type: object bzhttp.ErrorCode: enum: - - unsupported_message_type - - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -1119,10 +1118,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error + - unsupported_message_type + - database_query_error type: string x-enum-varnames: - - ErrorUnsupportedMessageType - - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -1134,6 +1133,8 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError + - ErrorUnsupportedMessageType + - ErrorDBQueryError bzhttp.Resp: properties: data: @@ -1146,6 +1147,3 @@ components: ok: type: boolean type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index f9b27e79..924abd0d 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call + transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -235,6 +236,3 @@ components: transcript: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index d2ee38bf..5525a365 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -284,8 +284,3 @@ components: mark_vector_light: type: string type: object -servers: - - url: https://api.benzinga.com/api/v2 - description: V2 - - url: https://api.benzinga.com/api/v2.1 - description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 4fc701bd..131e3773 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -102,8 +102,6 @@ components: type: object bzhttp.ErrorCode: enum: - - unsupported_message_type - - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -115,10 +113,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error + - unsupported_message_type + - database_query_error type: string x-enum-varnames: - - ErrorUnsupportedMessageType - - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -130,6 +128,8 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError + - ErrorUnsupportedMessageType + - ErrorDBQueryError bzhttp.Resp: properties: data: @@ -337,6 +337,3 @@ components: prevDay%: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index 225bfa4f..34c1ae8e 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and get ticker details. + description: This REST API provides endpoints to search for trending tickers and + get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -272,6 +273,3 @@ components: security: $ref: "#/components/schemas/models.Security" type: object -servers: - - url: https://api.benzinga.com - description: Default From 5b81e9b6a3bb5e4fbe75302fbbb6b26bcaaef1cb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 6 Nov 2025 10:32:20 +0000 Subject: [PATCH 45/71] Update mint.json with new OpenAPI data --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 +++ openapi/data-api-proxy_api.spec.yml | 6 ++++-- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++++-- openapi/logo-api_api.spec.yml | 5 +++++ openapi/newsquantified-api_api.spec.yml | 3 +++ openapi/ticker-trends-api_api.spec.yml | 6 ++++-- 6 files changed, 23 insertions(+), 6 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 99a77a01..60f6b729 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,3 +75,6 @@ components: ticker: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index b76491cf..a19e72a1 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get - fundamental details. + description: This REST API provides endpoints to search for fundamentals and get fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1147,3 +1146,6 @@ components: ok: type: boolean type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index 924abd0d..f9b27e79 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call - transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -236,3 +235,6 @@ components: transcript: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index 5525a365..d2ee38bf 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -284,3 +284,8 @@ components: mark_vector_light: type: string type: object +servers: + - url: https://api.benzinga.com/api/v2 + description: V2 + - url: https://api.benzinga.com/api/v2.1 + description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 131e3773..4ff5f684 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -337,3 +337,6 @@ components: prevDay%: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index 34c1ae8e..225bfa4f 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and - get ticker details. + description: This REST API provides endpoints to search for trending tickers and get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -273,3 +272,6 @@ components: security: $ref: "#/components/schemas/models.Security" type: object +servers: + - url: https://api.benzinga.com + description: Default From 7965ceac80f6190a9fd172a9515a473971998755 Mon Sep 17 00:00:00 2001 From: GitLab CI Date: Fri, 7 Nov 2025 13:30:06 +0000 Subject: [PATCH 46/71] Transferred BzGo OpenAPI specs from GitLab to GitHub --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 --- openapi/data-api-proxy_api.spec.yml | 6 ++---- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++---- openapi/logo-api_api.spec.yml | 5 ----- openapi/newsquantified-api_api.spec.yml | 3 --- openapi/ticker-trends-api_api.spec.yml | 14 ++++++-------- 6 files changed, 10 insertions(+), 27 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 60f6b729..99a77a01 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,6 +75,3 @@ components: ticker: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index a19e72a1..b76491cf 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get fundamental details. + description: This REST API provides endpoints to search for fundamentals and get + fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1146,6 +1147,3 @@ components: ok: type: boolean type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index f9b27e79..924abd0d 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call + transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -235,6 +236,3 @@ components: transcript: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index d2ee38bf..5525a365 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -284,8 +284,3 @@ components: mark_vector_light: type: string type: object -servers: - - url: https://api.benzinga.com/api/v2 - description: V2 - - url: https://api.benzinga.com/api/v2.1 - description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 4ff5f684..131e3773 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -337,6 +337,3 @@ components: prevDay%: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index 225bfa4f..fe80bfbf 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and get ticker details. + description: This REST API provides endpoints to search for trending tickers and + get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -170,6 +171,8 @@ components: type: object bzhttp.ErrorCode: enum: + - unsupported_message_type + - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -181,10 +184,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error - - unsupported_message_type - - database_query_error type: string x-enum-varnames: + - ErrorUnsupportedMessageType + - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -196,8 +199,6 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError - - ErrorUnsupportedMessageType - - ErrorDBQueryError bzhttp.Resp: properties: data: @@ -272,6 +273,3 @@ components: security: $ref: "#/components/schemas/models.Security" type: object -servers: - - url: https://api.benzinga.com - description: Default From 0b3008b3166c78448a53050a911d7e8e650f5c97 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 7 Nov 2025 13:32:47 +0000 Subject: [PATCH 47/71] Update mint.json with new OpenAPI data --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 +++ openapi/data-api-proxy_api.spec.yml | 6 ++++-- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++++-- openapi/logo-api_api.spec.yml | 5 +++++ openapi/newsquantified-api_api.spec.yml | 3 +++ openapi/ticker-trends-api_api.spec.yml | 6 ++++-- 6 files changed, 23 insertions(+), 6 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 99a77a01..60f6b729 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,3 +75,6 @@ components: ticker: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index b76491cf..a19e72a1 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get - fundamental details. + description: This REST API provides endpoints to search for fundamentals and get fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1147,3 +1146,6 @@ components: ok: type: boolean type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index 924abd0d..f9b27e79 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call - transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -236,3 +235,6 @@ components: transcript: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index 5525a365..d2ee38bf 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -284,3 +284,8 @@ components: mark_vector_light: type: string type: object +servers: + - url: https://api.benzinga.com/api/v2 + description: V2 + - url: https://api.benzinga.com/api/v2.1 + description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 131e3773..4ff5f684 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -337,3 +337,6 @@ components: prevDay%: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index fe80bfbf..6307aff8 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and - get ticker details. + description: This REST API provides endpoints to search for trending tickers and get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -273,3 +272,6 @@ components: security: $ref: "#/components/schemas/models.Security" type: object +servers: + - url: https://api.benzinga.com + description: Default From 4bec0cbf5356a84b62316ef3167af0a6d8684a52 Mon Sep 17 00:00:00 2001 From: GitLab CI Date: Mon, 10 Nov 2025 10:16:57 +0000 Subject: [PATCH 48/71] Transferred BzGo OpenAPI specs from GitLab to GitHub --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 --- openapi/data-api-proxy_api.spec.yml | 6 ++---- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++---- openapi/logo-api_api.spec.yml | 13 ++++--------- openapi/newsquantified-api_api.spec.yml | 11 ++++------- openapi/ticker-trends-api_api.spec.yml | 14 ++++++-------- 6 files changed, 18 insertions(+), 35 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 60f6b729..99a77a01 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,6 +75,3 @@ components: ticker: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index a19e72a1..b76491cf 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get fundamental details. + description: This REST API provides endpoints to search for fundamentals and get + fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1146,6 +1147,3 @@ components: ok: type: boolean type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index f9b27e79..924abd0d 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call + transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -235,6 +236,3 @@ components: transcript: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index d2ee38bf..180a809a 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -179,8 +179,6 @@ components: type: object bzhttp.ErrorCode: enum: - - unsupported_message_type - - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -192,10 +190,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error + - unsupported_message_type + - database_query_error type: string x-enum-varnames: - - ErrorUnsupportedMessageType - - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -207,6 +205,8 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError + - ErrorUnsupportedMessageType + - ErrorDBQueryError bzhttp.Resp: properties: data: @@ -284,8 +284,3 @@ components: mark_vector_light: type: string type: object -servers: - - url: https://api.benzinga.com/api/v2 - description: V2 - - url: https://api.benzinga.com/api/v2.1 - description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 4ff5f684..18a5abdc 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -102,6 +102,8 @@ components: type: object bzhttp.ErrorCode: enum: + - unsupported_message_type + - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -113,10 +115,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error - - unsupported_message_type - - database_query_error type: string x-enum-varnames: + - ErrorUnsupportedMessageType + - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -128,8 +130,6 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError - - ErrorUnsupportedMessageType - - ErrorDBQueryError bzhttp.Resp: properties: data: @@ -337,6 +337,3 @@ components: prevDay%: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index 6307aff8..34c1ae8e 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and get ticker details. + description: This REST API provides endpoints to search for trending tickers and + get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -170,8 +171,6 @@ components: type: object bzhttp.ErrorCode: enum: - - unsupported_message_type - - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -183,10 +182,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error + - unsupported_message_type + - database_query_error type: string x-enum-varnames: - - ErrorUnsupportedMessageType - - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -198,6 +197,8 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError + - ErrorUnsupportedMessageType + - ErrorDBQueryError bzhttp.Resp: properties: data: @@ -272,6 +273,3 @@ components: security: $ref: "#/components/schemas/models.Security" type: object -servers: - - url: https://api.benzinga.com - description: Default From 8ef3adf9cb7bd7048d8c0b04207ee3e65d1263b0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 10 Nov 2025 10:19:08 +0000 Subject: [PATCH 49/71] Update mint.json with new OpenAPI data --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 +++ openapi/data-api-proxy_api.spec.yml | 6 ++++-- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++++-- openapi/logo-api_api.spec.yml | 5 +++++ openapi/newsquantified-api_api.spec.yml | 3 +++ openapi/ticker-trends-api_api.spec.yml | 6 ++++-- 6 files changed, 23 insertions(+), 6 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 99a77a01..60f6b729 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,3 +75,6 @@ components: ticker: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index b76491cf..a19e72a1 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get - fundamental details. + description: This REST API provides endpoints to search for fundamentals and get fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1147,3 +1146,6 @@ components: ok: type: boolean type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index 924abd0d..f9b27e79 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call - transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -236,3 +235,6 @@ components: transcript: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index 180a809a..c82825d7 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -284,3 +284,8 @@ components: mark_vector_light: type: string type: object +servers: + - url: https://api.benzinga.com/api/v2 + description: V2 + - url: https://api.benzinga.com/api/v2.1 + description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 18a5abdc..4fc701bd 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -337,3 +337,6 @@ components: prevDay%: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index 34c1ae8e..225bfa4f 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and - get ticker details. + description: This REST API provides endpoints to search for trending tickers and get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -273,3 +272,6 @@ components: security: $ref: "#/components/schemas/models.Security" type: object +servers: + - url: https://api.benzinga.com + description: Default From b2723971dd1b6c477249d21db45be2039d0d2fe5 Mon Sep 17 00:00:00 2001 From: GitLab CI Date: Mon, 10 Nov 2025 14:28:00 +0000 Subject: [PATCH 50/71] Transferred BzGo OpenAPI specs from GitLab to GitHub --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 --- openapi/data-api-proxy_api.spec.yml | 6 ++---- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++---- openapi/logo-api_api.spec.yml | 5 ----- openapi/newsquantified-api_api.spec.yml | 11 ++++------- openapi/ticker-trends-api_api.spec.yml | 6 ++---- 6 files changed, 10 insertions(+), 27 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 60f6b729..99a77a01 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,6 +75,3 @@ components: ticker: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index a19e72a1..b76491cf 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get fundamental details. + description: This REST API provides endpoints to search for fundamentals and get + fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1146,6 +1147,3 @@ components: ok: type: boolean type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index f9b27e79..924abd0d 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call + transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -235,6 +236,3 @@ components: transcript: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index c82825d7..180a809a 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -284,8 +284,3 @@ components: mark_vector_light: type: string type: object -servers: - - url: https://api.benzinga.com/api/v2 - description: V2 - - url: https://api.benzinga.com/api/v2.1 - description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 4fc701bd..131e3773 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -102,8 +102,6 @@ components: type: object bzhttp.ErrorCode: enum: - - unsupported_message_type - - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -115,10 +113,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error + - unsupported_message_type + - database_query_error type: string x-enum-varnames: - - ErrorUnsupportedMessageType - - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -130,6 +128,8 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError + - ErrorUnsupportedMessageType + - ErrorDBQueryError bzhttp.Resp: properties: data: @@ -337,6 +337,3 @@ components: prevDay%: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index 225bfa4f..34c1ae8e 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and get ticker details. + description: This REST API provides endpoints to search for trending tickers and + get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -272,6 +273,3 @@ components: security: $ref: "#/components/schemas/models.Security" type: object -servers: - - url: https://api.benzinga.com - description: Default From bd0493b65d0956727fb36e9494ab4cb29d3ea25a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 10 Nov 2025 14:30:09 +0000 Subject: [PATCH 51/71] Update mint.json with new OpenAPI data --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 +++ openapi/data-api-proxy_api.spec.yml | 6 ++++-- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++++-- openapi/logo-api_api.spec.yml | 5 +++++ openapi/newsquantified-api_api.spec.yml | 3 +++ openapi/ticker-trends-api_api.spec.yml | 6 ++++-- 6 files changed, 23 insertions(+), 6 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 99a77a01..60f6b729 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,3 +75,6 @@ components: ticker: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index b76491cf..a19e72a1 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get - fundamental details. + description: This REST API provides endpoints to search for fundamentals and get fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1147,3 +1146,6 @@ components: ok: type: boolean type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index 924abd0d..f9b27e79 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call - transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -236,3 +235,6 @@ components: transcript: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index 180a809a..c82825d7 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -284,3 +284,8 @@ components: mark_vector_light: type: string type: object +servers: + - url: https://api.benzinga.com/api/v2 + description: V2 + - url: https://api.benzinga.com/api/v2.1 + description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 131e3773..4ff5f684 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -337,3 +337,6 @@ components: prevDay%: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index 34c1ae8e..225bfa4f 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and - get ticker details. + description: This REST API provides endpoints to search for trending tickers and get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -273,3 +272,6 @@ components: security: $ref: "#/components/schemas/models.Security" type: object +servers: + - url: https://api.benzinga.com + description: Default From f35205a1a213becd90fb97729bce44b2dac73280 Mon Sep 17 00:00:00 2001 From: GitLab CI Date: Tue, 11 Nov 2025 13:49:28 +0000 Subject: [PATCH 52/71] Transferred BzGo OpenAPI specs from GitLab to GitHub --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 --- openapi/data-api-proxy_api.spec.yml | 14 ++++++-------- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++---- openapi/logo-api_api.spec.yml | 5 ----- openapi/newsquantified-api_api.spec.yml | 3 --- openapi/ticker-trends-api_api.spec.yml | 14 ++++++-------- 6 files changed, 14 insertions(+), 31 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 60f6b729..99a77a01 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,6 +75,3 @@ components: ticker: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index a19e72a1..4da77638 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get fundamental details. + description: This REST API provides endpoints to search for fundamentals and get + fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1106,6 +1107,8 @@ components: type: object bzhttp.ErrorCode: enum: + - unsupported_message_type + - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -1117,10 +1120,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error - - unsupported_message_type - - database_query_error type: string x-enum-varnames: + - ErrorUnsupportedMessageType + - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -1132,8 +1135,6 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError - - ErrorUnsupportedMessageType - - ErrorDBQueryError bzhttp.Resp: properties: data: @@ -1146,6 +1147,3 @@ components: ok: type: boolean type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index f9b27e79..924abd0d 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call + transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -235,6 +236,3 @@ components: transcript: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index c82825d7..180a809a 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -284,8 +284,3 @@ components: mark_vector_light: type: string type: object -servers: - - url: https://api.benzinga.com/api/v2 - description: V2 - - url: https://api.benzinga.com/api/v2.1 - description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 4ff5f684..131e3773 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -337,6 +337,3 @@ components: prevDay%: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index 225bfa4f..fe80bfbf 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and get ticker details. + description: This REST API provides endpoints to search for trending tickers and + get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -170,6 +171,8 @@ components: type: object bzhttp.ErrorCode: enum: + - unsupported_message_type + - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -181,10 +184,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error - - unsupported_message_type - - database_query_error type: string x-enum-varnames: + - ErrorUnsupportedMessageType + - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -196,8 +199,6 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError - - ErrorUnsupportedMessageType - - ErrorDBQueryError bzhttp.Resp: properties: data: @@ -272,6 +273,3 @@ components: security: $ref: "#/components/schemas/models.Security" type: object -servers: - - url: https://api.benzinga.com - description: Default From b49ca7b882d9c3a9bf9fc592cfa51a8b9a0e656f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 11 Nov 2025 13:51:10 +0000 Subject: [PATCH 53/71] Update mint.json with new OpenAPI data --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 +++ openapi/data-api-proxy_api.spec.yml | 6 ++++-- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++++-- openapi/logo-api_api.spec.yml | 5 +++++ openapi/newsquantified-api_api.spec.yml | 3 +++ openapi/ticker-trends-api_api.spec.yml | 6 ++++-- 6 files changed, 23 insertions(+), 6 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 99a77a01..60f6b729 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,3 +75,6 @@ components: ticker: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index 4da77638..266ea94c 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get - fundamental details. + description: This REST API provides endpoints to search for fundamentals and get fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1147,3 +1146,6 @@ components: ok: type: boolean type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index 924abd0d..f9b27e79 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call - transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -236,3 +235,6 @@ components: transcript: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index 180a809a..c82825d7 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -284,3 +284,8 @@ components: mark_vector_light: type: string type: object +servers: + - url: https://api.benzinga.com/api/v2 + description: V2 + - url: https://api.benzinga.com/api/v2.1 + description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 131e3773..4ff5f684 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -337,3 +337,6 @@ components: prevDay%: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index fe80bfbf..6307aff8 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and - get ticker details. + description: This REST API provides endpoints to search for trending tickers and get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -273,3 +272,6 @@ components: security: $ref: "#/components/schemas/models.Security" type: object +servers: + - url: https://api.benzinga.com + description: Default From b5e82bef83613acfed6f6771b16dc467aae27257 Mon Sep 17 00:00:00 2001 From: GitLab CI Date: Wed, 12 Nov 2025 06:06:00 +0000 Subject: [PATCH 54/71] Transferred BzGo OpenAPI specs from GitLab to GitHub --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 --- openapi/data-api-proxy_api.spec.yml | 14 ++++++-------- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++---- openapi/logo-api_api.spec.yml | 5 ----- openapi/newsquantified-api_api.spec.yml | 11 ++++------- openapi/ticker-trends-api_api.spec.yml | 6 ++---- 6 files changed, 14 insertions(+), 31 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 60f6b729..99a77a01 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,6 +75,3 @@ components: ticker: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index 266ea94c..b76491cf 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get fundamental details. + description: This REST API provides endpoints to search for fundamentals and get + fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1106,8 +1107,6 @@ components: type: object bzhttp.ErrorCode: enum: - - unsupported_message_type - - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -1119,10 +1118,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error + - unsupported_message_type + - database_query_error type: string x-enum-varnames: - - ErrorUnsupportedMessageType - - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -1134,6 +1133,8 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError + - ErrorUnsupportedMessageType + - ErrorDBQueryError bzhttp.Resp: properties: data: @@ -1146,6 +1147,3 @@ components: ok: type: boolean type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index f9b27e79..924abd0d 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call + transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -235,6 +236,3 @@ components: transcript: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index c82825d7..180a809a 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -284,8 +284,3 @@ components: mark_vector_light: type: string type: object -servers: - - url: https://api.benzinga.com/api/v2 - description: V2 - - url: https://api.benzinga.com/api/v2.1 - description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 4ff5f684..18a5abdc 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -102,6 +102,8 @@ components: type: object bzhttp.ErrorCode: enum: + - unsupported_message_type + - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -113,10 +115,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error - - unsupported_message_type - - database_query_error type: string x-enum-varnames: + - ErrorUnsupportedMessageType + - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -128,8 +130,6 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError - - ErrorUnsupportedMessageType - - ErrorDBQueryError bzhttp.Resp: properties: data: @@ -337,6 +337,3 @@ components: prevDay%: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index 6307aff8..fe80bfbf 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and get ticker details. + description: This REST API provides endpoints to search for trending tickers and + get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -272,6 +273,3 @@ components: security: $ref: "#/components/schemas/models.Security" type: object -servers: - - url: https://api.benzinga.com - description: Default From f22bf3bbe5a97cac47761555720840ba3fe5144f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 12 Nov 2025 06:07:37 +0000 Subject: [PATCH 55/71] Update mint.json with new OpenAPI data --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 +++ openapi/data-api-proxy_api.spec.yml | 6 ++++-- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++++-- openapi/logo-api_api.spec.yml | 5 +++++ openapi/newsquantified-api_api.spec.yml | 3 +++ openapi/ticker-trends-api_api.spec.yml | 6 ++++-- 6 files changed, 23 insertions(+), 6 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 99a77a01..60f6b729 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,3 +75,6 @@ components: ticker: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index b76491cf..a19e72a1 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get - fundamental details. + description: This REST API provides endpoints to search for fundamentals and get fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1147,3 +1146,6 @@ components: ok: type: boolean type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index 924abd0d..f9b27e79 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call - transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -236,3 +235,6 @@ components: transcript: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index 180a809a..c82825d7 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -284,3 +284,8 @@ components: mark_vector_light: type: string type: object +servers: + - url: https://api.benzinga.com/api/v2 + description: V2 + - url: https://api.benzinga.com/api/v2.1 + description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 18a5abdc..4fc701bd 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -337,3 +337,6 @@ components: prevDay%: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index fe80bfbf..6307aff8 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and - get ticker details. + description: This REST API provides endpoints to search for trending tickers and get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -273,3 +272,6 @@ components: security: $ref: "#/components/schemas/models.Security" type: object +servers: + - url: https://api.benzinga.com + description: Default From 1314831f3f3921e796df78692980c060fd2ca4d9 Mon Sep 17 00:00:00 2001 From: GitLab CI Date: Thu, 13 Nov 2025 06:44:36 +0000 Subject: [PATCH 56/71] Transferred BzGo OpenAPI specs from GitLab to GitHub --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 --- openapi/data-api-proxy_api.spec.yml | 14 ++++++-------- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++---- openapi/logo-api_api.spec.yml | 13 ++++--------- openapi/newsquantified-api_api.spec.yml | 11 ++++------- openapi/ticker-trends-api_api.spec.yml | 14 ++++++-------- 6 files changed, 22 insertions(+), 39 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 60f6b729..99a77a01 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,6 +75,3 @@ components: ticker: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index a19e72a1..4da77638 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get fundamental details. + description: This REST API provides endpoints to search for fundamentals and get + fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1106,6 +1107,8 @@ components: type: object bzhttp.ErrorCode: enum: + - unsupported_message_type + - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -1117,10 +1120,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error - - unsupported_message_type - - database_query_error type: string x-enum-varnames: + - ErrorUnsupportedMessageType + - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -1132,8 +1135,6 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError - - ErrorUnsupportedMessageType - - ErrorDBQueryError bzhttp.Resp: properties: data: @@ -1146,6 +1147,3 @@ components: ok: type: boolean type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index f9b27e79..924abd0d 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call + transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -235,6 +236,3 @@ components: transcript: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index c82825d7..5525a365 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -179,6 +179,8 @@ components: type: object bzhttp.ErrorCode: enum: + - unsupported_message_type + - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -190,10 +192,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error - - unsupported_message_type - - database_query_error type: string x-enum-varnames: + - ErrorUnsupportedMessageType + - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -205,8 +207,6 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError - - ErrorUnsupportedMessageType - - ErrorDBQueryError bzhttp.Resp: properties: data: @@ -284,8 +284,3 @@ components: mark_vector_light: type: string type: object -servers: - - url: https://api.benzinga.com/api/v2 - description: V2 - - url: https://api.benzinga.com/api/v2.1 - description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 4fc701bd..131e3773 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -102,8 +102,6 @@ components: type: object bzhttp.ErrorCode: enum: - - unsupported_message_type - - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -115,10 +113,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error + - unsupported_message_type + - database_query_error type: string x-enum-varnames: - - ErrorUnsupportedMessageType - - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -130,6 +128,8 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError + - ErrorUnsupportedMessageType + - ErrorDBQueryError bzhttp.Resp: properties: data: @@ -337,6 +337,3 @@ components: prevDay%: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index 6307aff8..34c1ae8e 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and get ticker details. + description: This REST API provides endpoints to search for trending tickers and + get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -170,8 +171,6 @@ components: type: object bzhttp.ErrorCode: enum: - - unsupported_message_type - - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -183,10 +182,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error + - unsupported_message_type + - database_query_error type: string x-enum-varnames: - - ErrorUnsupportedMessageType - - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -198,6 +197,8 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError + - ErrorUnsupportedMessageType + - ErrorDBQueryError bzhttp.Resp: properties: data: @@ -272,6 +273,3 @@ components: security: $ref: "#/components/schemas/models.Security" type: object -servers: - - url: https://api.benzinga.com - description: Default From 6535b793c22a8f48c4cc3a7ddf2fda07480d6302 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 13 Nov 2025 06:46:21 +0000 Subject: [PATCH 57/71] Update mint.json with new OpenAPI data --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 +++ openapi/data-api-proxy_api.spec.yml | 6 ++++-- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++++-- openapi/logo-api_api.spec.yml | 5 +++++ openapi/newsquantified-api_api.spec.yml | 3 +++ openapi/ticker-trends-api_api.spec.yml | 6 ++++-- 6 files changed, 23 insertions(+), 6 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 99a77a01..60f6b729 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,3 +75,6 @@ components: ticker: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index 4da77638..266ea94c 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get - fundamental details. + description: This REST API provides endpoints to search for fundamentals and get fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1147,3 +1146,6 @@ components: ok: type: boolean type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index 924abd0d..f9b27e79 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call - transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -236,3 +235,6 @@ components: transcript: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index 5525a365..d2ee38bf 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -284,3 +284,8 @@ components: mark_vector_light: type: string type: object +servers: + - url: https://api.benzinga.com/api/v2 + description: V2 + - url: https://api.benzinga.com/api/v2.1 + description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 131e3773..4ff5f684 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -337,3 +337,6 @@ components: prevDay%: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index 34c1ae8e..225bfa4f 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and - get ticker details. + description: This REST API provides endpoints to search for trending tickers and get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -273,3 +272,6 @@ components: security: $ref: "#/components/schemas/models.Security" type: object +servers: + - url: https://api.benzinga.com + description: Default From 1ef45cbaec62d3511ccde386f261de8a0589b1a7 Mon Sep 17 00:00:00 2001 From: GitLab CI Date: Thu, 13 Nov 2025 09:59:30 +0000 Subject: [PATCH 58/71] Transferred BzGo OpenAPI specs from GitLab to GitHub --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 --- openapi/data-api-proxy_api.spec.yml | 6 ++---- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++---- openapi/logo-api_api.spec.yml | 13 ++++--------- openapi/newsquantified-api_api.spec.yml | 3 --- openapi/ticker-trends-api_api.spec.yml | 6 ++---- 6 files changed, 10 insertions(+), 27 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 60f6b729..99a77a01 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,6 +75,3 @@ components: ticker: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index 266ea94c..4da77638 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get fundamental details. + description: This REST API provides endpoints to search for fundamentals and get + fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1146,6 +1147,3 @@ components: ok: type: boolean type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index f9b27e79..924abd0d 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call + transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -235,6 +236,3 @@ components: transcript: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index d2ee38bf..180a809a 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -179,8 +179,6 @@ components: type: object bzhttp.ErrorCode: enum: - - unsupported_message_type - - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -192,10 +190,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error + - unsupported_message_type + - database_query_error type: string x-enum-varnames: - - ErrorUnsupportedMessageType - - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -207,6 +205,8 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError + - ErrorUnsupportedMessageType + - ErrorDBQueryError bzhttp.Resp: properties: data: @@ -284,8 +284,3 @@ components: mark_vector_light: type: string type: object -servers: - - url: https://api.benzinga.com/api/v2 - description: V2 - - url: https://api.benzinga.com/api/v2.1 - description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 4ff5f684..131e3773 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -337,6 +337,3 @@ components: prevDay%: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index 225bfa4f..34c1ae8e 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and get ticker details. + description: This REST API provides endpoints to search for trending tickers and + get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -272,6 +273,3 @@ components: security: $ref: "#/components/schemas/models.Security" type: object -servers: - - url: https://api.benzinga.com - description: Default From ebb6fad9807162e54bef269b387181b8ec8b81f5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 13 Nov 2025 10:01:24 +0000 Subject: [PATCH 59/71] Update mint.json with new OpenAPI data --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 +++ openapi/data-api-proxy_api.spec.yml | 6 ++++-- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++++-- openapi/logo-api_api.spec.yml | 5 +++++ openapi/newsquantified-api_api.spec.yml | 3 +++ openapi/ticker-trends-api_api.spec.yml | 6 ++++-- 6 files changed, 23 insertions(+), 6 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 99a77a01..60f6b729 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,3 +75,6 @@ components: ticker: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index 4da77638..266ea94c 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get - fundamental details. + description: This REST API provides endpoints to search for fundamentals and get fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1147,3 +1146,6 @@ components: ok: type: boolean type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index 924abd0d..f9b27e79 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call - transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -236,3 +235,6 @@ components: transcript: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index 180a809a..c82825d7 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -284,3 +284,8 @@ components: mark_vector_light: type: string type: object +servers: + - url: https://api.benzinga.com/api/v2 + description: V2 + - url: https://api.benzinga.com/api/v2.1 + description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 131e3773..4ff5f684 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -337,3 +337,6 @@ components: prevDay%: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index 34c1ae8e..225bfa4f 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and - get ticker details. + description: This REST API provides endpoints to search for trending tickers and get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -273,3 +272,6 @@ components: security: $ref: "#/components/schemas/models.Security" type: object +servers: + - url: https://api.benzinga.com + description: Default From 04dedb2367ec7b626d83944997c30b07312fc5c0 Mon Sep 17 00:00:00 2001 From: GitLab CI Date: Fri, 14 Nov 2025 09:59:24 +0000 Subject: [PATCH 60/71] Transferred BzGo OpenAPI specs from GitLab to GitHub --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 --- openapi/data-api-proxy_api.spec.yml | 6 ++---- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++---- openapi/logo-api_api.spec.yml | 13 ++++--------- openapi/newsquantified-api_api.spec.yml | 11 ++++------- openapi/ticker-trends-api_api.spec.yml | 6 ++---- 6 files changed, 14 insertions(+), 31 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 60f6b729..99a77a01 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,6 +75,3 @@ components: ticker: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index 266ea94c..4da77638 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get fundamental details. + description: This REST API provides endpoints to search for fundamentals and get + fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1146,6 +1147,3 @@ components: ok: type: boolean type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index f9b27e79..924abd0d 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call + transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -235,6 +236,3 @@ components: transcript: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index c82825d7..5525a365 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -179,6 +179,8 @@ components: type: object bzhttp.ErrorCode: enum: + - unsupported_message_type + - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -190,10 +192,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error - - unsupported_message_type - - database_query_error type: string x-enum-varnames: + - ErrorUnsupportedMessageType + - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -205,8 +207,6 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError - - ErrorUnsupportedMessageType - - ErrorDBQueryError bzhttp.Resp: properties: data: @@ -284,8 +284,3 @@ components: mark_vector_light: type: string type: object -servers: - - url: https://api.benzinga.com/api/v2 - description: V2 - - url: https://api.benzinga.com/api/v2.1 - description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 4ff5f684..18a5abdc 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -102,6 +102,8 @@ components: type: object bzhttp.ErrorCode: enum: + - unsupported_message_type + - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -113,10 +115,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error - - unsupported_message_type - - database_query_error type: string x-enum-varnames: + - ErrorUnsupportedMessageType + - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -128,8 +130,6 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError - - ErrorUnsupportedMessageType - - ErrorDBQueryError bzhttp.Resp: properties: data: @@ -337,6 +337,3 @@ components: prevDay%: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index 225bfa4f..34c1ae8e 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and get ticker details. + description: This REST API provides endpoints to search for trending tickers and + get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -272,6 +273,3 @@ components: security: $ref: "#/components/schemas/models.Security" type: object -servers: - - url: https://api.benzinga.com - description: Default From 59bba57e02987fa1b94c8b513b8b438e686d3ccb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 14 Nov 2025 10:01:20 +0000 Subject: [PATCH 61/71] Update mint.json with new OpenAPI data --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 +++ openapi/data-api-proxy_api.spec.yml | 6 ++++-- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++++-- openapi/logo-api_api.spec.yml | 5 +++++ openapi/newsquantified-api_api.spec.yml | 3 +++ openapi/ticker-trends-api_api.spec.yml | 6 ++++-- 6 files changed, 23 insertions(+), 6 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 99a77a01..60f6b729 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,3 +75,6 @@ components: ticker: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index 4da77638..266ea94c 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get - fundamental details. + description: This REST API provides endpoints to search for fundamentals and get fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1147,3 +1146,6 @@ components: ok: type: boolean type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index 924abd0d..f9b27e79 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call - transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -236,3 +235,6 @@ components: transcript: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index 5525a365..d2ee38bf 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -284,3 +284,8 @@ components: mark_vector_light: type: string type: object +servers: + - url: https://api.benzinga.com/api/v2 + description: V2 + - url: https://api.benzinga.com/api/v2.1 + description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 18a5abdc..4fc701bd 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -337,3 +337,6 @@ components: prevDay%: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index 34c1ae8e..225bfa4f 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and - get ticker details. + description: This REST API provides endpoints to search for trending tickers and get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -273,3 +272,6 @@ components: security: $ref: "#/components/schemas/models.Security" type: object +servers: + - url: https://api.benzinga.com + description: Default From 64000a1e791b1681aefbdab2d898b60d5fb64e75 Mon Sep 17 00:00:00 2001 From: GitLab CI Date: Fri, 14 Nov 2025 13:37:16 +0000 Subject: [PATCH 62/71] Transferred BzGo OpenAPI specs from GitLab to GitHub --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 --- openapi/data-api-proxy_api.spec.yml | 6 ++---- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++---- openapi/logo-api_api.spec.yml | 13 ++++--------- openapi/newsquantified-api_api.spec.yml | 3 --- openapi/ticker-trends-api_api.spec.yml | 6 ++---- 6 files changed, 10 insertions(+), 27 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 60f6b729..99a77a01 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,6 +75,3 @@ components: ticker: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index 266ea94c..4da77638 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get fundamental details. + description: This REST API provides endpoints to search for fundamentals and get + fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1146,6 +1147,3 @@ components: ok: type: boolean type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index f9b27e79..924abd0d 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call + transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -235,6 +236,3 @@ components: transcript: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index d2ee38bf..180a809a 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -179,8 +179,6 @@ components: type: object bzhttp.ErrorCode: enum: - - unsupported_message_type - - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -192,10 +190,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error + - unsupported_message_type + - database_query_error type: string x-enum-varnames: - - ErrorUnsupportedMessageType - - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -207,6 +205,8 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError + - ErrorUnsupportedMessageType + - ErrorDBQueryError bzhttp.Resp: properties: data: @@ -284,8 +284,3 @@ components: mark_vector_light: type: string type: object -servers: - - url: https://api.benzinga.com/api/v2 - description: V2 - - url: https://api.benzinga.com/api/v2.1 - description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 4fc701bd..18a5abdc 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -337,6 +337,3 @@ components: prevDay%: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index 225bfa4f..34c1ae8e 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and get ticker details. + description: This REST API provides endpoints to search for trending tickers and + get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -272,6 +273,3 @@ components: security: $ref: "#/components/schemas/models.Security" type: object -servers: - - url: https://api.benzinga.com - description: Default From 263727346fe659ba131dc0bedf8f778dbe8d6d78 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 14 Nov 2025 13:38:43 +0000 Subject: [PATCH 63/71] Update mint.json with new OpenAPI data --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 +++ openapi/data-api-proxy_api.spec.yml | 6 ++++-- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++++-- openapi/logo-api_api.spec.yml | 5 +++++ openapi/newsquantified-api_api.spec.yml | 3 +++ openapi/ticker-trends-api_api.spec.yml | 6 ++++-- 6 files changed, 23 insertions(+), 6 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 99a77a01..60f6b729 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,3 +75,6 @@ components: ticker: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index 4da77638..266ea94c 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get - fundamental details. + description: This REST API provides endpoints to search for fundamentals and get fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1147,3 +1146,6 @@ components: ok: type: boolean type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index 924abd0d..f9b27e79 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call - transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -236,3 +235,6 @@ components: transcript: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index 180a809a..c82825d7 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -284,3 +284,8 @@ components: mark_vector_light: type: string type: object +servers: + - url: https://api.benzinga.com/api/v2 + description: V2 + - url: https://api.benzinga.com/api/v2.1 + description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 18a5abdc..4fc701bd 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -337,3 +337,6 @@ components: prevDay%: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index 34c1ae8e..225bfa4f 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and - get ticker details. + description: This REST API provides endpoints to search for trending tickers and get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -273,3 +272,6 @@ components: security: $ref: "#/components/schemas/models.Security" type: object +servers: + - url: https://api.benzinga.com + description: Default From 24a543d051f0605898c9777f3004173d84fc687a Mon Sep 17 00:00:00 2001 From: GitLab CI Date: Mon, 17 Nov 2025 13:02:20 +0000 Subject: [PATCH 64/71] Transferred BzGo OpenAPI specs from GitLab to GitHub --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 --- openapi/data-api-proxy_api.spec.yml | 14 ++++++-------- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++---- openapi/logo-api_api.spec.yml | 13 ++++--------- openapi/newsquantified-api_api.spec.yml | 11 ++++------- openapi/ticker-trends-api_api.spec.yml | 6 ++---- 6 files changed, 18 insertions(+), 35 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 60f6b729..99a77a01 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,6 +75,3 @@ components: ticker: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index 266ea94c..b76491cf 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get fundamental details. + description: This REST API provides endpoints to search for fundamentals and get + fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1106,8 +1107,6 @@ components: type: object bzhttp.ErrorCode: enum: - - unsupported_message_type - - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -1119,10 +1118,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error + - unsupported_message_type + - database_query_error type: string x-enum-varnames: - - ErrorUnsupportedMessageType - - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -1134,6 +1133,8 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError + - ErrorUnsupportedMessageType + - ErrorDBQueryError bzhttp.Resp: properties: data: @@ -1146,6 +1147,3 @@ components: ok: type: boolean type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index f9b27e79..924abd0d 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call + transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -235,6 +236,3 @@ components: transcript: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index c82825d7..5525a365 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -179,6 +179,8 @@ components: type: object bzhttp.ErrorCode: enum: + - unsupported_message_type + - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -190,10 +192,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error - - unsupported_message_type - - database_query_error type: string x-enum-varnames: + - ErrorUnsupportedMessageType + - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -205,8 +207,6 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError - - ErrorUnsupportedMessageType - - ErrorDBQueryError bzhttp.Resp: properties: data: @@ -284,8 +284,3 @@ components: mark_vector_light: type: string type: object -servers: - - url: https://api.benzinga.com/api/v2 - description: V2 - - url: https://api.benzinga.com/api/v2.1 - description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 4fc701bd..131e3773 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -102,8 +102,6 @@ components: type: object bzhttp.ErrorCode: enum: - - unsupported_message_type - - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -115,10 +113,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error + - unsupported_message_type + - database_query_error type: string x-enum-varnames: - - ErrorUnsupportedMessageType - - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -130,6 +128,8 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError + - ErrorUnsupportedMessageType + - ErrorDBQueryError bzhttp.Resp: properties: data: @@ -337,6 +337,3 @@ components: prevDay%: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index 225bfa4f..34c1ae8e 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and get ticker details. + description: This REST API provides endpoints to search for trending tickers and + get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -272,6 +273,3 @@ components: security: $ref: "#/components/schemas/models.Security" type: object -servers: - - url: https://api.benzinga.com - description: Default From 1628492925d11d307f73358f7ef3c7ef125eaed7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 17 Nov 2025 13:04:15 +0000 Subject: [PATCH 65/71] Update mint.json with new OpenAPI data --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 +++ openapi/data-api-proxy_api.spec.yml | 6 ++++-- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++++-- openapi/logo-api_api.spec.yml | 5 +++++ openapi/newsquantified-api_api.spec.yml | 3 +++ openapi/ticker-trends-api_api.spec.yml | 6 ++++-- 6 files changed, 23 insertions(+), 6 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 99a77a01..60f6b729 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,3 +75,6 @@ components: ticker: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index b76491cf..a19e72a1 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get - fundamental details. + description: This REST API provides endpoints to search for fundamentals and get fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1147,3 +1146,6 @@ components: ok: type: boolean type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index 924abd0d..f9b27e79 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call - transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -236,3 +235,6 @@ components: transcript: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index 5525a365..d2ee38bf 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -284,3 +284,8 @@ components: mark_vector_light: type: string type: object +servers: + - url: https://api.benzinga.com/api/v2 + description: V2 + - url: https://api.benzinga.com/api/v2.1 + description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 131e3773..4ff5f684 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -337,3 +337,6 @@ components: prevDay%: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index 34c1ae8e..225bfa4f 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and - get ticker details. + description: This REST API provides endpoints to search for trending tickers and get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -273,3 +272,6 @@ components: security: $ref: "#/components/schemas/models.Security" type: object +servers: + - url: https://api.benzinga.com + description: Default From d87b4444b027e099c3ae012ad1ed3660f87ed64b Mon Sep 17 00:00:00 2001 From: GitLab CI Date: Tue, 18 Nov 2025 11:33:34 +0000 Subject: [PATCH 66/71] Transferred BzGo OpenAPI specs from GitLab to GitHub --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 --- openapi/data-api-proxy_api.spec.yml | 6 ++---- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++---- openapi/logo-api_api.spec.yml | 13 ++++--------- openapi/newsquantified-api_api.spec.yml | 11 ++++------- openapi/ticker-trends-api_api.spec.yml | 14 ++++++-------- 6 files changed, 18 insertions(+), 35 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 60f6b729..99a77a01 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,6 +75,3 @@ components: ticker: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index a19e72a1..b76491cf 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get fundamental details. + description: This REST API provides endpoints to search for fundamentals and get + fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1146,6 +1147,3 @@ components: ok: type: boolean type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index f9b27e79..924abd0d 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call + transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -235,6 +236,3 @@ components: transcript: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index d2ee38bf..180a809a 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -179,8 +179,6 @@ components: type: object bzhttp.ErrorCode: enum: - - unsupported_message_type - - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -192,10 +190,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error + - unsupported_message_type + - database_query_error type: string x-enum-varnames: - - ErrorUnsupportedMessageType - - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -207,6 +205,8 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError + - ErrorUnsupportedMessageType + - ErrorDBQueryError bzhttp.Resp: properties: data: @@ -284,8 +284,3 @@ components: mark_vector_light: type: string type: object -servers: - - url: https://api.benzinga.com/api/v2 - description: V2 - - url: https://api.benzinga.com/api/v2.1 - description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 4ff5f684..18a5abdc 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -102,6 +102,8 @@ components: type: object bzhttp.ErrorCode: enum: + - unsupported_message_type + - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -113,10 +115,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error - - unsupported_message_type - - database_query_error type: string x-enum-varnames: + - ErrorUnsupportedMessageType + - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -128,8 +130,6 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError - - ErrorUnsupportedMessageType - - ErrorDBQueryError bzhttp.Resp: properties: data: @@ -337,6 +337,3 @@ components: prevDay%: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index 225bfa4f..fe80bfbf 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and get ticker details. + description: This REST API provides endpoints to search for trending tickers and + get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -170,6 +171,8 @@ components: type: object bzhttp.ErrorCode: enum: + - unsupported_message_type + - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -181,10 +184,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error - - unsupported_message_type - - database_query_error type: string x-enum-varnames: + - ErrorUnsupportedMessageType + - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -196,8 +199,6 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError - - ErrorUnsupportedMessageType - - ErrorDBQueryError bzhttp.Resp: properties: data: @@ -272,6 +273,3 @@ components: security: $ref: "#/components/schemas/models.Security" type: object -servers: - - url: https://api.benzinga.com - description: Default From 6f47fe22994a8ce67040a7db502a536dc3f9bfc0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 18 Nov 2025 11:35:05 +0000 Subject: [PATCH 67/71] Update mint.json with new OpenAPI data --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 +++ openapi/data-api-proxy_api.spec.yml | 6 ++++-- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++++-- openapi/logo-api_api.spec.yml | 5 +++++ openapi/newsquantified-api_api.spec.yml | 3 +++ openapi/ticker-trends-api_api.spec.yml | 6 ++++-- 6 files changed, 23 insertions(+), 6 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 99a77a01..60f6b729 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,3 +75,6 @@ components: ticker: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index b76491cf..a19e72a1 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get - fundamental details. + description: This REST API provides endpoints to search for fundamentals and get fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1147,3 +1146,6 @@ components: ok: type: boolean type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index 924abd0d..f9b27e79 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call - transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -236,3 +235,6 @@ components: transcript: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index 180a809a..c82825d7 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -284,3 +284,8 @@ components: mark_vector_light: type: string type: object +servers: + - url: https://api.benzinga.com/api/v2 + description: V2 + - url: https://api.benzinga.com/api/v2.1 + description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 18a5abdc..4fc701bd 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -337,3 +337,6 @@ components: prevDay%: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index fe80bfbf..6307aff8 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and - get ticker details. + description: This REST API provides endpoints to search for trending tickers and get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -273,3 +272,6 @@ components: security: $ref: "#/components/schemas/models.Security" type: object +servers: + - url: https://api.benzinga.com + description: Default From ba2ff57634dd295a67984d3c2538f82c04eb9421 Mon Sep 17 00:00:00 2001 From: GitLab CI Date: Wed, 19 Nov 2025 11:40:32 +0000 Subject: [PATCH 68/71] Transferred BzGo OpenAPI specs from GitLab to GitHub --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 --- openapi/data-api-proxy_api.spec.yml | 14 ++++++-------- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++---- openapi/logo-api_api.spec.yml | 13 ++++--------- openapi/newsquantified-api_api.spec.yml | 3 --- openapi/ticker-trends-api_api.spec.yml | 14 ++++++-------- 6 files changed, 18 insertions(+), 35 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 60f6b729..99a77a01 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,6 +75,3 @@ components: ticker: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index a19e72a1..4da77638 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get fundamental details. + description: This REST API provides endpoints to search for fundamentals and get + fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1106,6 +1107,8 @@ components: type: object bzhttp.ErrorCode: enum: + - unsupported_message_type + - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -1117,10 +1120,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error - - unsupported_message_type - - database_query_error type: string x-enum-varnames: + - ErrorUnsupportedMessageType + - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -1132,8 +1135,6 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError - - ErrorUnsupportedMessageType - - ErrorDBQueryError bzhttp.Resp: properties: data: @@ -1146,6 +1147,3 @@ components: ok: type: boolean type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index f9b27e79..924abd0d 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call + transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -235,6 +236,3 @@ components: transcript: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index c82825d7..5525a365 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -179,6 +179,8 @@ components: type: object bzhttp.ErrorCode: enum: + - unsupported_message_type + - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -190,10 +192,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error - - unsupported_message_type - - database_query_error type: string x-enum-varnames: + - ErrorUnsupportedMessageType + - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -205,8 +207,6 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError - - ErrorUnsupportedMessageType - - ErrorDBQueryError bzhttp.Resp: properties: data: @@ -284,8 +284,3 @@ components: mark_vector_light: type: string type: object -servers: - - url: https://api.benzinga.com/api/v2 - description: V2 - - url: https://api.benzinga.com/api/v2.1 - description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 4fc701bd..18a5abdc 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -337,6 +337,3 @@ components: prevDay%: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index 6307aff8..34c1ae8e 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and get ticker details. + description: This REST API provides endpoints to search for trending tickers and + get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -170,8 +171,6 @@ components: type: object bzhttp.ErrorCode: enum: - - unsupported_message_type - - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -183,10 +182,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error + - unsupported_message_type + - database_query_error type: string x-enum-varnames: - - ErrorUnsupportedMessageType - - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -198,6 +197,8 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError + - ErrorUnsupportedMessageType + - ErrorDBQueryError bzhttp.Resp: properties: data: @@ -272,6 +273,3 @@ components: security: $ref: "#/components/schemas/models.Security" type: object -servers: - - url: https://api.benzinga.com - description: Default From 57078bbeb64c8649a6ad3afa01eb3fb2dafd9911 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 19 Nov 2025 11:41:58 +0000 Subject: [PATCH 69/71] Update mint.json with new OpenAPI data --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 +++ openapi/data-api-proxy_api.spec.yml | 6 ++++-- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++++-- openapi/logo-api_api.spec.yml | 5 +++++ openapi/newsquantified-api_api.spec.yml | 3 +++ openapi/ticker-trends-api_api.spec.yml | 6 ++++-- 6 files changed, 23 insertions(+), 6 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 99a77a01..60f6b729 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,3 +75,6 @@ components: ticker: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index 4da77638..266ea94c 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get - fundamental details. + description: This REST API provides endpoints to search for fundamentals and get fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1147,3 +1146,6 @@ components: ok: type: boolean type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index 924abd0d..f9b27e79 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call - transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -236,3 +235,6 @@ components: transcript: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index 5525a365..d2ee38bf 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -284,3 +284,8 @@ components: mark_vector_light: type: string type: object +servers: + - url: https://api.benzinga.com/api/v2 + description: V2 + - url: https://api.benzinga.com/api/v2.1 + description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 18a5abdc..4fc701bd 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -337,3 +337,6 @@ components: prevDay%: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index 34c1ae8e..225bfa4f 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and - get ticker details. + description: This REST API provides endpoints to search for trending tickers and get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -273,3 +272,6 @@ components: security: $ref: "#/components/schemas/models.Security" type: object +servers: + - url: https://api.benzinga.com + description: Default From 87fe2783d7b3958987091764fceae3397d1500a2 Mon Sep 17 00:00:00 2001 From: GitLab CI Date: Wed, 19 Nov 2025 11:43:11 +0000 Subject: [PATCH 70/71] Transferred BzGo OpenAPI specs from GitLab to GitHub --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 --- openapi/data-api-proxy_api.spec.yml | 6 ++---- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++---- openapi/logo-api_api.spec.yml | 5 ----- openapi/newsquantified-api_api.spec.yml | 3 --- openapi/ticker-trends-api_api.spec.yml | 14 ++++++-------- 6 files changed, 10 insertions(+), 27 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 60f6b729..99a77a01 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,6 +75,3 @@ components: ticker: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index 266ea94c..4da77638 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get fundamental details. + description: This REST API provides endpoints to search for fundamentals and get + fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1146,6 +1147,3 @@ components: ok: type: boolean type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index f9b27e79..924abd0d 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call + transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -235,6 +236,3 @@ components: transcript: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index d2ee38bf..5525a365 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -284,8 +284,3 @@ components: mark_vector_light: type: string type: object -servers: - - url: https://api.benzinga.com/api/v2 - description: V2 - - url: https://api.benzinga.com/api/v2.1 - description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 4fc701bd..18a5abdc 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -337,6 +337,3 @@ components: prevDay%: type: string type: object -servers: - - url: https://api.benzinga.com - description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index 225bfa4f..fe80bfbf 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,7 +1,8 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and get ticker details. + description: This REST API provides endpoints to search for trending tickers and + get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -170,6 +171,8 @@ components: type: object bzhttp.ErrorCode: enum: + - unsupported_message_type + - database_query_error - json_unmarshaling_error - no_data_found - no_matching_endpoint @@ -181,10 +184,10 @@ components: - failed_dependency - service_unavailable - upstream_api_error - - unsupported_message_type - - database_query_error type: string x-enum-varnames: + - ErrorUnsupportedMessageType + - ErrorDBQueryError - ErrorJSONUnmarshaling - ErrorNoDataFound - ErrorNoMatchingEndpoint @@ -196,8 +199,6 @@ components: - ErrorFailedDependency - ErrorServiceUnavailable - ErrorUpstreamAPIError - - ErrorUnsupportedMessageType - - ErrorDBQueryError bzhttp.Resp: properties: data: @@ -272,6 +273,3 @@ components: security: $ref: "#/components/schemas/models.Security" type: object -servers: - - url: https://api.benzinga.com - description: Default From 9b2140b277ac35f0ee6717241c26edec1167aa75 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 19 Nov 2025 11:45:05 +0000 Subject: [PATCH 71/71] Update mint.json with new OpenAPI data --- openapi/analyst-reports-raw-text-api_api.spec.yml | 3 +++ openapi/data-api-proxy_api.spec.yml | 6 ++++-- openapi/earnings-call-transcripts-api_api.spec.yml | 6 ++++-- openapi/logo-api_api.spec.yml | 5 +++++ openapi/newsquantified-api_api.spec.yml | 3 +++ openapi/ticker-trends-api_api.spec.yml | 6 ++++-- 6 files changed, 23 insertions(+), 6 deletions(-) diff --git a/openapi/analyst-reports-raw-text-api_api.spec.yml b/openapi/analyst-reports-raw-text-api_api.spec.yml index 99a77a01..60f6b729 100644 --- a/openapi/analyst-reports-raw-text-api_api.spec.yml +++ b/openapi/analyst-reports-raw-text-api_api.spec.yml @@ -75,3 +75,6 @@ components: ticker: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/data-api-proxy_api.spec.yml b/openapi/data-api-proxy_api.spec.yml index 4da77638..266ea94c 100644 --- a/openapi/data-api-proxy_api.spec.yml +++ b/openapi/data-api-proxy_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for fundamentals and get - fundamental details. + description: This REST API provides endpoints to search for fundamentals and get fundamental details. termsOfService: http://swagger.io/terms/ title: Data API Proxy version: 2.0.0 @@ -1147,3 +1146,6 @@ components: ok: type: boolean type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/earnings-call-transcripts-api_api.spec.yml b/openapi/earnings-call-transcripts-api_api.spec.yml index 924abd0d..f9b27e79 100644 --- a/openapi/earnings-call-transcripts-api_api.spec.yml +++ b/openapi/earnings-call-transcripts-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for earnings call - transcripts and get earnings call transcript details. + description: This REST API provides endpoints to search for earnings call transcripts and get earnings call transcript details. termsOfService: http://swagger.io/terms/ title: Earnings Call Transcripts API version: 1.0.0 @@ -236,3 +235,6 @@ components: transcript: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/logo-api_api.spec.yml b/openapi/logo-api_api.spec.yml index 5525a365..d2ee38bf 100644 --- a/openapi/logo-api_api.spec.yml +++ b/openapi/logo-api_api.spec.yml @@ -284,3 +284,8 @@ components: mark_vector_light: type: string type: object +servers: + - url: https://api.benzinga.com/api/v2 + description: V2 + - url: https://api.benzinga.com/api/v2.1 + description: V2.1 diff --git a/openapi/newsquantified-api_api.spec.yml b/openapi/newsquantified-api_api.spec.yml index 18a5abdc..4fc701bd 100644 --- a/openapi/newsquantified-api_api.spec.yml +++ b/openapi/newsquantified-api_api.spec.yml @@ -337,3 +337,6 @@ components: prevDay%: type: string type: object +servers: + - url: https://api.benzinga.com + description: Default diff --git a/openapi/ticker-trends-api_api.spec.yml b/openapi/ticker-trends-api_api.spec.yml index fe80bfbf..6307aff8 100644 --- a/openapi/ticker-trends-api_api.spec.yml +++ b/openapi/ticker-trends-api_api.spec.yml @@ -1,8 +1,7 @@ openapi: 3.0.0 info: contact: {} - description: This REST API provides endpoints to search for trending tickers and - get ticker details. + description: This REST API provides endpoints to search for trending tickers and get ticker details. termsOfService: http://swagger.io/terms/ title: TickerTrends API version: 2.1.0 @@ -273,3 +272,6 @@ components: security: $ref: "#/components/schemas/models.Security" type: object +servers: + - url: https://api.benzinga.com + description: Default