Coder Social home page Coder Social logo

bvbfinance's Introduction

Download market data from BVB (Stock Market in Romania)

*** IMPORTANT LEGAL DISCLAIMER ***


bvbfinance is not affiliated, endorsed, or vetted by BVB. It's an open-source tool that uses BVBs publicly available website, and is intended for research and educational purposes.

You should refer to BVB's terms of use (here

Quick Start

The Ticker module

The Ticker module, which allows you to access ticker data in a more Pythonic way:

import bvbfinance as bvb

tlv = bvb.Ticker("TLV")

# get stock info
tlv.info

# get historical market data
hist = tlv.history(period="max")

# show actions (dividends, splits)
tlv.actions

# show dividends
tlv.dividends

# show splits
tlv.splits

# show share count
tlv.shares

# show income statement
tlv.income_stmt
tlv.quarterly_income_stmt

# show balance sheet
tlv.balance_sheet
tlv.quarterly_balance_sheet

# show cash flow statement
tlv.cashflow
tlv.quarterly_cashflow

# show major holders
tlv.major_holders

# show institutional holders
tlv.institutional_holders

# show mutualfund holders
tlv.mutualfund_holders

# show earnings
tlv.earnings
tlv.quarterly_earnings

# show sustainability
tlv.sustainability

# show analysts recommendations
tlv.recommendations
tlv.recommendations_summary
# show analysts other work
tlv.analyst_price_target
mfst.revenue_forecasts
mfst.earnings_forecasts
mfst.earnings_trend

# show next event (earnings, etc)
tlv.calendar

# show all earnings dates
tlv.earnings_dates

# show ISIN code - *experimental*
# ISIN = International Securities Identification Number
tlv.isin

# show options expirations
tlv.options

# show news
tlv.news

# get option chain for specific expiration
opt = tlv.option_chain('YYYY-MM-DD')
# data available via: opt.calls, opt.puts

bvbfinance's People

Contributors

atredies avatar

Watchers

Kostas Georgiou avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.