Coder Social home page Coder Social logo

dsd's Introduction

Script To Downloads Stock Data from Alpha Vantage

A simple script to download stock data from alphavantage.co. Specifically it is setup to download the NASDAQ top 500.

Dependencies:

Install

cd DSD
sudo python setup.py install

Setup API

Get a free API key from AlphaVantage

export the API key as an environmental variable. I recommend just adding it to your bashrc so it is always available.

echo "export ALPHA_VANTAGE_KEY=<Your API Key Here>" >> ~/.bashrc
#Should look somthing like "export ALPHA_VANTAGE_KEY=AHKDSFJHUDFDJD"
source ~/.bashrc

Usage

from dsd import download_nasdaq_data as dnd

'''
Downloads multiple companies
'''
dnd.downloadNTopMarketCapCompanies(500, output_dir='stock_data')

'''
Given a stock symbol (aka 'tsla') will download and save the data to the
output dir as a csv 
'''
dnd.download_symbol(symbol, output_dir, retry_count=4)

Have fun.

dsd's People

Contributors

nmharmon8 avatar

Stargazers

Ritwika Mahapatra avatar DirtyTech avatar  avatar  avatar data manyo avatar

Watchers

 avatar DirtyTech 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.