Giter Site home page Giter Site logo

advfn-reader's Introduction

advfn-reader

Most websites only allow free access to the financials data from a couple of quarterly reports. AVDFN gives acces to several years or even decades of data from 10-Qs. This script is intended to make this data accessible in a useful manner, in this case pandas DataFrames.

get_quarts(ticker,exchange="NYSE", start_date = None, end=end_date=dt.datetime.today().date() )

Fetches a pandas DataFrame with all quarterly data from advfn for a given ticker.

parameters:

ticker: String - The ticker to fetch.

exchange: String, default "NYSE" - The exchange the stock is traded at. Defaults to a most likely one if not traded at given exchange.

start_date: String {'YYYY/MM/DD'}, default None - The date to start retrieving from. If non given the first available filing will be the start point.

end_date: String {'YYYY/MM/DD'}, default current-date - The date to end retrieving at. If non given the most recent filing will be the end point.

get_closest_quarter(target)

Returns the colsest quarter end date for a given date.

parameters:

target: Date - The date look up.

advfn-reader's People

Contributors

baconian 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.