---
title: "Proxies a historical chart request to the configured market-data provider."
method: GET
path: "/assets/chart/{symbol}"
---

# Proxies a historical chart request to the configured market-data provider.

`GET /assets/chart/{symbol}`

## Path parameters

- `symbol` string, required

## Query parameters

- `startPeriod` integer, required
- `endPeriod` integer, required

## Response `200`

Provider payload passthrough

- YahooChartResponse
  - `chart` YahooChartPayload
    - `error` unknown
    - `result` YahooChartResult[], nullable
      - `indicators` YahooChartIndicators
        - `quote` YahooChartQuote[], nullable
          - `close` number[], nullable
      - `meta` YahooChartMeta
        - `currency` string, nullable

---

[API](https://skmtc.dev/dcapal/apis/dca-pal-apis.md) · [All operations](https://skmtc.dev/dcapal/apis/dca-pal-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dcapal/dca-pal-apis/revisions/92c971381f20/schema)
