Skip to main content
  • Market Activity
    CLOSE
    • Market Activity
      • Stocks
      • Funds + ETFs
      • Indexes
      • Commodities
      • Cryptocurrency
      • Currencies
      • Futures
      • Fixed Income
      • Global Markets
    • Quick Links
      • Real-Time Quotes
      • After-Hours Quotes
      • Pre-Market Quotes
      • Nasdaq-100
      • Symbol Screener
      • Online Brokers
      • Glossary
      • Sustainable Bond Network
      • Symbol Change History
      • IPO Performance
      • Ownership Search
      • Dividend History
    • Market Events
      • Economic Calendar
      • Earnings
      • IPO Calendar
      • Dividend Calendar
      • SPO Calendar
      Analyst Activity
      • Analyst Recommendations
      • Daily Earnings Surprise
      • Forecast Changes
    • Commodities
      • Gold
      • Copper
      • Crude Oil
      • Natural Gas
      Nasdaq Data
      • Statistical Milestones
      • Total Returns
      • Daily Market Statistics
      • Most Active
    See All Market Activity
  • News + Insights
    CLOSE
      • Markets
      • Companies
      • Coronavirus
      • Technology
      • Personal Finance
      • Financial Advisors
    • Topics
      • Blockchain
      • Commodities
      • Cryptocurrencies
      • Earnings
      • Governance
      • IPOs
      • Retirement
      • Stocks
    • Features
      • World Reimagined
      • Smart Investing
      • Innovation Realized
      • Coronavirus Watch Newsletter
      • Cultural Capital
      • Market Makers by Phil Mackintosh
      • TotalMarkets Podcast
      • TradeTalks
      • Nasdaq Watch
    See All News + Insights
  • Solutions
    CLOSE
    • Raise & Access Capital
      • List with Nasdaq
      • Nasdaq Private Market Solutions
      • Investor Relations Intelligence
      Optimize Governance Practices
      • Nasdaq Boardvantage Board Portal Software
      • Board Evaluations
      • Nasdaq Center for Board Excellence
      • ESG Reporting/Data Management
      • Corporate Services COVID-19 Center
    • Transform with Technology
      • Market Infrastructure Technology
      • Non-Traditional Exchanges & New Markets
      • Sell-Side Technology
      • Buy-Side Technology
      • Catastrophe Risk Technology
    • Gain Market Intelligence
      • Buy-Side Intelligence
      • Investment Data & Analytics
      • Market Data & Feeds
      • Nasdaq Global Indexes
      • Institutional Capital with eVestment
    • Trade Global Markets
      • Equities
      • Equity Derivatives
      • ETFs & ETPs
      • Fixed Income
      • Commodities
      • Connectivity
      • Post Trade Services
      • Clearing
      • Exchange Oversight
      • Sustainable Bonds
    See All Solutions
  • About
    CLOSE
      • Our People
      • Careers
      • Press Center
      • Contact
    • Quick Links
      • Diversity, Inclusion and Belonging
      • Nasdaq Marketsite
      • Investor Relations
      • ESG Reporting Guide
      • European Markets
      • Nasdaq Nordic Foundation
      • Nasdaq Thought Leadership
    • Nasdaq Initiatives
      • Nasdaq Responds to Covid-19
      • TotalMarkets
      • Public Policy Advocacy
      • Sustainability at Nasdaq
      • Nasdaq Entrepreneurial Center
      • Nasdaq Ventures
      • Nasdaq and the Cloud
    See All About
  • Log in
Data is currently not available
Data is currently not available

SURVIVAL

Card stack header image

Buy or Sell Any Time You Like

Mutual funds date back to the 18th century, when funds were typically closed-end—meaning shares were only sold to a limited number of investors. Most modern mutual funds, developed during the 20th century, are open-end, which means anyone can buy in or sell out at any time.

Mutual fund shares don't trade on an exchange, like a stock does. Instead, they trade at the end of the day. First, the closing prices of the underlying assets are used to calculate the net asset value (NAV) of the fund's holdings. This figure is divided by the number of shares (less liabilities) to calculate the price per share of the fund. Once the price is set, the fund can issue shares to investors looking to buy, and redeem shares for people looking to sell.

/
Market Makers

Please opt-in to receive news and information about Nasdaq’s services.

var dom1 = document.querySelector('#form1783 #field1');var field1 = new LiveValidation(dom1, {validMessage: "", onlyOnBlur: false, wait: 300});field1.add(Validate.Presence, {failureMessage:"This field is required"});field1.add(Validate.Format, {pattern: /(^[A-Z0-9!#$%&'\*\+\-\/=\?\^_`\{\|\}~][A-Z0-9!#$%&'\*\+\-\/=\?\^_`\{\|\}~\.]{0,62}@(([A-Z0-9](?:[A-Z0-9\-]{0,61}[A-Z0-9])?)(\.[A-Z0-9](?:[A-Z0-9\-]{0,61}[A-Z0-9])?)+)$)/i, failureMessage: "A valid email address is required"});field1.add(Validate.Format, {pattern: /\.\.|\.@/i, failureMessage: "A valid email address is required", negate: "true"});var dom2 = document.querySelector('#form1783 #field2');var field2 = new LiveValidation(dom2, {validMessage: "", onlyOnBlur: false, wait: 300});field2.add(Validate.Presence, {failureMessage:"This field is required"});var dom5 = document.querySelector('#form1783 #field5');var field5 = new LiveValidation(dom5, {validMessage: "", onlyOnBlur: false, wait: 300});field5.add(Validate.Custom, {against: function(value) {return !value.match(/(telnet|ftp|https?):\/\/(?:[a-z0-9][a-z0-9-]{0,61}[a-z0-9]\.|[a-z0-9]\.)+[a-z]{2,63}/i);}, failureMessage: "Value must not contain any URL's"});field5.add(Validate.Presence, {failureMessage:"This field is required"});field5.add(Validate.Length, {tooShortMessage:"Invalid length for field value", tooLongMessage: "Invalid length for field value", minimum: 4, maximum: 4});function handleFormSubmit(ele) { var submitButton = ele.querySelector('input[type=submit]'); var spinner = document.createElement('span'); spinner.setAttribute('class', 'loader'); submitButton.setAttribute('disabled', true); submitButton.style.cursor = 'wait'; submitButton.parentNode.appendChild(spinner); return true; }function resetSubmitButton(e){ var submitButtons = e.target.form.getElementsByClassName('submit-button'); for(var i=0;i<submitButtons.length;i++){ submitButtons[i].disabled = false; } }function addChangeHandler(elements){ for(var i=0; i<elements.length; i++){ elements[i].addEventListener('change', resetSubmitButton); } }var form = document.getElementById('form1783'); addChangeHandler(form.getElementsByTagName('input')); addChangeHandler(form.getElementsByTagName('select')); addChangeHandler(form.getElementsByTagName('textarea'));var nodes = document.querySelectorAll('#form1783 input[data-subscription]'); if (nodes) { for (var i = 0, len = nodes.length; i < len; i++) {var status = nodes[i].dataset ? nodes[i].dataset.subscription : nodes[i].getAttribute('data-subscription'); if(status ==='true') {nodes[i].checked = true;}}};var nodes = document.querySelectorAll('#form1783 select[data-value]'); if (nodes) { for (var i = 0; i < nodes.length; i++) { var node = nodes[i]; var selectedValue = node.dataset ? node.dataset.value : node.getAttribute('data-value'); if (selectedValue) { for (var j = 0; j < node.options.length; j++) { if(node.options[j].value === selectedValue) { node.options[j].selected = 'selected';break;}}}}}
Thanks for submitting!
  • Investor Relations
  • Contact
  • Careers
  • Advertise
  • Nasdaq MarketSIte
  • Trust Center
  • Privacy
  • Cookies
  • Legal
  • Do Not Sell My Personal Information (CA Residents Only)
Nasdaq Logo

© 2021, Nasdaq, Inc. All Rights Reserved.

  • My Quotes
  • Watchlist
  • Portfolio
View as Table
now or see the quotes that matter to you, anywhere on Nasdaq.com. Start browsing stocks, funds and ETFs, and more asset classes.
/
Edit Watchlist
Your Watchlist is empty.
Create your Watchlist to save your favorite quotes on Nasdaq.com. Log in or create a free account to get started.
/
Outsmart the market with Smart Portfolio analytical tools powered by TipRanks. Go to Smart Portfolio
Most Active
  • Data is currently not available

    Edit My Quotes

    To add symbols:

    • Type a symbol or company name. When the symbol you want to add appears, add it to My Quotes by selecting it and pressing Enter/Return.
    • Copy and paste multiple symbols separated by commas.

    These symbols will be available throughout the site during your session.

    Data is currently not available

    Your symbols have been updated

    You'll now be able to see real-time price and activity for your symbols on the My Quotes of Nasdaq.com.