Skip to content

Crimsonarcher/stockscrape

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

stockscrape

API that provides Futures and Options data by scraping the NSE website

Futures

from Futures import get_futures_data
get_futures_data('USDINR')

params - Currency symbol

Options

from OptionChain import get_options_data, get_options_dates
#To get Options Data for a given expiry date
get_options_data('26APR2013')
#To get the 4 possible expiry dates
get_options_dates()

params - expiry date

About

Stock Scraping the NSE Website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published