Skip to main content

A python module that gives stock price data and stock symbols.

Project description

EasyStocksData

A python module that gives stock price data and stock symbols.

Installation

Install easystocksdata using pip:

$ pip install easystockdata

Description of functions

get_prices :

  • Input:

    symbol : Symbol of stock (string)

    intv : Interval of time (string, optional, default=1d)

    rng : Range of time (string, optional, default=1wk)

    intv and rng both takes values from 1m, 2m, 5m, 15m, 30m, 60m, 90m, 1h, 1d, 5d, 1wk, 1mo and 3mo.

    ohlc : Specify High, Low, Open and Close prices (string, optional, default='high')

    stock_exc : specify stock exchange to get data from (string, optional, default='nse')

  • Output: list: A list of lists containing the timestamp and corresponding price for each data point.

get_nse_symbols :

  • Input: None

  • Output: A list of dictionaries containing the stock names and symbols of nse.

get_nasdaq_symbols :

  • Input: None

  • Output: A list of dictionaries containing the stock names and symbols of nasdaq.

find_nse_stock :

  • Input:

    search_term : search term to search for stock symbol in nse (string)

  • Output: A list of dictionaries containing the stock names and symbols of nse.

find_nasdaq_stock :

  • Input:

    search_term : search term to search for stock symbol in nse (string)

  • Output: A list of dictionaries containing the stock names and symbols of nasdaq.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

easystockdata-0.1.3.tar.gz (126.4 kB view hashes)

Uploaded Source

Built Distribution

easystockdata-0.1.3-py3-none-any.whl (130.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page