p123api 1.4.3

Creator: railscoder56

Last updated:

Add to Cart

Description:

p123api 1.4.3

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)

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.