> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agentkey.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Finance

> Technical indicators, commodities, and traditional market data.

The **Finance** category exposes traditional-market data — a large library of
technical indicators plus commodities and pricing data.

## What's inside

* **Technical indicators** — a broad set including ADX, ADXR, Chaikin A/D Line
  (`getAd`) and Oscillator (`getAdosc`), and many more momentum, trend, volume,
  and volatility studies.
* **Commodities** — pricing for metals and other commodities (e.g. `getAluminum`).
* **Market data** — quotes and related series for traditional assets.

<Tip>
  This category has hundreds of indicator endpoints. Discover the exact one with
  `find_tools("<indicator name> for <symbol>")` rather than browsing all of them.
</Tip>

## Example

```text theme={null}
find_tools("ADX indicator for AAPL daily")
describe_tool("<returned Provider/Operation>")
execute_tool("<Provider/Operation>", { symbol: "AAPL", interval: "1day" })
```
