AugurWorks / UI

Augurworks UI code
0 stars 0 forks source link

Add indexes to correlation crawler #199

Open augurworks1 opened 9 years ago

augurworks1 commented 9 years ago

If available...

Volatility indexes - same as line graph S&P 500 index(s) - SPX Nasdaq Index(s) - ND

TheConnMan commented 9 years ago

What do you mean by

Volatility indexes - same as line graph

Add a volatility index for every stock in the line graph?

augurworks1 commented 9 years ago

Add the same volatility indexes to the NN list that are currently available on the line graph.

On Mon, Mar 9, 2015 at 7:59 PM, Brian Conn notifications@github.com wrote:

What do you mean by

Volatility indexes - same as line graph

Add a volatility index for every stock in the line graph?

— Reply to this email directly or view it on GitHub https://github.com/augurworks1/UI/issues/199#issuecomment-77970433.

TheConnMan commented 9 years ago

All the same datasets that are in the line graph are in the crawler, they're just split up into stocks and non-stocks.

augurworks1 commented 9 years ago

Got it. See them now. Running a test now.

On Mon, Mar 9, 2015 at 8:10 PM, Brian Conn notifications@github.com wrote:

All the same datasets that are in the line graph are in the crawler, they're just split up into stocks and non-stocks.

— Reply to this email directly or view it on GitHub https://github.com/augurworks1/UI/issues/199#issuecomment-77971717.

augurworks1 commented 9 years ago

Just ran a test. VXN, VIX and CMS. It looks like it just grabbed the first stock in the set 'A'. See results for "vol test 2"

On Mon, Mar 9, 2015 at 8:33 PM, Drew Showers drew@augurworks.com wrote:

Got it. See them now. Running a test now.

On Mon, Mar 9, 2015 at 8:10 PM, Brian Conn notifications@github.com wrote:

All the same datasets that are in the line graph are in the crawler, they're just split up into stocks and non-stocks.

— Reply to this email directly or view it on GitHub https://github.com/augurworks1/UI/issues/199#issuecomment-77971717.

augurworks1 commented 9 years ago

GSPC is the ticker for the S&P 500 in quandl, not SPX NDX : Nasdaq 100 COMP : Nasdaq composite

TheConnMan commented 9 years ago

GSPC and NDX are already in, they're just labeled as SPX and ND. I'll switch the names. All I can find is https://www.quandl.com/c/stocks/comp for COMP, not a specific data set.

augurworks1 commented 9 years ago

Hmm strange, ok. Let's add NQASPA

Thanks, Drew

On Wed, Mar 11, 2015 at 9:53 PM, Brian Conn notifications@github.com wrote:

GSPC and NDX are already in, they're just labeled as SPX and ND. I'll switch the names. All I can find is https://www.quandl.com/c/stocks/comp for COMP, not a specific data set.

— Reply to this email directly or view it on GitHub https://github.com/augurworks1/UI/issues/199#issuecomment-78410108.

TheConnMan commented 9 years ago

NQASPA doesn't return anything in the Quandl search. Can you post the Quandl code?

augurworks1 commented 9 years ago

NASDAQOMX/NQASPA

On Wed, Mar 11, 2015 at 10:55 PM, Brian Conn notifications@github.com wrote:

NQASPA doesn't return anything in the Quandl search. Can you post the Quandl code?

— Reply to this email directly or view it on GitHub https://github.com/augurworks1/UI/issues/199#issuecomment-78415289.