+ Reply to Thread
Results 1 to 5 of 5

financials from morning star

  1. #1
    Registered User
    Join Date
    07-26-2016
    Location
    Virginia
    MS-Off Ver
    2016
    Posts
    11

    financials from morning star

    Hello all!,

    I'm still new to this forum and have made some friends here already and so I really appreciate this service.

    Here's a question:

    Its easy to import data from yahoo finance using a maco with the data tab. Yahoo finance is good but morningstar.com offers data stretching back 10 years in some cases. I've tried importing the data from a stock but its not collecting the data. I'd like to be able to compare multiple stocks at once. Does anyone know how to import the data from morningstar?

    Heres an example: http://financials.morningstar.com/ra...&culture=en-US

    Also when looking at a stock in morning star (and other websites) there is an option to click the export button and export the data in an excel spreadsheet. Does anyone know how to export data right into your main spreadsheet? I'd be great to write a macro that would be able to click that button to download the info into a spreadsheet, grab the data you want, close out of that spreadsheet, and loop for all stocks in your column. Wonder if that's at all possible.

    Thanks for helping people solve their macro problems!

  2. #2
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2403 Win 11 Home 64 Bit
    Posts
    23,810

    Re: financials from morning star

    Here is a UDf that I use. I found it about a year ago. I wish I could give credit to whomever wrote it, but I don't have that info. You can list stocks and it will give you multiple quotes.

    Please Login or Register  to view this content.
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

  3. #3
    Registered User
    Join Date
    07-26-2016
    Location
    Virginia
    MS-Off Ver
    2016
    Posts
    11

    Re: financials from morning star

    Much appreciated!

    I'm so new to vba that clicking the record button and importing data from the web is as much as I know. But I found a vba course on YouTube that i'm going to go through (https://www.youtube.com/watch?v=KHO5...3akx_gFMnpxTN5). Would it be possible to see an uploaded spreadsheet of this?

  4. #4
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2403 Win 11 Home 64 Bit
    Posts
    23,810

    Re: financials from morning star

    Sure, here is a sample worksheet. I have used three different dates to show you how to set up a sheet for multiple stocks and dates.

    Data Range
    A
    B
    C
    D
    E
    1
    Price
    2
    Stock Name
    Symbol
    1/15/2015
    2/25/2016
    Latest
    3
    Altria
    MO
    52.470001
    62.380001
    66.53
    4
    C&S
    CSRSX
    81.93
    67.139999
    76.61
    5
    Baxter
    BAX
    71.479999
    39.84
    48.06
    6
    HarleyD
    HOG
    62.639999
    43.32
    53.49
    7
    Heartland
    HRTVX
    41.650002
    32.740002
    37.54
    8
    Intel
    INTC
    36.189999
    29.620001
    34.98
    9
    Merger
    MERFX
    15.52
    15.24
    15.55
    10
    Mondelez
    MDLZ
    36.540001
    41.580002
    43.27
    11
    NXPI
    NXPI
    76.610001
    70.900002
    85.74
    12
    PM Int'l
    PM
    82.82
    92.449997
    98.93
    13
    Pinnacle West
    PNW
    70.599998
    71.209999
    77.17
    14
    Prudential
    Pru
    79.779999
    66.07
    76.03
    15
    S&P iShares
    IVV
    200.42999
    196.5
    219.4
    16
    Shire PLC
    SHPG
    211.03
    162.77
    200.87
    17
    Vanguard Tech
    VGT
    100.54
    101.62
    117.09
    18
    VIS
    VIS
    101.96
    98.419998
    110.98
    19
    Attached Files Attached Files

  5. #5
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2403 Win 11 Home 64 Bit
    Posts
    23,810

    Re: financials from morning star

    How to install your new code
    1. Copy the Excel VBA code
    2. Select the workbook in which you want to store the Excel VBA code
    3. Press Alt+F11 to open the Visual Basic Editor
    4. Choose Insert > Module
    5. Edit > Paste the macro into the module that appeared
    6. Close the VBEditor
    7. Save your workbook (Excel 2007+ select a macro-enabled file format, like *.xlsm)

    this will now be a function that you can access in the same manner that you would for any other Excel function. It is called stockquote. So in the cell you want the data, type =Stockquote(Symbol, Date of Quote). If no date is included in the formula, then it returns the latest value.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Create summary financials based on day and month
    By hog77 in forum Excel General
    Replies: 5
    Last Post: 06-27-2013, 09:34 PM
  2. Financials - Rounding of Thousands
    By Luth6322 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-28-2010, 08:50 PM
  3. [SOLVED] I need to get the reference library from Small Business Financials
    By Regino Torres in forum Excel General
    Replies: 0
    Last Post: 03-21-2006, 10:10 PM
  4. excel presentation template that has company info, financials etc
    By alex in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 12-02-2005, 06:25 PM
  5. [SOLVED] A general question regarding Financials Formulas in Microsoft Exce
    By Swhouston055 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-04-2005, 02:05 PM
  6. [SOLVED] star
    By shashi in forum Excel General
    Replies: 2
    Last Post: 04-03-2005, 12:06 PM
  7. Daily log for churck financials
    By Mic in forum Excel General
    Replies: 1
    Last Post: 02-22-2005, 09:06 PM
  8. Small company sales and financials excel.
    By peteroliver in forum Excel General
    Replies: 0
    Last Post: 01-29-2005, 08:32 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1