The price of a stock as quoted by an exchange at a given time. May include additional information such as the latest bid price and bid lots, and/or ask price and ask lots.
Questions tagged [stockquotes]
289 questions
0
votes
1 answer
Creating a Web-based Data Charting Component using Envision.js with Stock Price Ticker feed data
I am trying to create a web app for Data charting component using Envision.js.
The data being used is a Stock Price Ticker feed in JSON format.
I have formed a standard finance line chart (Envision Finance template) using ajax jquery call for…

maali
- 134
- 3
- 14
0
votes
3 answers
Problem with Stock Quote from Google Finance
Below is the example I got from google finance for a stock quote. But it doesnt seem to be working. Stock price isnt displayed.
Thanks
Hello world!
Here is your portfolio:
GOOG: (
GOOG: (

kjkjl
- 147
- 1
- 8
0
votes
1 answer
What is the source for historical stock chart prices?
Yahoo does not seem to be using historical close prices nor are they using historical Adjusted close prices for their charts. For example, if you look at PCG on July 3, 1980, the data looks like this (close of…

Java Addict
- 175
- 8
0
votes
0 answers
Downloading Intra-Day Data From StockRageous... without link
I am wondering if it is possible to download Intra-day data using R from the following link:
< http://www.stockrageous.com/charting.jsp?Symbol=NFLX >
The problem is that in order to do so one must manually go to the Data tab and then select the…

Jason
- 311
- 1
- 4
- 14
0
votes
3 answers
Python webscraper outputs brackets with the number
I'm running python 3.3 on windows. The code below goes to yahoo finance and pulls the stock price and prints it. The problem I'm running into is that it outputs:
['540.04']
I just want the number so I can turn it into a float and use it with…

user2859603
- 235
- 4
- 9
- 18
0
votes
1 answer
accessing html elements of ASX website dividend table using excel vba
I am trying to download divident data from ASX!
I need to know how to loop through each row in the table and each td (data element) in that table to print the innertext to the excel worksheet.
Here is my code.... using this as a guide
VBA excel For…

yoshiserry
- 20,175
- 35
- 77
- 104
0
votes
1 answer
YQL don't provide Indian stock quote related data
we are very interested to use YQL but unfortunately the query is not supported for Indian stock market , we are building one large web app where wee need to show BSE and NSE tickers with live updates , so we thought to use yahoo financial services…

D S
- 258
- 9
- 25
0
votes
1 answer
Getting "N/A" when retrieve BSE/NSE listed stock's price from finance.yahoo.com in csv format
i have tried to get indian NSE & BSE stock price data from Yahoo finance. I gone through some link in stackoverflow, It provide to get data in csv format. It seems only for non-indian stock market price. I need to get BSE (Bombay Stock Exchange) &…

Rajan
- 199
- 1
- 5
- 20
0
votes
1 answer
How to scan inactive/delisted stocks using Auto Analysis in Amibroker?
I would like to know all stock symbols that are no longer being traded for the last 1 year. How can I do this using AFL code via Amibroker's Auto Analysis/Scan tool?

IMB
- 15,163
- 19
- 82
- 140
0
votes
2 answers
stock prices from yahoo finance
Am trying to create a program that fetches data from yahoo finance when a user provides an ticker, start date and end date. How do you get the data for a particular user entered stock ticker from yahoo finance?
I tried the following but this doesn't…
user2868981
0
votes
1 answer
downloading and parsing a csv file from yahoo finance doesn't work on my android app
I'm trying to make a app, which shows you the latest stock quotes, by downloading and parsing the specific .csv file.
However it doesn't run..
here my MainActivity.java:
package com.jdesign.finanzberater;
import java.io.BufferedInputStream;
import…

Julien
- 15
- 6
0
votes
3 answers
YAHOO Finance API Service is not working for India Stocks
YAHOO Finance api is not working from two days for India stocks. for e.g: http://download.finance.yahoo.com/d?s=ABB.BO+SBI.BO&f=nl1c2vgh&random=10
Is there any way to get live stock updates from Yahoo by Premium or Free?

Raj Plus
- 25
- 1
- 3
0
votes
1 answer
YQL: yahoo.finance.quotes table is not always working
My RESTful application is using JAXB to unmarshal YQL response from the yahoo.finance.quotes table, but sometimes I get NullPointerException which I really couldn't figure out from the stack trace.
The code works most of the time in tomcat7.
static…

enfany
- 875
- 2
- 15
- 33
0
votes
1 answer
Using VBA to Grab Stock Info from the Web
I have been attempting to write a macro that grabs financial information from the internet and pastes it into my macro for further analysis. I have been trying to use a query from one of my existing connections (MSN stock quotes).
with my code…

Sean Connecticut
- 305
- 2
- 8
- 14
0
votes
1 answer
Expand object properties based on a single model attribute (Stock tracking app)
I am trying to build a little web application with Ruby on Rails. It's a simple tool to track stocks that people are interested in.
For the stock data I am using the stock_quote gem.
Currently, I have a model with a single field, 'ticker'. Here…

Questifer
- 1,113
- 3
- 18
- 48