# Stock Market Data Query Engine Pack
Query and retrieve historical market data for a list of stock tickers. It utilizes Yahoo Finance [(yfinance)](https://pypi.org/project/yfinance/) to fetch historical stock prices.
## CLI Usage
You can download llamapacks directly using `llamaindex-cli`, which comes installed with the `llama-index` python package:
```bash
llamaindex-cli download-llamapack StockMarketDataQueryEnginePack --download-dir ./stock_market_data_pack
```
You can then inspect the files at `./stock_market_data_pack` and use them as a template for your own project.
## Code Usage
You can download the pack to a the `./stock_market_data_pack` directory:
```python
from llama_index.core.llama_pack import download_llama_pack
# download and install dependencies
StockMarketDataQueryEnginePack = download_llama_pack(
"StockMarketDataQueryEnginePack", "./stock_market_data_pack"
)
```
From here, you can use the pack, or inspect and modify the pack in `./stock_market_data_pack`.
Then, you can set up the pack like so:
```python
# create the pack
stock_market_data_pack = StockMarketDataQueryEnginePack(
["MSFT"],
period="1mo",
)
```
The `run()` function is a light wrapper around `query_engine.query()`.
```python
response = stock_market_data_pack.run(
"What is the average closing price for MSFT?"
)
```
Raw data
{
"_id": null,
"home_page": null,
"name": "llama-index-packs-stock-market-data-query-engine",
"maintainer": "anoopshrma",
"docs_url": null,
"requires_python": "<4.0,>=3.9",
"maintainer_email": null,
"keywords": "data, engine, finance, market, query, stock, yahoo, yahoo finance",
"author": null,
"author_email": "Your Name <you@example.com>",
"download_url": "https://files.pythonhosted.org/packages/db/c3/8c01d7cc3026bc0e152eeb52a568bea8ebb191f4b17328d2d009d08a2803/llama_index_packs_stock_market_data_query_engine-0.5.1.tar.gz",
"platform": null,
"description": "# Stock Market Data Query Engine Pack\n\nQuery and retrieve historical market data for a list of stock tickers. It utilizes Yahoo Finance [(yfinance)](https://pypi.org/project/yfinance/) to fetch historical stock prices.\n\n## CLI Usage\n\nYou can download llamapacks directly using `llamaindex-cli`, which comes installed with the `llama-index` python package:\n\n```bash\nllamaindex-cli download-llamapack StockMarketDataQueryEnginePack --download-dir ./stock_market_data_pack\n```\n\nYou can then inspect the files at `./stock_market_data_pack` and use them as a template for your own project.\n\n## Code Usage\n\nYou can download the pack to a the `./stock_market_data_pack` directory:\n\n```python\nfrom llama_index.core.llama_pack import download_llama_pack\n\n# download and install dependencies\nStockMarketDataQueryEnginePack = download_llama_pack(\n \"StockMarketDataQueryEnginePack\", \"./stock_market_data_pack\"\n)\n```\n\nFrom here, you can use the pack, or inspect and modify the pack in `./stock_market_data_pack`.\n\nThen, you can set up the pack like so:\n\n```python\n# create the pack\nstock_market_data_pack = StockMarketDataQueryEnginePack(\n [\"MSFT\"],\n period=\"1mo\",\n)\n```\n\nThe `run()` function is a light wrapper around `query_engine.query()`.\n\n```python\nresponse = stock_market_data_pack.run(\n \"What is the average closing price for MSFT?\"\n)\n```\n",
"bugtrack_url": null,
"license": null,
"summary": "llama-index packs stock_market_data_query_engine integration",
"version": "0.5.1",
"project_urls": null,
"split_keywords": [
"data",
" engine",
" finance",
" market",
" query",
" stock",
" yahoo",
" yahoo finance"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "9cb3f065084267832157b1e4afb9adc5d833d4da8db36215a6e075c2374d1e16",
"md5": "4abab9f8cb98f53d398b215540e35292",
"sha256": "ba269d696f2f3fb4e72e9b781eb87edc9acce4002b486fef111baf32008f2f5d"
},
"downloads": -1,
"filename": "llama_index_packs_stock_market_data_query_engine-0.5.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "4abab9f8cb98f53d398b215540e35292",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.9",
"size": 4405,
"upload_time": "2025-09-08T20:49:34",
"upload_time_iso_8601": "2025-09-08T20:49:34.076151Z",
"url": "https://files.pythonhosted.org/packages/9c/b3/f065084267832157b1e4afb9adc5d833d4da8db36215a6e075c2374d1e16/llama_index_packs_stock_market_data_query_engine-0.5.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "dbc38c01d7cc3026bc0e152eeb52a568bea8ebb191f4b17328d2d009d08a2803",
"md5": "1c3aafa582a5fe123f489cb21ed51aae",
"sha256": "3d33b47b3d99194a5118ad8a758bc32e9e53dd1e223109f83e45df4ee53d691c"
},
"downloads": -1,
"filename": "llama_index_packs_stock_market_data_query_engine-0.5.1.tar.gz",
"has_sig": false,
"md5_digest": "1c3aafa582a5fe123f489cb21ed51aae",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.9",
"size": 4602,
"upload_time": "2025-09-08T20:49:34",
"upload_time_iso_8601": "2025-09-08T20:49:34.792572Z",
"url": "https://files.pythonhosted.org/packages/db/c3/8c01d7cc3026bc0e152eeb52a568bea8ebb191f4b17328d2d009d08a2803/llama_index_packs_stock_market_data_query_engine-0.5.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-09-08 20:49:34",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "llama-index-packs-stock-market-data-query-engine"
}