Norgate Data Price and Volume Data

Retrieve daily EOD open/high/low/close, volume, turnover, unadjusted close, dividends and open interest as a Pandas DataFrame or NumPy array. Supports date ranges, record limits, weekly/monthly/quarterly/yearly intervals, capital-and-dividend price adjustment (total return, capital, capital+special, none) and date padding. Delivered by the norgatedata Python package reading from the local NDU database - there is no public HTTP endpoint.

API entry from apis.yml

apis.yml Raw ↑
aid: norgate-data:norgate-data-price-volume-data
name: Norgate Data Price and Volume Data
tags:
- Market Data
- Historical Data
- Price Data
- OHLCV
- Stocks
- Futures
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://pypi.org/project/norgatedata/
accessModel: Python library over local Norgate Data Updater (NDU) service - not a hosted REST API
properties:
- url: https://pypi.org/project/norgatedata/
  type: Documentation
- url: https://pypi.org/project/norgatedata/
  type: SourceCode
- url: https://norgatedata.com/data-content-tables.php
  type: Documentation
endpointsModeled:
- norgatedata.price_timeseries
description: Retrieve daily EOD open/high/low/close, volume, turnover, unadjusted close, dividends and
  open interest as a Pandas DataFrame or NumPy array. Supports date ranges, record limits, weekly/monthly/quarterly/yearly
  intervals, capital-and-dividend price adjustment (total return, capital, capital+special, none) and
  date padding. Delivered by the norgatedata Python package reading from the local NDU database - there
  is no public HTTP endpoint.