I want to get the live market price(Indian Market) of some stocks which are already mentioned in my MSExcel sheet, which can automatically update. I saw a function in google sheet (=googleFinance()) that does the same thing. But this function is not available in MS EXcel 2016. How to use this function in MSExcel or are there any alternatives?
Does microsoft excel 2016 has function "=googleFinance()" which is available in google sheets?
3.3k Views Asked by Ayush At
1
There are 1 best solutions below
Related Questions in EXCEL
- Concatenate excel cell string within cell reference string
- Use hidden information for filtering data
- Using Vlookup in Excel sheet to match substring
- Import from api into multiple excel cells
- Loop through list of files and open them
- Pull and push data from and into sql databases using Excel VBA without pasting the data in Excel sheets
- Loop with equation for upper limit
- excel vba null value in array
- Why is my xml file having these after convert from excel?
- TextToColumns function uses wrong delimiter
- Difference between two dates in excel 2013
- Concatenate string and number as number
- Why in a pivot the "include new items in manual filter" option is grey out when source is a powerpivot?
- Count Unique Values Repeated Dates
- How do I extract info from crunchbase
Related Questions in EXCEL-FORMULA
- Concatenate excel cell string within cell reference string
- Use hidden information for filtering data
- Using Vlookup in Excel sheet to match substring
- Find Partial Matching data across two sheets
- Nesting IF and OR statements
- is there a shortcut to open filter>contains box in excel?
- Excel Conditional Formatting: If TableColumn = value1 AND ValueFromSameRowButAnotherColumn = value2
- Excel formula to count how many times work was carried out on a weekend between the hours of 17:00 and 19:00
- Excel Formula - IF & "X" > 0
- Excel search and match two cells in the same row for multiple rows
- Ranking with subsets
- Excel with AND, IF, MAX
- Excel time sheets
- sumifs on excel linked sql server query with date
- Determine longest date range, from two date ranges - Excel
Related Questions in YAHOO-FINANCE
- Python: Calculating the growth rate over a year when the dates aren't the same
- Using Yahoo Finance API to obtain the stock price at a particluar time?
- Using Yahoo! database without quantmod functions
- URL does not work with formatted string but plain string does
- Get Historic Data of currency exchange
- YQL Console - No definition found for Table yahoo.finance.quotes
- How to get financials of firms listed at TESA in quantmod?
- YahooFinance.get returns stock which is null
- Does anyone know why Yahoo Finance returns null for bid?
- Extracting Numbers from Yahoo Financial statement, willing to pay some money through Pay Pal
- TypeError: unbound method download_csv_file_web() must be called with csv_util instance as first argument (got str instance instead)
- Download yahoo finance data stops in the middle of loop
- Yahoo Stock API Format
- Pandas-datareader does not show yesterday's stock price data when using Yahoo Finance
- How to get company website from a finance ticker (stock symbol)?
Related Questions in STOCKQUOTES
- How to get realtime stock market quotes through an http request without flooding/hitting request limit (Algotrading)
- quantmod `getSymbols.yahoo` uses incorrect date (month number) and creating invalid URL
- Historical US dollar to euro conversion
- Real time stock price R
- Yahoo Ticker API no longer real-time
- accessing html elements of ASX website dividend table using excel vba
- How to find stock turning price points
- google finance api not working from 6/september/2017
- How to fetch data from Google Finance API post 6th September 2017 for multiple stocks
- Getting adjusted price information from Yahoo! Finance API for multiple symbols in one call
- Matplotlib and Numpy Math
- stock quotes with javascript
- Howt to convert a stock market HTML page for data analysis in Python?
- python 3 web scraping code for yahoo finance stock
- Python webscraper outputs brackets with the number
Related Questions in GOOGLE-FINANCE-API
- How to get company website from a finance ticker (stock symbol)?
- get minute bar historical data from Google finance?
- How do I get the Dividend from Google Finance?
- Google Finance API for getting quote has stopped working today. Is there an alternate to get quote every minute?
- Url for google finance unable to get data
- google finance api not working from 6/september/2017
- Has Google just changed their historical stock price interface (again)?
- GOOGLE Finance converter api is not responding
- How to check stock market is open with Google finance (sheets)
- Querying for a list of any stocks on certain conditions on Google or Yahoo finance APIs
- Implement GOOGLEFINANCE( ) in Google Sheets using python (and read back data)
- How to get Google Sheets (Google Finance) to show today's close value
- How to save the cell values returned by GoogleFinance( ) API in Google sheets
- How to fetch price for a specific date from GoogleFinance?
- Does microsoft excel 2016 has function "=googleFinance()" which is available in google sheets?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I did a code that works for me.