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
snclient = SNClient(apikey="eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1aWQiOiIwMDdRIiwiY3JlYXRlZEF0IjoiMjAyNS0wMy0yMFQwNDozMjowMi4yMjVaIiwiaWF0IjoxNzQyNDQ1MTIyLCJleHAiOjE3NDMwNDk5MjJ9.LEyRrT_CNjA8A6rpoiW5H7e3LwxXuvu3I9aOHMGME1U")
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.0.tar.gz
(6.8 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.0.tar.gz.
File metadata
- Download URL: pystocknow-0.1.0.tar.gz
- Upload date:
- Size: 6.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1b82e5f3dfcf577fd782f7eee81a65c760a8e540e7b825ad18ffb1f52099dbba
|
|
| MD5 |
cd825ddf8cc9445abca820d0babddc2d
|
|
| BLAKE2b-256 |
0cbcf79495d7e8857477ddfed87a7ae9dd59173887397d3cc34628310f032fce
|
File details
Details for the file pystocknow-0.1.0-py3-none-any.whl.
File metadata
- Download URL: pystocknow-0.1.0-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 |
52adffe5c08869c3229cd31f07ff387064d507caaa830f5a80fea540d123c433
|
|
| MD5 |
58a2d04224a721b69421a6ec55839e13
|
|
| BLAKE2b-256 |
e83cf4d26f8706e6481121d45f22f4cc66223dd2ab0ff6c0863018676e8d254a
|