Fortune Finance ChatGPT Plus / Search ChatGPT Free
Fortune Finance is a comprehensive financial data tool that offers extensive market insights and streamlined organizational features. It provides real-time data on stocks, cryptocurrencies, commodities, and forex, allowing users to make informed investment decisions. With features like performance tracking, market news, social sentiment analysis, and detailed financial statements, Fortune Finance helps users stay up-to-date with market trends and make smarter financial decisions. Whether you're a seasoned investor or just starting out, Fortune Finance is your go-to app for market insights and financial education!
-
Prompt 1: "Explain blockchain technology."
-
Prompt 2: "Current trend in the stock market?"
-
Prompt 3: "Compare gold and bitcoin."
-
Prompt 4: "Forecast for EUR/USD pair?"
-
savePortfolio: Save a portfolio of user-provided assets along with their respective quantities. Return the saved data in a visual table to the user.
-
readPortfolio: Retrieve the user's previously saved portfolios based on the portfolio name. If unsure about the portfolio name, use the getPortfolioNames endpoint.
-
getPortfolioNames: Get the names of all saved portfolios for the user.
-
performancePortfolio: Calculate the performance of the user's selected portfolio based on historical data. Return the data to the user using a markdown table.
-
deletePortfolio: Remove a user's saved portfolio based on the provided portfolio name. If unsure about the portfolio name, use the getPortfolioNames endpoint.
-
updatePortfolio: Update an existing portfolio by adding an additional asset and its quantity, as provided by the user.
-
removeAssetPortfolio: Remove a specific asset from the user-provided portfolio.
-
socialSentiment: Get the social sentiment for a specific stock/crypto/forex based on real-time news data.
-
news: Get the latest news on stock/crypto/forex/commodities.
-
newsIndividual: Get the latest news about a specific crypto/stock/forex pair/commodity provided by the user.
-
historicalPrice: Get the historical price for any company or cryptocurrency or forex pair or commodity. Return the data to the user using a markdown table.
-
historicalPriceChart: Returns a link of the historical price for any company or cryptocurrency or forex pair or commodity. This should not be used for your own computations but only as visual aid for the user.
-
assetInformation: Get real-time data about a specific asset (stock, crypto, commodity and forex) provided by the user. Return the data to the user using a markdown table.
-
stockFilter: Filter stocks based on user-provided criteria, such as sector, market cap, or other factors. Return the filtered list of stocks in a markdown table without providing any specific recommendations.
-
**