Loading...
BeeBee.AI

BeeBee.AI

0 0
0.0
( None Rating )
90 Action
DALLE•E

About BeeBee.AI

BeeBee.AI delivers key insights on stocks, earning calls, and financial reports for everyday investors.

Information

  • GPTs Creator Wesley Liu
  • Categories Other
  • GPT Updated January 18,2024
  • Updated April 08,2024

Capabilities

  • DALLE•E Image Creation

Share recipient

  • OpenAI‘s GPT Store Public

Timeline

BeeBee.AI
BeeBee.AI

By Wesley Liu

No Rating
Other
Category
90+
Conversations
Try This GPT on ChatGPT
Retrieve Tesla's latest earnings call transcript, focusing on their electric vehicle production plans.
Analyze Apple's financial performance from the last quarter.
Provide highlights from Amazon's most recent earnings call, specifically regarding their cloud computing segment.
Compare Microsoft's revenue growth and profit margins over the past two fiscal years.
Message ChatGPT

What Can BeeBee.AI Do with ChatGPT?

This Gpts for everyday investors can access key insights on stocks, earning calls, and financial reports.

1. Function Calls
Field Value
action_id g-ae2c1e76368a1aac15fc462551c14104bbf5f739
domain beebeeplugin.azurewebsites.net
json_schema {"openapi"=>"3.0.1", "info"=>{"title"=>"Earnings Call Transcript Plugin", "description"=>"A plugin that allows the user ask questions about earning using ChatGPT. If you do not know the user's username, ask them first before making queries to the plugin. Otherwise, use the username \"global\".", "version"=>"v1"}, "servers"=>[{"url"=>"https://beebeeplugin.azurewebsites.net"}], "paths"=>{"/ecall_qa/queryByEID"=>{"get"=>{"operationId"=>"queryByEID", "summary"=>"Get the answer to a query about an Earning Calls Transcript. Use this to find data that could not be found in summaries.", "parameters"=>[{"in"=>"query", "name"=>"eid", "schema"=>{"type"=>"integer"}, "required"=>true, "description"=>"The ID of the earnings call transcript that the query will be about"}, {"in"=>"query", "name"=>"q", "schema"=>{"type"=>"string"}, "required"=>true, "description"=>"A query regarding an earnings call transcript"}], "responses"=>{"200"=>{"description"=>"OK", "content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/queryByEIDResponse"}}}}}}}, "/ecall_qa/chat_report_file_s"=>{"get"=>{"operationId"=>"queryByFinancialReport", "summary"=>"Get the answer to a query about a Financial Report. Use this to find data that could not be found in summaries.", "parameters"=>[{"in"=>"query", "name"=>"fid", "schema"=>{"type"=>"integer"}, "required"=>true, "description"=>"The ID of the Financial Report that the query will be about"}, {"in"=>"query", "name"=>"q", "schema"=>{"type"=>"string"}, "required"=>true, "description"=>"A query regarding a financial report"}], "responses"=>{"200"=>{"description"=>"OK", "content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/queryByFinancialReportsResponse"}}}}}}}, "/company/report_file_list"=>{"get"=>{"operationId"=>"searchFinancialReports", "summary"=>"Search financial reports by Company ID", "parameters"=>[{"name"=>"id", "in"=>"query", "description"=>"Company ID", "required"=>true, "schema"=>{"type"=>"integer"}}, {"name"=>"page", "in"=>"query", "description"=>"Number of pages to be displayed. Best use is 1.", "required"=>false, "schema"=>{"type"=>"integer"}}, {"name"=>"pageSize", "in"=>"query", "description"=>"Number of results per page.", "required"=>false, "schema"=>{"type"=>"integer"}}], "responses"=>{"200"=>{"description"=>"Successful response", "content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/serachFinancialReportsResponse"}}}}}}}, "/company/search_ecall"=>{"get"=>{"operationId"=>"searchEarningCall", "summary"=>"Search earning call transcripts by Company ID", "parameters"=>[{"name"=>"cid", "in"=>"query", "description"=>"Company ID", "required"=>true, "schema"=>{"type"=>"integer"}}, {"name"=>"abstract", "in"=>"query", "description"=>"Whether to return summarized results.", "required"=>true, "schema"=>{"type"=>"integer", "enum"=>[0, 1]}}, {"name"=>"page", "in"=>"query", "description"=>"Number of pages to be displayed. Best use is 1.", "required"=>false, "schema"=>{"type"=>"integer"}}, {"name"=>"pageSize", "in"=>"query", "description"=>"Number of results per page.", "required"=>false, "schema"=>{"type"=>"integer"}}, {"name"=>"year", "in"=>"query", "description"=>"The year from which the financial document was from", "required"=>false, "schema"=>{"type"=>"string"}}, {"name"=>"quarter", "in"=>"query", "description"=>"The specified quarter related to the financial document", "required"=>false, "schema"=>{"type"=>"string"}}], "responses"=>{"200"=>{"description"=>"Successful response", "content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/searchEarningCallResponse"}}}}}}}, "/company/search"=>{"get"=>{"operationId"=>"searchCompany", "summary"=>"Search Company IDs by keywords", "parameters"=>[{"name"=>"keywords", "in"=>"query", "description"=>"Search keywords. Stock codes can be used here.", "required"=>true, "schema"=>{"type"=>"string"}}, {"name"=>"page", "in"=>"query", "description"=>"Number of pages to be displayed. Reccomended value is 1.", "required"=>false, "schema"=>{"type"=>"integer"}}, {"name"=>"pageSize", "in"=>"query", "description"=>"Number of results per page.", "required"=>false, "schema"=>{"type"=>"integer"}}], "responses"=>{"200"=>{"description"=>"Successful response", "content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/searchCompanyResponse"}}}}}}}, "/company/top_company"=>{"get"=>{"operationId"=>"getTopCompanies", "summary"=>"Get the top companies for 3 different categories, Competitive companies, Controversial Companies, and Influencial CEOs", "parameters"=>[{"name"=>"listid", "in"=>"query", "description"=>"Chooese 1 for competitive companites, 2 for controversial companies, 3 for influential CEOs. Do not pick any integer other than these three", "required"=>true, "schema"=>{"type"=>"integer"}}, {"name"=>"num", "in"=>"query", "description"=>"Number of top companies to query for. Default value is 10", "required"=>false, "schema"=>{"type"=>"integer"}}], "responses"=>{"200"=>{"description"=>"Successful response", "content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/getTopCompaniesResponse"}}}}}}}}, "components"=>{"schemas"=>{"serachFinancialReportsResponse"=>{"type"=>"object", "properties"=>{"EXTRA_INFORMATION_TO_GPT"=>{"type"=>"string", "description"=>"A short paragraph describing important instructions to the model that must be followed."}, "code"=>{"type"=>"integer", "description"=>"0 indicates a successful response, every other value means an invalid response"}, "message"=>{"type"=>"string", "description"=>"A small message describing the result"}, "data"=>{"type"=>"array", "items"=>{"type"=>"object", "description"=>"A financial report object containing financial report data.", "properties"=>{"id"=>{"type"=>"integer", "description"=>"The ID of this financial report"}, "cid"=>{"type"=>"integer", "description"=>"The company id this financial report is associated with"}, "company_name"=>{"type"=>"string", "description"=>"The name of the company this financial report is from"}, "year"=>{"type"=>"integer", "description"=>"The year this financial report is from."}, "quarter"=>{"type"=>"integer", "description"=>"The fiscal quarter this financial report is from"}, "file_ext"=>{"type"=>"string", "description"=>"The file extension of the financial report"}, "type"=>{"type"=>"string", "description"=>"The type of financial report, like 10-K, 10-Q"}, "filing_date"=>{"type"=>"string", "description"=>"The date this report was filed."}, "reporting_date"=>{"type"=>"string", "description"=>"The date this report was reported."}, "url"=>{"type"=>"string", "description"=>"The URL to the source earning call transcript."}}}, "description"=>"A list of financial report objects, each containing fincancial report data"}}}, "queryByFinancialReportsResponse"=>{"type"=>"object", "properties"=>{"EXTRA_INFORMATION_TO_GPT"=>{"type"=>"string", "description"=>"A short paragraph describing important instructions to the model that must be followed."}, "code"=>{"type"=>"integer", "description"=>"0 indicates a successful response, every other value means an invalid response"}, "message"=>{"type"=>"string", "description"=>"A small message describing the result"}, "data"=>{"type"=>"object", "description"=>"Object containing response data", "properties"=>{"answer"=>{"type"=>"string", "description"=>"The answer to a query"}}}}}, "queryByEIDResponse"=>{"type"=>"object", "properties"=>{"EXTRA_INFORMATION_TO_GPT"=>{"type"=>"string", "description"=>"A short paragraph describing important instructions to the model that must be followed."}, "code"=>{"type"=>"integer", "description"=>"0 indicates a successful response, every other value means an invalid response"}, "message"=>{"type"=>"string", "description"=>"A small message describing the result"}, "data"=>{"type"=>"object", "description"=>"Object containing response data", "properties"=>{"answer"=>{"type"=>"string", "description"=>"The answer to a query"}, "ectqa_remain"=>{"type"=>"string", "description"=>"Remaining answers, can be ignored"}}}}}, "searchEarningCallResponse"=>{"type"=>"object", "properties"=>{"EXTRA_INFORMATION_TO_GPT"=>{"type"=>"string", "description"=>"A short paragraph describing important instructions to the model that must be followed."}, "code"=>{"type"=>"integer", "description"=>"0 indicates a successful response, every other value means an invalid response"}, "message"=>{"type"=>"string", "description"=>"A small message describing the result"}, "data"=>{"type"=>"array", "items"=>{"type"=>"object", "description"=>"An object containing ECT data.", "properties"=>{"id"=>{"type"=>"integer", "description"=>"The EID of this earnings call transcript"}, "cid"=>{"type"=>"integer", "description"=>"The CID this earnings call transcript is associated with"}, "date"=>{"type"=>"string", "description"=>"The date this transcript was created"}, "title"=>{"type"=>"string", "description"=>"The title of the earning call transcript"}, "abstract"=>{"type"=>"string", "description"=>"A summary of the earning call transcript"}, "url"=>{"type"=>"string", "description"=>"The URL to the source earning call transcript."}}}, "description"=>"A list of ECT objects, each containing ECT data"}}}, "searchCompanyResponse"=>{"type"=>"object", "properties"=>{"EXTRA_INFORMATION_TO_GPT"=>{"type"=>"string", "description"=>"A short paragraph describing important instructions to the model that must be followed."}, "code"=>{"type"=>"integer", "description"=>"0 indicates a successful response, every other value means an invalid response"}, "message"=>{"type"=>"string", "description"=>"A small message describing the result"}, "data"=>{"type"=>"array", "items"=>{"type"=>"object", "description"=>"Object containing company data", "properties"=>{"id"=>{"type"=>"integer", "description"=>"The CID of the company"}, "company_name"=>{"type"=>"string", "description"=>"The name of the company"}, "code"=>{"type"=>"string", "description"=>"stock code"}, "type"=>{"type"=>"string", "description"=>"Values can be 1. US stocks; 2. Chinese concept stocks"}, "initial"=>{"type"=>"string", "description"=>"The first letter of the company pinyin"}}}, "description"=>"A list of Company objects, each containing company data."}}}, "getTopCompaniesResponse"=>{"type"=>"object", "properties"=>{"EXTRA_INFORMATION_TO_GPT"=>{"type"=>"string", "description"=>"A short paragraph describing important instructions to the model that must be followed."}, "code"=>{"type"=>"integer", "description"=>"0 indicates a successful response, every other value means an invalid response"}, "message"=>{"type"=>"string", "description"=>"A small message describing the result"}, "data"=>{"type"=>"array", "items"=>{"type"=>"object", "description"=>"Object containing company data", "properties"=>{"ranking"=>{"type"=>"integer", "description"=>"The company's ranking in the category selected"}, "cid"=>{"type"=>"integer", "description"=>"The company's company ID"}, "ceo"=>{"type"=>"string", "description"=>"The name of the CEO for the company"}, "ranking_inc"=>{"type"=>"integer", "description"=>"How many places the ranking for the company has risen in the past day"}, "total_score"=>{"type"=>"string", "description"=>"A score made by an AI describing how well the company scores in totality. This is returned if competitive companies are asked for"}, "score"=>{"type"=>"string", "description"=>"A score made by an AI describing how well the company scores in the category selected"}, "conflict_value"=>{"type"=>"integer", "description"=>"A rating describing how controversial a company is"}, "praise"=>{"type"=>"integer", "description"=>"The number of users who have voted to praise this company on BeeBee.ai"}, "comment"=>{"type"=>"integer", "description"=>"The number of users who have commented on this company on BeeBee.ai"}}}, "description"=>"A list of Company objects, each containing company data."}}}}}}
auth {"type":"service_http","instructions":"","authorization_type":"bearer","verification_tokens":{},"custom_auth_header":""}
privacy_policy_url https://www.beebee.ai/policies/privacy-policy
Capabilitiy Function Tools
DALLE•E Generate unique images based on textual descriptions provided. Dalle

FAQs

Currently, this GPTs is not free and is available exclusively to ChatGPT Plus users.

Yes, besides requiring a ChatGPT Plus membership, if you use the GPT-4 model (with DALL·E, browsing, and data analysis), the limit is 25 'GPTs' messages / 3 hours, More limited than normal 40 GPT4 responses per 3 hours, 

The enterprise version of ChatGPT is,  100 GPT-4 messages per 3 hours.

BeeBee.AI is publicly available in the upcoming OpenAI's GPT Store, making it widely accessible to anyone interested in using this advanced ChatGPT.

BeeBee.AI is created by Wesley Liu, and we have discovered only this one GPTs created by Wesley Liu.

no, we found no file uploaded. You can check the function section to see if there are other unique features. If not, this GPTs is just a simple prompt engineering, and its knowledge base is synchronized with the general ChatGPT, latest training up to April 2023.

No, only Wesley Liu can edit this GPTs. They can configure and update GPTs through GPT Builder at https://chat.openai.com/gpts/editor/g-dOzfc1Far. The last modification date of BeeBee.AI was 2024-01-18 21:15:48 UTC.

Yes, conversations with BeeBee.AI will be recorded. OpenAI keeps these records, and you can share your conversations via a link. Refer to OpenAI's user privacy and data security policies for more information.

Yes, if Wesley Liu selected "Use conversation data in your GPT to improve our models" (in the GPTs Configure pages of Additional Settings), it means your conversations will be used for training and will influence this GPT AI agent.

BeeBee.AI reviews

0.0
( None Rating )

Similar GPTs

Equity AI
Equity AI
by Bellman Capital Ltd
Your go-to AI for financial analysis. Just the type the name of a company and it will do the rest.
22
Stock Analyst
Stock Analyst
by Bennett C
AI is a stock analysis tool that utilizes CFA curriculum and AutoML to actively analyze and rate stocks, crypto, etc.. providing short and long term trading strategies based on key figures and investor sentiment.
100
Delphi - Investing CoPilot
Delphi - Investing CoPilot
by William Astley
The Ultimate Financial Search Engine: Unleash Market Mastery - Your Tool for Holistic Financial Analysis. Dive Deep into Stocks, Crypto, and Macro Trends with Expert-Level Insights and Data-Driven Forecasts.
300
AI Stock Predictor
AI Stock Predictor
by zerobot.ai
A stock market analyst offering data-driven predictions, not financial advice.
2K 3.2

Top