Skip to main content

Intrinio client to fetch stocks from Screener API

Project description

Description

Save ticker symbols from Intrinio's stock screening API.

You need to have an active subscription to Intrinio's "US Fundamentals and Stock Prices"

Intrinio's screener API settings can be found at http://blog.intrinio.com/stock-screener-api-intrinio/

Usage

Fill in credentials:

email = 'your.email@gmail.com'
password = 'your.pass' 
intrinio = Intrinio(username, password)

Example # Market-cap greater than 2 billion intrinio.url = 'https://api.intrinio.com/securities/search?conditions=marketcap~gt~2000000000&page_size=500'

Start request

symbols = intrinio.get_stocks()

Save for later

intrinio.save(symbols, "less_than_200m.p")  

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

intrinioPy-0.1.0.tar.gz (2.6 kB view hashes)

Uploaded Source

Built Distribution

intrinioPy-0.1.0-py2-none-any.whl (3.1 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page