Skip to content

Save ticker symbols from Intrinio's stock screening API. Automatically joins all symbols which by default are sparsely displayed in multiple pages.

Notifications You must be signed in to change notification settings

orlandodiaz/IntrinioPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Create environmental variables:

export INTRINIO_USERNAME="Intrinio username"
export INTRINIO_PASSWORD="Intrinio password"

Import

from IntrinioPy import Intrinio
intrinio = Intrinio()

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_stock_ticker_list()

Save for later

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

About

Save ticker symbols from Intrinio's stock screening API. Automatically joins all symbols which by default are sparsely displayed in multiple pages.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages