<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [Corporation](./bitburner.corporation.md) &gt; [sellShares](./bitburner.corporation.sellshares.md)

## Corporation.sellShares() method

Sell Shares

<b>Signature:</b>

```typescript
sellShares(amount: number): void;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  amount | number | Amount of shares to sell. |

<b>Returns:</b>

void