Python programming interface for read StockNow platform marketing data and insights.
Project description
StockNow Platform 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.2.tar.gz
(6.7 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.2.tar.gz.
File metadata
- Download URL: pystocknow-0.1.2.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aa00bb75490bb0b8e043a35d693b5f72eadbc93be31444836719d2e48d6d2a44
|
|
| MD5 |
894e4d7769f6f12e02aa238dfecdaf1f
|
|
| BLAKE2b-256 |
d6fbb222a91486fb9f81eeea8ff1a2a90f042756efc62699f8bcf27ae4601114
|
File details
Details for the file pystocknow-0.1.2-py3-none-any.whl.
File metadata
- Download URL: pystocknow-0.1.2-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 |
3ce80b9a48aac63c5ec366ff59aae77e29290bbb8d81ed64c6d7c6cbb7249c85
|
|
| MD5 |
8795f3e2dbfa75babca062b3c9d7f371
|
|
| BLAKE2b-256 |
22e103e3039a6447931cf36c842f90288d6298d87764be99cf409de67a28909a
|