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

Early Warning System (EWS)

POST
/risk/v3/ews
The Early Warning System (EWS) extends IBISWorld’s Industry Risk Ratings by providing forward-looking insights into how industry risk scores are changing over time.
The EWS includes scores, trends, and indicatorsS, enabling integration into internal credit models, risk dashboards, and stress-testing frameworks.

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/ews' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "Country": "US",
    "Code": "11111",
    "Language": "English"
}'

Responses

🟢200Success
application/json
Body

Example
{
    "ReportTitle": "Soybean Farming in the US",
    "RiskYear": 2026,
    "RiskMonth": 9,
    "RiskForecastYear": 2026,
    "RiskForecastMonth": 9,
    "PublishedYear": 2025,
    "PublishedMonth": 9,
    "PublishedQuarter": 3,
    "StructureScore": 4.34,
    "SensitivityScore": 6.36,
    "GrowthScore": 3,
    "OverallScore": 5.35,
    "PreviousOverallScore": 5.35,
    "PreviousOverallScoreYear": 2025,
    "PreviousOverallScoreMonth": 8,
    "PastPeakOverallScore": 6.9,
    "PastPeakYear": 2025,
    "Volatility": "High",
    "Intensity": 0.78,
    "Category": "Medium",
    "Direction": "Steady",
    "ZScore": 0.45,
    "MatrixScore": 8
}
🟠403403
🟢204204
🟠401401
Modified at 2025-10-24 01:35:17
Previous
Sections of Risk Report
Next
States (US) & Provinces (Canada)
Built with