Skip to content

Latest commit

 

History

23 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Jugad data is a library to download historical price-volume data from NSE in pandas dataframe.

Build Status

Installation

pip install git+https://github.com/jugaad-py/jugaad-data.git

Getting started

from jugaad_data import JugaadData
from datetime import date

j = JugaadData()
symbol = "RELIANCE"
index = "NIFTY 50"
from_date = date(2019,1,3)
to_date = date(2020,1,10)

stock_df = j.stock_history(symbol, from_date, to_date)

index_df = j.index_history(index, from_date, to_date)

print(stock_df.head())
print(index_df.head())

Documentation

Visit https://marketsetup.in/documentation/jugaad-data/ for detailed documentation.

About

Fetch data from NSE

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages