All Projects → calcbench → python_api_client

calcbench / python_api_client

Licence: other
A Python client for Calcbench's API.

Programming Languages

python
139335 projects - #7 most used programming language
powershell
5483 projects

Projects that are alternatives of or similar to python api client

Django Ledger
A bookkeeping & financial analysis engine for the Django Framework. UNDER ACTIVE DEVELOPMENT & NOT STABLE YET.
Stars: ✭ 253 (+1481.25%)
Mutual labels:  finance, accounting
Double entry
A double-entry accounting system for Ruby applications.
Stars: ✭ 276 (+1625%)
Mutual labels:  finance, accounting
awesome-beancount
Awesome Beancount Resources
Stars: ✭ 114 (+612.5%)
Mutual labels:  finance, accounting
Akaunting
Free and Online Accounting Software
Stars: ✭ 4,599 (+28643.75%)
Mutual labels:  finance, accounting
Gooderp addons
可能是中国用户数最多的开源ERP
Stars: ✭ 1,315 (+8118.75%)
Mutual labels:  finance, accounting
Learnpythonforresearch
This repository provides everything you need to get started with Python for (social science) research.
Stars: ✭ 163 (+918.75%)
Mutual labels:  finance, accounting
knut
knut is an efficient plain text accounting tool with support for multiple currencies and valuation.
Stars: ✭ 40 (+150%)
Mutual labels:  finance, accounting
Transity
Keep track of your 💵, 🕘, 🐖, 🐄, 🍻 on your command line
Stars: ✭ 528 (+3200%)
Mutual labels:  finance, accounting
Budget
Get a grip on your finances.
Stars: ✭ 609 (+3706.25%)
Mutual labels:  finance, accounting
Moneygo
An accounting web application to track personal finances written in Go and React/Bootstrap
Stars: ✭ 138 (+762.5%)
Mutual labels:  finance, accounting
finac
Finac - financial accounting for humans
Stars: ✭ 27 (+68.75%)
Mutual labels:  finance, accounting
pytr
Use TradeRepublic in terminal and mass download all documents
Stars: ✭ 141 (+781.25%)
Mutual labels:  finance
financisto
Financisto - open-source personal finance tracker for Android
Stars: ✭ 116 (+625%)
Mutual labels:  finance
AlphaVantage.Net
.Net client library for Alpha Vantage API
Stars: ✭ 65 (+306.25%)
Mutual labels:  finance
piggybudget
Android app that helps you to easily track your expenses
Stars: ✭ 27 (+68.75%)
Mutual labels:  accounting
CoinTaxman
Calculate your taxes from cryptocurrency gains
Stars: ✭ 110 (+587.5%)
Mutual labels:  accounting
Ostia
Ostia is a cryptocurrency trading platform that allows you to run algorithmic trading strategies across all major exchanges.
Stars: ✭ 61 (+281.25%)
Mutual labels:  finance
MLiFC
Course Material for the machine learning in financial context bootcamp
Stars: ✭ 102 (+537.5%)
Mutual labels:  finance
priceR
Economics and Pricing in R
Stars: ✭ 32 (+100%)
Mutual labels:  finance
hledger-accounting
An end to end accounting solution for Chinese users.
Stars: ✭ 28 (+75%)
Mutual labels:  accounting

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)

Documentation

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

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.

Examples

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

Support

[email protected]

Credit

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].