Where can I find data for AAPL, AMZN, GOOGL etc.?

Data for U.S. stocks can be found in the following data feeds: 

1. End of Day US Stock Prices (EOD)
The premium EOD data feed provides sample data which includes data for AAPL.

This API call downloads the entire AAPL stock price history:

https://data.nasdaq.com/api/v3/datatables/QUOTEMEDIA/PRICES?ticker=AAPL&api_key=YOURAPIKEY

This API call downloads the AAPL stock price for a specific date or date range where you can enter the year-month-date in the YYYY-MM-DD fields: 

https://data.nasdaq.com/api/v3/datatables/QUOTEMEDIA/PRICES?ticker=AAPL&date.gte=YYYY-MM-DD&date.lte=YYYY-MM-DD&api_key=YOURAPIKEY

In the above API calls, you can replace AAPL with AMZN or GOOGL to download prices for AMZN or GOOGL. However, AMZN and GOOGL are not part of the sample data and a subscription would be required to download data for these stocks. You may subscribe to the EOD data feed here: https://data.nasdaq.com/databases/EOD/pricing/plans


2. Sharadar Equity Prices (SEP)
The premium SEP data feed provides some sample data. See API usage examples here. You may subscribe to the SEP data feed here: https://data.nasdaq.com/databases/SEP/pricing.


3. For real-time data, please see the data feeds listed here which are available to institutions only.


Differences between EOD and SEP:


End of Day US Stock Prices (EOD)

  • Documentation: https://data.nasdaq.com/databases/EOD/documentation
  • EOD only covers active stocks trading on the Nasdaq, NYSE and NYSE Arca. It does not cover any other exchange such as OTC, OTCBB and BATS. It does not cover delisted tickers. 
  • History: 1996 to present
  • Adjustments: Includes unadjusted and adjusted open, high, low, close, volume. Adjusted for both dividends and splits. Includes dividend and split history.
  • Update frequency: Updated by 5:00 PM ET, with exchange corrections being applied by 9:30 PM ET.

Sharadar Equity Prices (SEP)

  • Documentation: https://data.nasdaq.com/databases/SEP/documentation
  • SEP covers both active and delisted stocks.
  • History: 2000 to present
  • Adjustments:  Provides split-adjusted Open, High, Low, Close, Volume and Dividends. Provides unadjusted close, but no other unadjusted prices. Includes dividend history.
  • Update frequency: Updated by 5:30 PM ET with exchange volume adjustments applied by 11pm ET.
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.