Industry Review
Generate Industry Review
GET https://api.finalle.ai/industry_review
Get an AI generated, real-time summarized industry review.
Path Parameters
api_key*
String
Your API key
industry*
String (Enum)
The industry to review. Only one industry must be provided. Current supported industries are:
energy, communications, industrial, technology, consumption, financial, utilities, basic_materials, real_estate, healthcare
On success, returns the industry review.
{
"data": {
"review": "string", // The generated industry review
},
"request_id": "YOUR_REQUEST_ID",
"result": "success"
}Example
For the request:
https://api.finalle.ai/industry_review?api_key=*&industry=technology
The output is:
{
"data": {
"review": "* Elliott Investment Management acquires $2.5B stake in Texas Instruments, boosting stock by 3%.\n* Riot Platforms Inc. acquires 9.25% stake in Bitfarms, eyeing full takeover.\n* Apple's iPhone shipments in China surged by 52% due to discounts.\n* Nvidia plans 10-to-1 stock split to enhance accessibility post strong performance.\n* First Solar's stock surged 39% due to AI-driven energy demand, target price raised to $270."
},
"request_id": "YOUR_REQUEST_ID",
"result": "success"
}Invalid values were supplied for the API request.
Example:
For the request:
https://api.finalle.ai/industry_review?api_key=*The output will have 400 response status code with the following response:
{
"result": "fail",
"error": "Bad input: 'industry' parameter not provided.",
"request_id": "YOUR_REQUEST_ID"
}Something went wrong on our server.
The output will have 500 response status code with the following response:
Last updated