Portfolio123 API wrapper
Project description
Portfolio123 API Wrapper
Sample code:
import p123api
try:
client = p123api.Client(api_id='your api id', api_key='your api key')
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-1.3.2.tar.gz
(5.8 kB
view hashes)