Skip to content

madawas/market-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Library for Extracting Stock Market Data From Multiple Sources

https://travis-ci.org/madawas/market-analysis.svg?branch=main https://codecov.io/gh/madawas/market-analysis/branch/main/graphs/badge.svg?branch=main

This python package allows extracting stock market data from multiple sources such as IEXCloud, Alpha Vantage Yahoo! Finance and other custom sources which can be defined in the configuration.

Quick Start

Ticker Module

The Ticker module enables extracting market data using the data source of your choice.

from marketdata import Ticker

aapl = Ticker('AAPL', 'IEXCloud')
summary = aapl.get_summary()

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages