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.1.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.1.tar.gz.
File metadata
- Download URL: stoxnow-0.1.1.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 |
af20ae368309280752bd84e627295b4283c3f69e161ba72b9d4c7b2fe64298c7
|
|
| MD5 |
22dfd3e7d93b87e42a1f141905127067
|
|
| BLAKE2b-256 |
2c7043ed1520492a9154b0aca5f2eed64b64d10ea7c010118154814732eac565
|
File details
Details for the file stoxnow-0.1.1-py3-none-any.whl.
File metadata
- Download URL: stoxnow-0.1.1-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 |
3417ef5597cc0d99a83534c3cfc0fb3f2f68d86e64f3968f418163cb1b867f07
|
|
| MD5 |
3279a389dfb55f0441ba1b23ca5eed54
|
|
| BLAKE2b-256 |
46b06f65653b258ceabe9ef83fefb7d147838a2387d61eff656487dd5564da8e
|