Modern async Python SDK for VPBankS NeoPro Trading Platform
Project description
NeoInvestSDK
Modern, async Python SDK for NeoPro Trading Platform with real-time market data streaming, trading operations, and portfolio management.
Setup
python -m venv .venv
.\.venv\Scripts\active
pip install NeoInvestSDK
python examples\01_basic_stock_stream.py
SDK Config PROD
config = SDKConfig(
log_config=LogConfig(level="DEBUG"),
api_endpoints=APIEndpointsConfig(
base_url="https://neoapi.vpbanks.com.vn/neo-api",
stock_stream_url="wss://neoapi.vpbanks.com.vn/stock-stream/broker",
trading_stream_url="wss://neoapi.vpbanks.com.vn/trading-stream/broker",
auth_base_url="https://external.vpbanks.com.vn",
),
auth_config=AuthConfig(
username="",
password="",
pin="",
),
)
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
neoinvestsdk-0.2.5.tar.gz
(27.6 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 neoinvestsdk-0.2.5.tar.gz.
File metadata
- Download URL: neoinvestsdk-0.2.5.tar.gz
- Upload date:
- Size: 27.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d6899adca8dc005e41837fc3d3ea600c892d344f94a923f9d760d898be397a26
|
|
| MD5 |
eb8211f9f70f48d925c4634df8fe0e87
|
|
| BLAKE2b-256 |
81fb1df8a68acb57812ccfecbd059fbe8309f346d0d99062ed4f288fae5b0a86
|
File details
Details for the file neoinvestsdk-0.2.5-py3-none-any.whl.
File metadata
- Download URL: neoinvestsdk-0.2.5-py3-none-any.whl
- Upload date:
- Size: 38.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cf9d88104c6ade997c3cce9f15548784709d9e092ce431c9978627cae390e4db
|
|
| MD5 |
8f98453085fe5b9a0ede6602aed41480
|
|
| BLAKE2b-256 |
37f3aaa73050a2a57d82d7d8d667f3157b20fef7647dccb13c6fff202d87e1bc
|