Contenido principal

Climate and Property Data

Access climate and property data from Intercontinental Exchange (ICE®) and CoreLogic

Datafeed Toolbox™ enables you to create a connection to the Intercontinental Exchange (ICE) or CoreLogic® data servers and import climate and property data into MATLAB®. After importing the data, you can perform data analysis, develop forecasting models, and create visualizations to understand market behaviors.

ICE is a data server that offers access to their Climate Transition Analytics (CTA) data through a REST API. Portfolio managers can retrieve CTA data to make investment decisions for risk and return optimization. Economic modelers can retrieve history and timeseries data to forecast economic trends related to different markets.

CoreLogic is a data server that offers access to both climate and property data through a REST API. Scientific modelers can access data to explore climate risk across a diverse range of locations and properties. Analysts can retrieve data for property record analysis for insurance applications, such as weather event monitoring, physical risk, and property fraud.

To import data from these servers, you need to create a connection object by using either the icecta or the corelogic function. Then, use the appropriate getData function to retrieve your data.

Functions

expand all

icectaCreate Intercontinental Exchange (ICE) Climate Transition Analytics (CTA) connection (Since R2024a)
getDataRetrieve data from Intercontinental Exchange (ICE) Climate Transition Analytics (CTA) (Since R2024a)
corelogicCreate CoreLogic connection object (Since R2026a)
getDataRetrieve data from CoreLogic (Since R2026a)