Skip to content

Latest commit

 

History

History
94 lines (62 loc) · 2.49 KB

README.md

File metadata and controls

94 lines (62 loc) · 2.49 KB

Value Viz

Documentation for our pricing data.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Daily prices

You need to be familiar with RESTFUL services.

https://quantprice.herokuapp.com/api/v1.1/scoop/day?tickers=MSFT&date=2017-06-09

Price data is split adjusted.

Historical prices

You have to provide a date range :

https://quantprice.herokuapp.com/api/v1.1/scoop/period?tickers=MSFT&begin=2012-02-19&end=2012-02-20

If you don't provide begin or end it will use the earliest or current date:

https://quantprice.herokuapp.com/api/v1.1/scoop/period?tickers=MSFT&begin=2012-02-19

Price data is split adjusted. Historical prices are updated at 3.30 pm UTC.

Multiple tickers

You can just comma separate tickers:

https://quantprice.herokuapp.com/api/v1.1/scoop/period?tickers=IBM,MSFT&begin=2012-02-19

Price data is split adjusted.

Experimental NASDAQ prices

This contains also ETFS. For historical data:

https://nasdaqviz.herokuapp.com/api/v1.1/markets/data/nasdaq/VOO

Price data is split adjusted, limited to 66 data points.

For real time data:

https://nasdaqviz.herokuapp.com/api/v1.1/markets/data/nsdaq/realtime/MSFT

on average there is a 5 minute delay for NYSE and NASDAQ symbols, I cannot guarantee a good estimate.

Experimental YAHOO prices

This contains also ETFS.

https://nasdaqviz.herokuapp.com/api/v1.1/markets/data/yahoo/VOO?days=2

Price data is split adjusted, limited to 99 data points.

Market trading times

If you want to know what is the status for the NSDAQ and NYSE trading times:

https://nasdaqviz.herokuapp.com/api/v1.1/markets/time/NASDAQ
https://nasdaqviz.herokuapp.com/api/v1.1/markets/time/NYSE

It takes into account holidays as well.

For NASDAQ will return: Pre Market Open, Regular Open, After Market Open, Closed For NYSE will return: Open Session, Coret Trading Open, Extended Hours, Closed

Rate limit

All requests are rate limited to 10 requests per hour. If you want to register for a full access API send me an email to investment [AT] robomotic [dot] com . You will receive an API key to add to the URL.

We are setting up a paypal account for paid subscription without rates.

List of tickers available

https://github.com/robomotic/valueviz/blob/master/scoop_tickers.csv