Easily and securely integrate Trimont's data with your platform.
Trimont offers two API approaches for accessing our data - a REST API, and an OData API.
The REST API provides RESTful data access via HTTP Post requests for a set of predefined datasets returned as structured JSON.
See available endpoints here.
Each REST API request requires an API Code and Client Key to access Trimont data. Click here to sign up for a free developer account to get started.
The OData API is based on the Open Data Protocol (OData).
It enables the creation of REST-based data services that allow resources defined in an established data model and identified using Uniform Resource Locators (URLs) to be obtained by Web Clients using simple HTTP messages.
Being an application-level protocol for interacting with data via RESTful interfaces, the OData API supports the description of data models and the querying of data according to those predefined models.
The REST API uses the following endpoints and sample data
If you're logged in, feel free to click on the button to access the Swagger Page and get a response from the actual service containing demonstration data.
[
{
"investorID": 1465,
"investorName": "TESLA SL LLC",
"financialAnalystID": -1,
"financialAnalystName": "",
"servicingAnalystID": 973,
"servicingAnalystName": "Reynolds, James",
"assetManagerID": 1301,
"assetManagerName": "Sullivan, Stephen",
"teamID": 80,
"teamName": "DALLAS - Marriott",
"assetNumber": "1465",
"groupNumber": "1465",
"commitment": "1.00",
"originalLoanDate": "2019-01-01T00:00:00",
"termOfLoan": 1188,
"paymentType": "I",
"paymentTypeDescription": "INTEREST ONLY",
"contractType": "F",
"contractTypeDescription": "FIXED RATE",
"interestRate": 0,
"interestBasisCode": "B66",
"intBasisDescription": "360 DAYS/ACTUAL DAY MOS (2/29)",
"annualPercentageRate": 0,
"currentPrincipalBalance": 0,
"unfundedCommitment": 1,
"taxEscrowBalance": 0,
"originalBaseDate": "2019-02-01T00:00:00",
"escrow2Balance": 0,
"paymentDayOfMonth": 1,
"suspenseEscrowBalance": 0,
"lateChargeDue": 0,
"piConstant": 0,
"taxEscrowConstant": 0,
"insuranceEscrowConstant": 0,
"collectTaxEscrow": "N",
"collectInsuranceEscrow": "N",
"nextPaymentForBilling": "2019-02-01T00:00:00",
"billingPaymentFreq": 1,
"nextPaymentDueDate": "2019-02-01T00:00:00",
"miscInfoOnFile": "N",
"printBills": "N",
"printNotices": "N",
"printStatements": "Y",
"principalPaidYTD": 0,
"interestPaidYTD": 0,
"lateChargePaidYTD": 0,
"realEstateTaxPaidYTD": 0,
"interestPaidOnEscrow": -411.07,
"totalNumberOfTimesLate": 0,
"balloonLoan": "N",
"assessLateCharge": "N",
"numberGraceDaysBeforeAssess": "0",
"lateChgRateOrFee": 0,
"lateChgMethodCode": "",
"lateChgMethodDescription": "",
"customerShortName": "CANAB",
}
]
[
{
"assetNumber": "2118601",
"financialAnalystID": 1594,
"financialAnalystName": null,
"servicingAnalystID": 1303,
"servicingAnalystName": "Benham, Kopal",
"assetManagerID": 1445,
"assetManagerName": "Doe, Mark",
"teamID": 80,
"teamName": "TESLA",
"groupNumber": "310351015",
"companyName": "NEW YORKER Capitol, LLC",
"firstName": "",
"lastName": "",
"role": "BORROWER",
"subRole": "",
"phoneNumber": "",
"payeeName": "NEW YORKER SUITES, LLC",
"recordSequence": 2,
"primaryBorrower": "U",
"addressLine1": "NEW YORKER Capitol, LLC",
"addressLine2": "LODGING PARTNERS",
"addressLine3": "SUITE 200",
"addressLine4": "29 NORTH MAPLE DRIVE",
"addressLine5": "CHICAGO, IL 60606",
"addressLine6": null,
"secondName": ""
}
]
[
{
"assetNumber": null,
"financialAnalystID": 1534,
"financialAnalystName": "Ramacrishna, Vandana",
"servicingAnalystID": 1303,
"servicingAnalystName": "Benham, Kopal",
"assetManagerID": 1526,
"assetManagerName": "Ramsfeld, Todd",
"teamID": 80,
"teamName": "TESLA",
"groupNumber": null,
"propertyName": null,
"streetName1": null,
"townDescription": null,
"countyDescription": null,
"stateCode": null,
"zipCode": null,
"country": null,
"propertyType": null,
"houseStreet2": "",
"streetName2": "",
"lienPosition": null,
"latitude": 0,
"longitude": 0,
"totalSquareFeet": 20030,
"numberofUnits": 0,
"yearBuilt": 1990,
"lastRemodeled": 0,
"mostRecentValue": 2034023.00,
"mostRecentValueDate": "2020-01-01T00:00:00"
}
]
[
{
"assetNumber": 2357,
"teamID": 80,
"teamName": "TESLA",
"assetManagerID": 1126,
"assetManagerName": "Mc Nulte, Brian",
"financialAnalystID": 1594,
"financialAnalystName": null,
"servicingAnalystID": 925,
"servicingAnalystName": "Pitt, Triniece",
"groupNumber": "2343321",
"systemEscrowNumber": null,
"reserveSequenceNumber": 0,
"typeofInsuranceDescription": null,
"insuranceCoDescription": null,
"insuranceAgentDescription": null,
"propertyLocationSequenceNumber": 0,
"premiumFHAAmountDue": 0,
"policyExpRsvMaturityDate": "2025-01-21T00:00:00",
"frequencyofDisbursement": null,
"monthlyPayment": 0,
"effectiveDate": "2021-09-01T00:00:00",
"nextRemitDate": "",
"policyNumFHACaseNumber": null
}
]