search for: nseindia

Displaying 12 results from an estimated 12 matches for "nseindia".

2017 Aug 03
1
Strange behaviour to download zip file using R
Hi again, I was trying to download stock market data from below link : https://www.nseindia.com/products/content/equities/equities/archieve_eq.htm Input choice : Select Report: Bhavcopy Date(DD-MM-YYYY): 03-03-2010 If you put manual input as above, then we will get option for manual download of file : cm03MAR2010bhav.csv.zip However I then tried to use R to have some automatic downlo...
2012 Oct 15
2
Download a file from url
Hi Download the xls file from this link http://www.nseindia.com/content/fo/fii_stats_12-Oct-2012.xls <http://www.nseindia.com/content/fo/fii_stats_12-Oct-2012.xls> I tried this --------------------------------------------------------------- library(XLConnect) url = "http://www.nseindia.com/content/fo/fii_stats_12-Oct-2012.xls" local.xls....
2010 Jun 05
1
How to get the closing price from the the GOOGLE FINANCE site for NSEINDIA stocks
Sir, How to get the closing price from this link http://www.google.com/finance/historical?q=NSE:RCOM I installed quantmod getSymbols('NSE:RCOM',src='google') gives me this error********************** Error in download.file(paste(google.URL, "q=", Symbols.name, "&startdate=", : cannot open URL
2010 Nov 01
1
File Downloading Problem
Dear Group, My code stopped working ... used to work till last week! sURL <- "http://www.nseindia.com/content/historical/EQUITIES/2010/NOV/cm01NOV2010bha v.csv.zip" > download.file(sURL,"test.zip") trying URL 'http://www.nseindia.com/content/historical/EQUITIES/2010/NOV/cm01NOV2010bha v.csv.zip' Error in download.file(sURL, "test.zip") : cannot open URL &...
2010 Nov 04
3
postForm() in RCurl and library RHTMLForms
Hi RUsers, Suppose I want to see the data on the website url <- "http://www.nseindia.com/content/indices/ind_histvalues.htm" for the index "S&P CNX NIFTY" for dates "FromDate"="01-11-2010","ToDate"="02-11-2010" then read the html table from the page using readHTMLtable() I am using this code webpage <- postForm(url,.p...
2012 Oct 17
0
postForm() in RCurl and library RHTMLForms
...gt; header = TRUE, > stringsAsFactors = FALSE) > table > > > > > On 11/4/10 2:39 AM, sayan dasgupta wrote: > > Hi RUsers, > > > > Suppose I want to see the data on the website > > url <- "http://www.nseindia.com/content/indices/ind_histvalues.htm" > > > > for the index "S&P CNX NIFTY" for > > dates "FromDate"="01-11-2010","ToDate"="02-11-2010" > > > > then read the html table from the page using readHTMLtable() &gt...
2012 Dec 02
1
postForm() in RCurl and library RHTMLForms
Hi RUsers, Suppose I want to see the data on the website url <- "http://www.nseindia.com/content/indices/ind_histvalues.htm" for the index "S&P CNX NIFTY" for dates "FromDate"="01-11-2010","ToDate"="02-11-2010" then read the html table from the page using readHTMLtable() I am using this code webpage <- postForm(u...
2018 May 13
2
is there any method to defer the execution of code in r?
...lt;- format(today, format = "%Y") tm <- format(today, format = "%b") tmu <- toupper(tm) td <- format(today, format = "%d") dynamic.URL <- paste("https://www.nseindia.com/content/historical/EQUITIES/",ty,"/",tmu,"/cm",td,tmu,ty,"bhav.csv.zip", sep = "") file.string <- paste("C:/Users/user/AppData/Local/Temp/cm",td,tmu,ty,"bhav.csv") download.file(dynamic.U...
2018 May 13
0
is there any method to defer the execution of code in r?
...quot;%Y") > tm <- format(today, format = "%b") > tmu <- toupper(tm) > td <- format(today, format = "%d") > > dynamic.URL <- paste("https://www.nseindia.com/content/historical/EQUITIES/",ty,"/",tmu,"/cm",td,tmu,ty,"bhav.csv.zip", sep = "") > file.string <- paste("C:/Users/user/AppData/Local/Temp/cm",td,tmu,ty,"bhav.csv") > > downlo...
2018 May 13
2
is there any method to defer the execution of code in r?
...tm <- format(today, format = "%b") >> tmu <- toupper(tm) >> td <- format(today, format = "%d") >> >> dynamic.URL <- >paste("https://www.nseindia.com/content/historical/EQUITIES/",ty,"/",tmu,"/cm",td,tmu,ty,"bhav.csv.zip", >sep = "") >> file.string <- >paste("C:/Users/user/AppData/Local/Temp/cm",td,tmu,ty,"bhav.csv") >> >>...
2018 May 13
0
is there any method to defer the execution of code in r?
...tm <- format(today, format = "%b") >>> tmu <- toupper(tm) >>> td <- format(today, format = "%d") >>> >>> dynamic.URL <- >> paste("https://www.nseindia.com/content/historical/EQUITIES/",ty,"/",tmu,"/cm",td,tmu,ty,"bhav.csv.zip", >> sep = "") >>> file.string <- >> paste("C:/Users/user/AppData/Local/Temp/cm",td,tmu,ty,"bhav.csv") >>> >&g...
2018 May 13
3
is there any method to defer the execution of code in r?
...day, format = "%b") >>>> tmu <- toupper(tm) >>>> td <- format(today, format = "%d") >>>> >>>> dynamic.URL <- >>> >paste("https://www.nseindia.com/content/historical/EQUITIES/",ty,"/",tmu,"/cm",td,tmu,ty,"bhav.csv.zip", >>> sep = "") >>>> file.string <- >>> paste("C:/Users/user/AppData/Local/Temp/cm",td,tmu,ty,"bhav.csv") >&gt...