BeatandRaise API > getTextSnippetsUsingGET: Get snippets of text, filingDates, source from company filings to be able to answer user questions.
BeatandRaise API > getStockChartUsingGET: Returns an image url of historical stock charts for the requested set of tickers, for eg get me a 5y chart for AAPL,MSFT or compare nvda,amd returns ytd
BeatandRaise API > getWebContentUsingGET: Returns a snippet of text from the Web that answers the user's question with the key webcontent:, call this if the user's question is not answered by the other endpoints
BeatandRaise API > getStockQuotesUsingGET: Get an array of json objects with attributes such as pe ratio, previous close, 52 week high low and year to date change, stock prices for a given set of tickers
BeatandRaise API > getTechnicalIndicatorUsingGET: Get a json object with open, close, high, low, sma
BeatandRaise API > getEstimatesUsingGET: Get a json object with estimates, these can be of earnings(eps) , revenue. The data also contains price targets and specific price targets by analysts
BeatandRaise API > getMarketInfoUsingGET: get general information and chart urls about the general market, specific sectors, industries, market cap, volume, gainers, losers, most active etc. For eg the question is what's going on with saas stocks?
BeatandRaise API > getPlotUsingGET: If the user requests a plot, call this api with an stringified json object that contains time, value
File attachments: You can upload files to this GPT.
Prompt Starters
How many supercharging stations does Tesla have and how have they evolved over time ?
Get me an update on the stock market today
Can you plot AAPL, TSLA vs QQQ ytd
Get me an update on MBLY, specifically guidance
Can you plot AAPL's gross margins from Q1 2020 to Q3 2023