Python programming interface for read StockNow platform marketing data and insights.
Project description
StockNow data & insights API Client Library for Python
Install package
pip3 install pystocknow
Sample code of access StockNow platform provided data and insights
from pystocknow import sndata
import json
SNClient = sndata.SNClient
#
# get API key from https://stocknow.xyz
# after you signin, run https://stocknow.xyz/v1/apikey in browser, you will get an apikey
# To get an apikey for programming purpose, please follow instruction ...
#
snclient = SNClient(apikey="")
data = snclient.get_news()
print(json.dumps(data, indent=2))
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
pystocknow-0.1.1.tar.gz
(6.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 pystocknow-0.1.1.tar.gz.
File metadata
- Download URL: pystocknow-0.1.1.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6b1bb4d372a678de1755efb1d25e49c61b69551576d02091f7999990318b5cc2
|
|
| MD5 |
a541cb40bbdd51a592d374e8394b7f1f
|
|
| BLAKE2b-256 |
70ba48c1cfa9e7ebb6ddba6cda7fd78ceafea0eb77b22f1ea8ea54449a0fe07f
|
File details
Details for the file pystocknow-0.1.1-py3-none-any.whl.
File metadata
- Download URL: pystocknow-0.1.1-py3-none-any.whl
- Upload date:
- Size: 7.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6f5e47e4f3a2812c57029e7c7533e18ddd49ecd81073b652e28ec0d7a1657669
|
|
| MD5 |
c6b521457ea662238e858fbaba6ca79b
|
|
| BLAKE2b-256 |
3dd5c4d022b8371cbdfd6dbb41c721aab0b795f9fb4dee83b69704d0dfd30498
|