---
title: "Create a New Position Group"
method: POST
path: "/v1/accounts/{account_id}/position-groups"
tags: ["Accounts"]
---

# Create a New Position Group

`POST /v1/accounts/{account_id}/position-groups`

Creates a new position group for a specific account.

## Path parameters

- `account_id` string, required

## Headers

- `Accept` 'application/json', required

## Response `200`

Position group created successfully

- PositionGroupsResponse
  - `position-groups` PositionGroupSummary[] — List of position groups
    - `id` integer — The position group ID
    - `label` string — The position group name
    - `symbols` string[] — List of symbols in the position group

## Other responses

- `401` — Authentication required or invalid credentials
- `403` — Access denied to the requested resource
- `404` — The requested resource was not found

---

[API](https://skmtc.net/tradier/apis/tradier-brokerage-api.md) · [All operations](https://skmtc.net/tradier/apis/tradier-brokerage-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tradier/tradier-brokerage-api/revisions/3cda47abe673/schema)
