Skip to content

calcbench/python_api_client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calcbench API Client

A Python client for Calcbench's API.

Calcbench is an interface to the XBRL encoded 10-(K|Q) documents public companies file on the SEC's Edgar system.

>>>import calcbench as cb
>>>cb.standardized(company_identifiers=["MSFT", "GOOG"], point_in_time=True)

⚠️ API access is not included in the standard Calcbench subscription. Talk to [email protected] before you start coding.

Documentation

http:https://calcbench.github.io/python_api_client/html/index.html

Examples

https://github.com/calcbench/notebooks.

Installation

pip install calcbench-api-client

conda install -c calcbench calcbench-api-client

Credentials

Use your Calcbench username (email) and password. Get a free two week Calcbench trial @ https://www.calcbench.com/join

Support

[email protected]

Credit

@someben https://github.com/calcbench/python_api_client/commit/6c2312525fa365acc91bd8e979037fc2492845f3