IBISWorld API
  1. Risk
IBISWorld API
  • Overview
    • 🚀 Getting Started
    • 📊 About IBISWorld
    • 🚦Rate Limits & Data Size
    • 🌐 API Uptime, SLA & Support
    • 📌 Versioning & API Changes
    • ❓Frequently Asked Questions (FAQs)
    • 📰 API Release Notes
    • Authentication
      POST
  • How-To Guides
    • 🔁 How To: Convert ANZSIC ➜ IBISWorld Report
    • 📥 How To: Download an IBISWorld PDF Report
  • Industry
    • Risk
      • Risk Reports List
        POST
      • Recently Updated Risk Reports List
        POST
      • Full Industry Risk Report
        POST
      • Sections of Risk Report
        POST
      • Early Warning System (EWS)
        POST
    • States (US) & Provinces (Canada)
      • Industry Reports List
      • Full Industry Report
      • Sections of Industry Report
    • Segment Benchmarking (US)
      • Full Segment Benchmarking Report
      • Sections of a Segment Benchmarking Report
    • ESG
      • Full ESG Report
      • Sections of ESG Report
    • Industry Reports List
      POST
    • Recently Updated Industry Reports List
      POST
    • Sections of Industry Report
      POST
    • Full Industry Report
      POST
    • One Section from Multiple Industry Reports
      POST
    • Industry Report Images
      POST
  • Classifications
    • List of Classification System Versions
    • List of Classification System Titles and Codes
    • Classification System to IBISWorld Report Concordance
    • IBISWorld Report to Classification System Concordance
  • Downloads
    • Download a Report
  • Business Environment Profiles
    • BED Reports List
    • Recently Updated BED Reports List
    • Full BED Report
    • Sections of BED Report
  • Company
    • Company Reports List (Australia)
    • Full Company Report (Australia)
    • Sections of Company Report (Australia)
  1. Risk

Full Industry Risk Report

POST
/risk/v3/fullreport
Returns the complete contents of a Risk report in a single payload, including narrative analysis, ratings, and key data tables.

Request

Authorization
Add the parameter
Authorization
to Headers
,whose value is to concatenate the Token after the Bearer.
Example:
Authorization: Bearer ********************
Body Params application/json

Example
{
    "Country": "US",
    "Code": "11111",
    "Language": "English"
}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/risk/v3/fullreport' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "Country": "US",
    "Code": "11111",
    "Language": "English"
}'

Responses

🟢200Success
application/json
Body

Example
{
    "Sections": [
        {
            "Title": "Soybean Farming in the US"
        },
        {
            "PublishedDate": "2025-09-08T00:00:00"
        },
        {
            "RiskForecastYear": 2026
        },
        {
            "Definition": {
                "PlainText": "Farms in this industry grow soybeans as their main crop. Soybeans are most often used in livestock feeds and vegetable oils, with a small but growing proportion being used in biofuel production. Establishments that sell soybean seeds to US farmers for growing crops are also included.",
                "HTML": "<p>Farms in this industry grow soybeans as their main crop. Soybeans are most often used in livestock feeds and vegetable oils, with a small but growing proportion being used in biofuel production. Establishments that sell soybean seeds to US farmers for growing crops are also included.</p>"
            }
        },
        {
            "RiskScoreComponents": [
                {
                    "Component": "Structural risk",
                    "Level": "Medium - Low",
                    "Trend": null,
                    "Score": 4.34,
                    "Weight": 49.9266862170088,
                    "WeightedScore": null
                },
                {
                    "Component": "Sensitivity risk",
                    "Level": "High",
                    "Trend": null,
                    "Score": 6.36,
                    "Weight": 50,
                    "WeightedScore": null
                },
                {
                    "Component": "Growth risk",
                    "Level": "Low",
                    "Trend": null,
                    "Score": 3,
                    "Weight": 0.0733137829912024,
                    "WeightedScore": null
                },
                {
                    "Component": "Overall risk",
                    "Level": "Medium - High",
                    "Trend": null,
                    "Score": 5.35,
                    "Weight": null,
                    "WeightedScore": null
                }
            ]
        },
        {
            "ScoreTrendAnalysis": {
                "PlainText": "Overall risk in the Soybean Farming industry is forecast to be MEDIUM-HIGH over 2026. The primary negative factors affecting this industry are a high revenue volatility and subsidies for soybean farming. Overall risk will be lower than the HIGH level of the previous year, a result of favorable movements in demand from organic chemical manufacturing as well as world price of soybeans. Additionally, growth risk is projected to fall.\n",
                "HTML": "<p>Overall risk in the Soybean Farming industry is forecast to be MEDIUM-HIGH over 2026. The primary negative factors affecting this industry are a high revenue volatility and subsidies for soybean farming. Overall risk will be lower than the HIGH level of the previous year, a result of favorable movements in demand from organic chemical manufacturing as well as world price of soybeans. Additionally, growth risk is projected to fall.</p>"
            }
        },
        {
            "ScoreContextAnalysis": {
                "PlainText": "In 2026, the average risk score for all US industries is expected to be in the MEDIUM band. Furthermore, the risk score for the Agriculture, Forestry, Fishing and Hunting sector, which includes this industry, is at a MEDIUM-HIGH level. Therefore, the level of risk in the Soybean Farming industry will be higher than that of the US economy and similar to the Agriculture, Forestry, Fishing and Hunting sector.\n",
                "HTML": "<p>In 2026, the average risk score for all US industries is expected to be in the MEDIUM band. Furthermore, the risk score for the Agriculture, Forestry, Fishing and Hunting sector, which includes this industry, is at a MEDIUM-HIGH level. Therefore, the level of risk in the Soybean Farming industry will be higher than that of the US economy and similar to the Agriculture, Forestry, Fishing and Hunting sector.</p>"
            }
        },
        {
            "StructuralRiskOverviewAnalysis": {
                "PlainText": "Structural risk will be MEDIUM-LOW over the outlook period. Operators are exposed to high revenue volatility. This requires prudent cash flow management and planning in times of uncertain demand. Businesses failing to account for these challenges risk sudden losses or diminished margins. A modest concern is the medium level of competition which exacerbates risk by pressuring prices and profits downward. Operators within the industry benefit from medium and steady barriers to entry buffering against long-run competition by hindering entry of new operators to the marketplace. This industry faces a medium and steady level of industry assistance. This mitigates some structural risk by providing support and lessening the risk of business failure.\n",
    
🟢204204
🟠403403
🟠401401
Modified at 2025-10-24 01:35:13
Previous
Recently Updated Risk Reports List
Next
Sections of Risk Report
Built with