API for accessing financial data and reporting for financing companies. Provides access to financial statements, chart of accounts, budgets, and operational metrics.
Reach API (1.0.3)
Download OpenAPI description
Languages
Servers
Mock server
https://developer.reachreporting.com/_mock/openapi/
http://localhost:{port}/
API Base URL
https://{baseUrl}/
- Mock serverhttps://developer.reachreporting.com/_mock/openapi/companies/{CompanyId}/profit-loss
- http://localhost:3000/companies/{CompanyId}/profit-loss
- API Base URLhttps://example.com/companies/{CompanyId}/profit-loss
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://developer.reachreporting.com/_mock/openapi/companies/{CompanyId}/profit-loss?StartDate=2025-01-01&EndDate=2025-01-31&AccountingBasis=CASH&BudgetId=string&ClassId=string&DepartmentId=string' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
application/json
{ "Data": [ { … } ] }
- Mock serverhttps://developer.reachreporting.com/_mock/openapi/companies/{CompanyId}/cash-flow-statement
- http://localhost:3000/companies/{CompanyId}/cash-flow-statement
- API Base URLhttps://example.com/companies/{CompanyId}/cash-flow-statement
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://developer.reachreporting.com/_mock/openapi/companies/{CompanyId}/cash-flow-statement?StartDate=2025-01-01&EndDate=2025-01-31&BudgetId=string&ClassId=string&DepartmentId=string' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
application/json
{ "Data": [ { … } ] }
- Mock serverhttps://developer.reachreporting.com/_mock/openapi/companies/{CompanyId}/balance-sheet
- http://localhost:3000/companies/{CompanyId}/balance-sheet
- API Base URLhttps://example.com/companies/{CompanyId}/balance-sheet
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://developer.reachreporting.com/_mock/openapi/companies/{CompanyId}/balance-sheet?StartDate=2025-01-01&EndDate=2025-01-31&AccountingBasis=CASH&BudgetId=string&ClassId=string&DepartmentId=string' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
application/json
{ "Data": [ { … } ] }