[Integrated Energy Scenarios](https://developer.spglobal.com/commodityinsights/servicecatalog/documentation#/Integrated-Energy-Scenarios/v1/Employment) includes forecasts for various Energy and Climate Scenarios, including Green Rules, Discord and Inflections (base planning scenario), and low emission cases: Accelerated CCS and Multitech Mitigation.
for example:
python
df = ies.get_coal_market(country="France", year=2025, scenario="Inflections 2024")
print(df)
shows the predicted coal consumption by sector (Power, Agriculture, Transport, etc..) for France in 2025 under the Inflections (base-case) scenario as of 2024.