Skip to content

finnpy/intrinio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intrinio Build status Test coverage percentage

This is the unofficial Python SDK for the Intrinio API.

For details, see www.intrinio.com.

QuickStart

  1. Install the package:

    $ pip install intrinio
    
  2. Obtain API credentials by signing up for a developer account at www.intrinio.com

  3. Store username and password in keys.json, with the following format:

    {"intrinio": {"user": "abc...", "pass": "012..."}}

Requirements

Intrinio requires the following modules:

  • Python 2.7+
  • requests

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages