A lightweight, agentic-ready library to fetch Vietnam stock market data.
Project description
agentic-vnstock
A lightweight, zero-bloat library to fetch Vietnam stock market data, perfectly designed for AI Agents, LLMs, and Data Analysts.
Architecture
- Phase 1 (Current): Blazing fast data fetching from TCBS (
client.py) and easy CLI export. - Phase 2 (Upcoming): Built-in AI Agents (
agents/) and Tools (tools/) for LLM integrations (LangChain, LlamaIndex, OpenAI function calling).
Installation
pip install agentic-vnstock
Quick CLI Usage (Phase 1)
Download CSV data instantly from your terminal:
agentic-vnstock FPT 2024-01-01 2024-04-21
Python Usage (Phase 1)
from agentic_vnstock import AgenticVNStock
client = AgenticVNStock()
df = client.get_historical_price("FPT", "2024-01-01", "2024-04-21")
print(df.head())
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
agentic_vnstock-0.1.0.tar.gz
(5.7 kB
view details)
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 agentic_vnstock-0.1.0.tar.gz.
File metadata
- Download URL: agentic_vnstock-0.1.0.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
56b7db730b54013a16cd838822366c63459b43ddbbd8991f7cc5e5be74955c21
|
|
| MD5 |
0a1f3224b9bc721d9faad1f562862a6d
|
|
| BLAKE2b-256 |
606d398a17ce0ad9ce7ae96fb88857402667a2c068554e83de2e993e1ae4bbe3
|
File details
Details for the file agentic_vnstock-0.1.0-py3-none-any.whl.
File metadata
- Download URL: agentic_vnstock-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
297f31d7429388654d60faa03ef7246b38e2a84a7e77abf56a2a054eba98a7e3
|
|
| MD5 |
0ab3b3f8dd435eaa76e94a34e1464398
|
|
| BLAKE2b-256 |
abbdda8101a2bdf5ed8822b7967018ff122ebfc75a31ca6e9b948721a942c7a6
|