Python client for the stoxnow API — financial data for developers
Project description
stoxnow
Python client for the stoxnow API — financial data for developers.
Installation
pip install stoxnow
Usage
import stoxnow
client = stoxnow.Client(api_key="sk-...")
# List available industries
industries = client.industries()
# Fetch valuation vectors
data = client.vectors(industry="Software", days=90)
# As a pandas DataFrame
df = client.vectors(industry="Software", as_dataframe=True)
License
MIT
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
stoxnow-0.1.0.tar.gz
(3.9 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 stoxnow-0.1.0.tar.gz.
File metadata
- Download URL: stoxnow-0.1.0.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
332c8d2e812828f40730268e791b3dab65fab80c9412831f4d3c65dd891c09b1
|
|
| MD5 |
2108cbca696afc00b1a1265fc9c6f977
|
|
| BLAKE2b-256 |
2176056723efd9d8f85b2c07e9e5e131b835608a0027849462dd49337ce1693e
|
File details
Details for the file stoxnow-0.1.0-py3-none-any.whl.
File metadata
- Download URL: stoxnow-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a0555750a93083e3772257d278fcaeda7b4d907a25f7ff90c7e797e7584fd5d6
|
|
| MD5 |
c92f3381c21cc00347937b7521ac3637
|
|
| BLAKE2b-256 |
b040e5de508fd7da783644e602e2083efb49ab24269b271615cef80b28cec68b
|