Generate 1-year Financial Profile Report (1-year FPR)
POST/record/financials
1-year Financial Profile Report API generates a data response containing financial information in a particular year for a subject company.
Available for: Companies in Singapore Company Registry (CRSG).
Report format: JSON, XML
Request
Header Parameters
Refer to Getting your Access Token to get access to the authorization token. Include the following prefix when using the authorization token: Bearer.
- application/json
Body
required
The entity GUID of the subject company (e.g. E000D000-11F1-22D2-3333-4444444AC4E4
).
For available values to input, refer to output of SEARCH: Basic Entity Search endpoint.
Either EntityGuid or uen is required.
The target entity’s company registration number (e.g. 201108160R
).
For available values to input, refer to output of SEARCH: Basic Entity Search endpoint.
Either EntityGuid or uen is required.
Dataset source GUID (e.g. 4af00c3f-bda4-490c-8c7b-c7645b
).
For available values to input, refer to output of SEARCH: Data Source Search endpoint.
Either Source or sourceshortname is required.
Dataset source short name (e.g. CRSG
).
For available values to input, refer to output of SEARCH: Data Source Search endpoint.
Either Source or sourceshortname is required.
Input subject company’s financial period end date in YYYYMMDD format (e.g. 20221231
).
For available values to input, refer to output of SEARCH: Financial Period Check endpoint.
File type of the report output.
Possible values: [json
, xml
]
xml
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
Profile object
FormerNames object
ShareCapitals object
NonFinancialInformation object
FinancialInformation object
CompanyFinancials object
PnlStatement object
BalanceSheet object
CashflowStatement object
FinancialRatios object
GroupFinancials object
PnlStatement object
BalanceSheet object
CashflowStatement object
FinancialRatios object
{
"ReportDateTime": "20240515_070751",
"EntityGuid": "621248f4-4748-4faf-bfc1-70e162fa5e6d",
"ActiveName": "ABC PTE. LTD.",
"Profile": {
"Type": "Private Company Limited By Shares",
"FormerNames": [],
"PlaceOfIncorporation": "SINGAPORE",
"IncorporationDate": "20140412",
"CompanyRegistrationNo": "201408763R",
"CurrentAddress": "1 GREEN ROAD, SINGAPORE 181299",
"PrimaryBusinessCode": "62190",
"PrimaryBusinessActivity": "OTHER INFORMATION TECHNOLOGY AND COMPUTER SERVICE ACTIVITIES (E.G. DISASTER RECOVERY SERVICES) (ENTITY RELATIONSHIP SEARCH SERVICE)",
"TotalEmployeeCount": "More than 50",
"CompanyStatus": "Live Company",
"OwnershipLayers": "2 or more layers"
},
"ShareCapitals": {
"properties": {
"ShareType": "ORDINARY",
"Currency": "SGD",
"IssuedShares": "55149.00",
"IssuedCapital": "387325.42",
"PaidUpCapital": "302825.42"
}
},
"NonFinancialInformation": {
"PeriodStartDate": "20210401",
"PeriodEndDate": "20220331",
"AccountType": "CONSOLIDATED",
"AnnualReturnsFilingDate": "20221223",
"AnnualReturnsFilingType": "G",
"AuditFirm": "-",
"AuditOpinions": "UNQUALIFIED (CLEAN) AUDIT OPINION"
},
"FinancialInformation": {
"CompanyFinancials": {
"FinancialPeriodEndDate": "20220331",
"CurrencyCode": "SGD",
"PnlStatement": {},
"BalanceSheet": {
"TotalAssets": "416009.00",
"TotalCurrentAssets": "4154752.00",
"TotalNonCurrentAssets": "701750.00",
"TotalLiabilities": "6399467.00",
"TotalCurrentLiabilities": "3717477.00",
"TotalNonCurrentLiabilities": "2591900.00",
"TotalEquity": "-1463451.00",
"TotalShareCapital": "15442802.00",
"OtherReserves": "642015.00",
"RetainedEarnings": "-17547375.00"
},
"CashflowStatement": {},
"FinancialRatios": {
"CurrentRatio": "1.11",
"TotalLiabilitiesToEquity": "-4.32"
}
},
"GroupFinancials": {
"FinancialPeriodEndDate": "20220331",
"CurrencyCode": "SGD",
"PnlStatement": {
"Revenue": "9952943.00",
"FinanceCost": "166754.00",
"ProfitBeforeTaxFromContinuingOperations": "-4070865.00",
"ProfitAfterTaxFromContinuingOperations": "-4077385.00"
},
"BalanceSheet": {
"TotalAssets": "4709690.00",
"TotalCurrentAssets": "3909651.00",
"TotalNonCurrentAssets": "800039.00",
"TotalLiabilities": "6111034.00",
"TotalCurrentLiabilities": "3504118.00",
"TotalNonCurrentLiabilities": "2606916.00",
"TotalEquity": "-1401344.00",
"TotalShareCapital": "15440802.00",
"OtherReserves": "683362.00",
"RetainedEarnings": "-17525508.00"
},
"CashflowStatement": {
"NetCashflowOperating": "-2406176.00",
"NetCashflowInvesting": "2269529.00",
"NetCashflowFinancing": "-281192.00"
},
"FinancialRatios": {
"NetProfitMargin": "-40.97",
"ReturnOnAsset": "-86.57",
"ReturnOnEquity": "290.96",
"CurrentRatio": "1.12",
"TotalLiabilitiesToEquity": "-4.36",
"TotalAssetTurnover": "2.11"
}
}
}
}