Thanks to visit codestin.com
Credit goes to github.com

Skip to content

portfolio-123/p123api-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Portfolio123 python wrapper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages