# About MyStocks

> MyStocks is API-first investment infrastructure for African markets, embedded finance products, wealth platforms, and data applications.

MyStocks provides the market-data, account, funding, trading, reporting, and event infrastructure that partners need to build investing products across African exchanges.

MyStocks is a technology and orchestration platform. Regulated brokerage, custody, settlement, and dealing activities are performed by licensed market participants and custodians in each market. See [Architecture and custody](/partners/docs/architecture) for the operating model and [Data licensing](/partners/docs/data-licensing) for permitted market-data use.

## Who this is for

- Neobanks and fintechs embedding investing into an existing app.
- Wealth managers and advisors building managed portfolios.
- Broker and exchange integrations requiring account, order, and settlement workflows.
- Developers consuming African market data, historical prices, charts, and company intelligence.

## Choose a path

<Cards>
  <Card title="Build an embedded investing product" href="/partners/docs/broker-api">
    Create sub-accounts, fund wallets, assert KYC, trade, receive events, and reconcile positions.
  </Card>
  <Card title="Add trading workflows" href="/partners/docs/trading-api">
    Quote, place, monitor, cancel, and reconcile master-account or sub-account orders.
  </Card>
  <Card title="Consume African market data" href="/partners/docs/market-data">
    Browse exchanges, fetch quotes and history, render charts, and access company intelligence.
  </Card>
</Cards>

## Production principles

- Use the sandbox until your integration passes the [go-live checklist](/partners/docs/going-live).
- Treat writes as idempotent operations and persist the returned `X-Request-ID`.
- Verify webhook signatures against the raw request body and deduplicate by `eventId`.
- Reconcile cash, securities, unsettled trades, fees, dividends, and custody positions on your operating schedule.

Start with [API Platform](/partners/docs), then choose a product lane.
