Portfolio123 API wrapper
Project description
Portfolio123 API Wrapper
Sample code:
import p123api
with p123api.Client(api_id='your api id', api_key='your api key') as client:
try:
print(client.screen_run({'screen': {'type': 'stock', 'universe': 'nasdaq100'}, 'asOfDt': '2020-05-12'}))
except p123api.ClientException as e:
print(e)
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
p123api-2.0.0.tar.gz
(8.1 kB
view details)
Built Distribution
File details
Details for the file p123api-2.0.0.tar.gz
.
File metadata
- Download URL: p123api-2.0.0.tar.gz
- Upload date:
- Size: 8.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
c096a899065de8febdcb382f3eda8c9c6e259ab760d2a67cf88ddd26f193b904
|
|
MD5 |
b02392edef61c60f68a11bcc52a3868a
|
|
BLAKE2b-256 |
bc6aadee1e67da489f0c1c1bc5b97ead55d627641ec40845ba4ab5aa2738b9de
|
File details
Details for the file p123api-2.0.0-py3-none-any.whl
.
File metadata
- Download URL: p123api-2.0.0-py3-none-any.whl
- Upload date:
- Size: 8.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
325344e5e845f7a1ddfb539bbce2ecfd7e7b8cc16ed15d8087ec6ad6c7a01908
|
|
MD5 |
c50824947ce7b884334111105adb485b
|
|
BLAKE2b-256 |
93b4a21651f8889ddf383bfc4f2e264c60d52d1857eba7e0c64421b42721508b
|