llama-index packs stock_market_data_query_engine integration
Project description
Stock Market Data Query Engine Pack
Query and retrieve historical market data for a list of stock tickers. It utilizes Yahoo Finance (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:
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:
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:
# create the pack
stock_market_data_pack = StockMarketDataQueryEnginePack(
["MSFT"],
period="1mo",
)
The run() function is a light wrapper around query_engine.query().
response = stock_market_data_pack.run(
"What is the average closing price for MSFT?"
)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file llama_index_packs_stock_market_data_query_engine-0.5.1.tar.gz.
File metadata
- Download URL: llama_index_packs_stock_market_data_query_engine-0.5.1.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3d33b47b3d99194a5118ad8a758bc32e9e53dd1e223109f83e45df4ee53d691c
|
|
| MD5 |
1c3aafa582a5fe123f489cb21ed51aae
|
|
| BLAKE2b-256 |
dbc38c01d7cc3026bc0e152eeb52a568bea8ebb191f4b17328d2d009d08a2803
|
File details
Details for the file llama_index_packs_stock_market_data_query_engine-0.5.1-py3-none-any.whl.
File metadata
- Download URL: llama_index_packs_stock_market_data_query_engine-0.5.1-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ba269d696f2f3fb4e72e9b781eb87edc9acce4002b486fef111baf32008f2f5d
|
|
| MD5 |
4abab9f8cb98f53d398b215540e35292
|
|
| BLAKE2b-256 |
9cb3f065084267832157b1e4afb9adc5d833d4da8db36215a6e075c2374d1e16
|