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
Resource not found nse india even with using Curl
So i am scrapping the nse india results calendar site via using curl command and even after that its giving me "Resource not Found" error . Here's my code
url = f"https://www.nseindia.com/api/event-calendar?index=equities"
header1…

Jay Shankarpure
- 41
- 5
0
votes
0 answers
Google sheets: How to get Implied volatility data for stock for given date range
Using the formula below, I am successfully able to find daily stock data for any ticker for a given date range. Is there some way to get (or calculate) the daily implied volatility for the this downloaded data?
GOOGLEFINANCE("GOOG", "open",…

Sinha
- 431
- 1
- 5
- 12
0
votes
1 answer
r BatchGetSymbols ticker data stops at 4/27/22
I have seen posts about issues with BatchGetSymblols having issues on 4/27 and that some patches have been implemented. I installed the newest version of quantmod per recommendation but i still do not get any price data for 4/28 or 4/29. Anyone else…
0
votes
0 answers
What we could do is injoy every moment instead of being sad or miserable about life?
Well the way I see it is that life it's self is tough so you have to show them who's more equal not just by your looks or how much money you make. What counts is that your still alive your still going strong baby keep that up and never look back
0
votes
0 answers
Finding a way to fetch stock price from aastock to google sheet
I would like to fetch the stock code of warrant, say 57107, listed in Hong Kong Market.
Because googleFinance and yahooFinance does not have warrant details.
An article…

8平民
- 49
- 5
0
votes
0 answers
Wrong currencies in dynamic stock quote from Yahoo Finance in Power BI
I am doing a dynamic stock quote in Power BI and I want to pull data on stocks with various currencies. My issue is then when I pull the numbers, the comma is missing:
instead of being 86,699997 it deletes the comma so that the value is just…

Sophie Rønnstad
- 13
- 1
0
votes
0 answers
How do I use importXML/importHTML to retrieve a stock options chain that is hidden?
I am trying to use importXML or importHTML function to retrieve a stock options chain, specifically using this function to get a table. So far, this is what I…

doglover123
- 103
- 1
- 1
- 6
0
votes
0 answers
td-ameritrade-client Java kandi project usability?
Is the td-ameritrade-client Java kandi project functioning and currently useable? With apologies, I'm new to consuming kandi projects. My needs are pretty simple and from what I've read this should do it all, but I'm having difficulties getting up…

jbmaz
- 1
0
votes
2 answers
Download Historic NSE Futures Data
I need to download NSE Futures data since 2012 for my strategy backtesting. I tried NSEpy and jugaad-data libraries but they are giving one day's data at a time.
I tried Getbhavcopy as well but the data is not accurate there.
Is there any other free…

Mohit Garg
- 61
- 5
0
votes
1 answer
Keeping buttons in the same place and shape
I've been making a stock tracker app in C# with Windows Forms for fun, besides a few issues everything is going relatively well.
Except: I don't know how to make the lay-out do what I want it to do. In particular, I want to makes sure that a set of…

borovanhout
- 7
- 5
0
votes
2 answers
amCharts [Stocks] chart
I've been using amCharts stocks charts to display data from Yahoo Finance .csv file which displays data in this format: (which works)
Date,Open,High,Low,Close,Volume,Adj…

Beto
- 772
- 2
- 12
- 26
0
votes
0 answers
Stock Data in Excel is giving two totally different results for the same stock. Potential bug?
I'm trying to get current data for UMDD and I've included a photo of the error. Cell A2 in my photo is from a copy and paste from another sheet I'm working on. As you can see as of 3:36 PM Eastern time it is saying the stock price is $169.32. This…

guanciale
- 51
- 9
0
votes
1 answer
Google App script for scraping WSJ and Yahoo Finance
I am trying to pull data from WSJ and yahoofiance using google sheet app script.
I was able to pull some data through following code with HTML of current price from following page ie (.+?)<\/span>....please note that it…

Awais Anwar
- 31
- 7
0
votes
1 answer
getSymbols returning inaccurate data
For some reason getSymbols is returning inaccurate data for the below symbol. Example for this data in the high column the price went from 35 to 3515 between 2021 feb and 2021 march 16th.
d <- as.data.frame(
getSymbols(
…

Stupid_Intern
- 3,382
- 8
- 37
- 74
0
votes
1 answer
How to return weekly data starting from Monday in getSymbols
If run this getSymbols function on Saturday it will return data for only completed weeks i.e. it will omit current week data and will only return data till 15th May 2021
d <- as.data.frame(
getSymbols(
paste("WIPRO" , ".NS", sep =…

Stupid_Intern
- 3,382
- 8
- 37
- 74