About This Recipe
This recipe demonstrates how to get stock-related data of a particular company on a certain date from an external source and send the stock details to the caller as a response.
To use the recipe, you must install the recipe and configure the connections within it. Subsequently, you can activate the integration in the recipe and send a REST request from an external application with the company symbol, date, and the API key for the stock application to the integration's endpoint URL. When triggered, the integration flow fetches the stock related information for the particular company on the specified date from the stock application, and returns this information in the response.