corelogic
Description
The corelogic function creates an object that represents a
connection to the CoreLogic® data server, which offers access to climate and property data through a REST
API. After you create a corelogic object, you can retrieve data for use in
your climate, insurance, and property data workflows. CoreLogic allows you to retrieve data from the following categories:
Property records
Natural hazard risk (physical risk)
Property mapping visualization data
Property data for insurance solutions
Property parcel information
Weather event monitoring
Tax servicing
Historical post weather events
Property fraud risk
Legal information
Property ownership reports
Creation
Syntax
Description
creates a connection to the CoreLogic data server that allows you to access climate, insurance, and property
data based on the credentials that you provide in c = corelogic(ConsumerKey,ConsumerSecret)Consumerkey and
ConsumerSecret. For more information on user credentials and data
categories, see the API documentation on the CoreLogic website.
additionally sets the timeout value, the CoreLogic base endpoint URL, the REST API call media type, and the MATLAB® HTTP library debug value for the connection to the CoreLogic data server.c = corelogic(ConsumerKey,ConsumerSecret,timeout,url,mediatype,debugmodevalue)
Input Arguments
Properties
Object Functions
getData | Retrieve data from CoreLogic |
Examples
Version History
Introduced in R2026a