# Market Data (Charts, Data Prices, etc.)

{% hint style="warning" %}
Crypto charts, stats, & prices will be modified soon where you can choose to request data from a specific exchange.
{% endhint %}

## Charts

### Stocks

{% hint style="info" %}
`$chart` *(or)* `$c TICKER [time]`

**or**

`/chart TICKER [time]`
{% endhint %}

> `$c AAPL`\
> `$c TSLA 1w`\
> `$chart SPY 15min`

The bot can display stock charts by using the `$chart`, `$c`, or `/chart` commands. By default, the timeframe used for charts is 5 minutes if one is not specified.\
To specifiy a timeframe after the ticker, use `minute`, `min`, or `m`, `hour` or `h`, `day` or `d`, and `week` or `w`.

![](https://1979700980-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7y9NJ86ay9CegkK2t71u%2Fuploads%2Fsd3leb06OsscDVSKzi3s%2Fimage.png?alt=media\&token=7050043d-d9dc-4990-811f-454f0f07f4d6)

### Crypto

UNDER DEVELOPMENT

## Stock Stats

{% hint style="info" %}
`$stock` *(or)* `$s TICKER`
{% endhint %}

> `$stock TSLA`
>
> `$s AMC`

The `$stock` command provides some data for any stock ticker specified. The following is the data provided;

* Price (Including extended hours price)
* Price Movement / % Movement
* Volume & Avg. Volume
* Open & Previous Close
* Daily High & Low
* Year High & Low

![](https://1979700980-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7y9NJ86ay9CegkK2t71u%2Fuploads%2FFsi1eklL3r461E32qLw0%2Fimage.png?alt=media\&token=ec42100b-765a-4f30-9963-7be2117f986c)

## Crypto Stats

UNDER DEVELOPMENT

## Prices

#### Stocks

{% hint style="info" %}
`$price` *(or)* `$p TICKER`
{% endhint %}

> `$price TSLA`
>
> `$p AAPL`

The `$price` or `$p` command gets only the stock ticker price.

![](https://1979700980-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7y9NJ86ay9CegkK2t71u%2Fuploads%2FcW19nZquOoBFR1MChYdb%2Fimage.png?alt=media\&token=5e40aea8-ba85-48a7-9c69-880f0cf2aa86)

#### Crypto

UNDER DEVELOPMENT

## Top Gainers/Losers

{% hint style="info" %}
$gainers, $topgainers, $topg\
$losers, $toplosers, $topl
{% endhint %}

The `$gainers` command displays the top 10 highest gainers of the day in reference to the last closing price.\
\
The `$losers` command displays the top 10 losing stocks of the day in reference to the last closing price.

![](https://1979700980-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7y9NJ86ay9CegkK2t71u%2Fuploads%2Ffho69qFgm5Go0BS4AufY%2Fimage.png?alt=media\&token=96559d40-6fe2-47c6-9247-0f4b8cee914f)![](https://1979700980-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7y9NJ86ay9CegkK2t71u%2Fuploads%2FoAsQrWKALop79y3W6NAS%2Fimage.png?alt=media\&token=7500b13c-5316-4906-bef4-a042cde9b069)

{% hint style="info" %}
When using data commands for tickers containing special characters, such as dots or dashes, or any index ticker symbols, be sure to use their alias. They are all listed in [tickers-with-special-characters](https://docs.nvstly.com/submit-stocks-options-trades-on-discord/tickers-with-special-characters "mention")
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.nvstly.com/commands/market-data.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
