2022-10-21 11:16:00 -04:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home ](./index.md ) > [bitburner ](./bitburner.md ) > [Singularity ](./bitburner.singularity.md ) > [getCompanyRep ](./bitburner.singularity.getcompanyrep.md )
## Singularity.getCompanyRep() method
Get company reputation.
2023-02-11 13:18:50 -05:00
**Signature:**
2022-10-21 11:16:00 -04:00
```typescript
2023-08-16 17:31:41 -04:00
getCompanyRep(companyName: CompanyName | `${CompanyName}` ): number;
2022-10-21 11:16:00 -04:00
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
2023-08-16 17:31:41 -04:00
| companyName | [CompanyName ](./bitburner.companyname.md ) \| \`${[CompanyName ](./bitburner.companyname.md )<!-- --> }\` | Name of the company. |
2022-10-21 11:16:00 -04:00
2023-02-11 13:18:50 -05:00
**Returns:**
2022-10-21 11:16:00 -04:00
number
Amount of reputation you have at the specified company.
## Remarks
RAM cost: 1 GB \* 16/4/1
This function will return the amount of reputation you have at the specified company. If the company passed in as an argument is invalid, -1 will be returned.