﻿<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type='text/css' href='https://stocksharp.com/css/style.css'?>
<?xml-stylesheet type='text/css' href='https://stocksharp.com/css/bbeditor.css'?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title type="html">alpha vantage. StockSharp</title>
  <id>https://stocksharp.com/handlers/atom.ashx?category=tag&amp;id=alpha vantage&amp;type=blog</id>
  <rights type="text">Copyright @ StockSharp Platform LLC 2010 - 2025</rights>
  <updated>2026-06-10T08:21:54Z</updated>
  <logo>https://stocksharp.com/images/logo.png</logo>
  <link href="https://stocksharp.com/handlers/atom.ashx?category=tag&amp;id=alpha vantage&amp;type=blog" rel="self" type="application/rss+xml" />
  <entry>
    <id>https://stocksharp.com/topic/24524/</id>
    <title type="text">How to download Market data from AlphaVantage via  S#.Data(Hydra)</title>
    <published>2023-03-24T11:50:42Z</published>
    <updated>2023-03-26T16:12:49Z</updated>
    <author>
      <name>Pannipa</name>
      <uri>https://stocksharp.com/users/164332/</uri>
      <email>info@stocksharp.com</email>
    </author>
    <category term="market data" />
    <category term="Alpha Vantage" />
    <category term="Financial market" />
    <category term="Download market data" />
    <content type="html">&lt;div style="text-align:center"&gt;&lt;p&gt;&lt;img src="/file/141839/d51500a7e3c0b122e42068e16f447b75f88617ec.png" alt="d51500a7e3c0b122e42068e16f447b75f88617ec.png" /&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Alpha Vantage is a Financial market data source available for traders to download historical market data (intraday and daly). With &lt;a href="/store/market-data-downloader/" title="Hydra free market data downloader and database"&gt;Hydra&lt;/a&gt; you can do in automatically and store it in local database for further use (strategy backtesting, market data analysing).&lt;/p&gt;
&lt;p&gt;Alpha Vantage has a free and premium options. In this article, will show you how to download historical market data from Alpha Vantage data sources via S#.Data using a free API connector and free market data option from Alpha Vantage.&lt;/p&gt;
&lt;div style="text-align:center"&gt;&lt;iframe src="https://www.youtube.com/embed/SS3BxALupJM" width="640" height="390" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;p&gt;How can you download market data via S#.Data? This article has answers for you.&lt;/p&gt;
&lt;p&gt; Open up your S#.Data Application.
 Visit our instruction if you doesn't have &lt;strong&gt;&lt;a href="/store/market-data-downloader/" title="Hydra free market data downloader and database"&gt;Hydra&lt;/a&gt;&lt;/strong&gt; application.
 &lt;strong&gt;&lt;a href="https://stocksharp.com/articles/12374"&gt;How I can get S#.Data&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="/file/141836/Alpha-05.png" alt="Alpha 05.png" /&gt;&lt;/p&gt;
&lt;p&gt; The first page you found will be all possible supported &lt;strong&gt;sources&lt;/strong&gt;.
 Or click &lt;strong&gt;Add Sources&lt;/strong&gt; with the plus sign on your top left hand side.
 Find &lt;strong&gt;AlphaVantage&lt;/strong&gt; from the list.
 Select &lt;strong&gt;Connection to AlphaVantage&lt;/strong&gt;.
 And Click &lt;strong&gt;OK&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img src="/file/141825/Alpha-01.png" alt="Alpha 01.png" /&gt;&lt;/p&gt;
&lt;p&gt;  Navigate to the &lt;strong&gt;&lt;a href="https://www.alphavantage.co/" rel="nofollow" target="_blank"&gt;AlphaVantage&lt;/a&gt;&lt;/strong&gt; website.
 Click on the &lt;strong&gt;GET YOUR FREE API KEY TODAY&lt;/strong&gt; tab.&lt;/p&gt;
&lt;p&gt;&lt;img src="/file/141822/Alpha-03.png" alt="Alpha 03.png" /&gt;&lt;/p&gt;
&lt;p&gt; Register to receive an API key and Click on the &lt;strong&gt;GET FREE API KEY&lt;/strong&gt; tab.
 After that you will receive your &lt;strong&gt;API key code&lt;/strong&gt;, Copy it.&lt;/p&gt;
&lt;p&gt;&lt;img src="/file/141828/Alpha-06.png" alt="Alpha 06.png" /&gt;&lt;/p&gt;
&lt;p&gt; Back to the &lt;strong&gt;S#.Data(Hydra)&lt;/strong&gt; application and paste the API Key in the &lt;strong&gt;Token box&lt;/strong&gt; on the top right hand side of the screen.
 After that Click &lt;strong&gt;Add Securities&lt;/strong&gt;, which is a plus sign on the bottom row toolbar.&lt;/p&gt;
&lt;p&gt;&lt;img src="/file/141829/Alpha-07.png" alt="Alpha 07.png" /&gt;&lt;/p&gt;
&lt;p&gt; Click on the Download Securities tab.&lt;/p&gt;
&lt;p&gt;&lt;img src="/file/141834/Alpha-08.png" alt="Alpha 08.png" /&gt;&lt;/p&gt;
&lt;p&gt; Put &lt;strong&gt;Instruments code&lt;/strong&gt; search for AlphaVantage. You can use common codes such as AAPL for Apple Instrument.
 And click &lt;strong&gt;OK&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img src="/file/141833/Alpha-09.png" alt="Alpha 09.png" /&gt;&lt;/p&gt;
&lt;p&gt; Double click on the Instruments tab on the left to move it to the right and click &lt;strong&gt;OK&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img src="/file/141830/Alpha-10.png" alt="Alpha 10.png" /&gt;&lt;/p&gt;
&lt;p&gt; Select the &lt;strong&gt;Time Frame candle&lt;/strong&gt; and click &lt;strong&gt;OK&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img src="/file/141832/Alpha-11.png" alt="Alpha 11.png" /&gt;&lt;/p&gt;
&lt;p&gt; Press to select a &lt;strong&gt;Date&lt;/strong&gt;.  where you want to start with Market Data information.
 Press &lt;strong&gt;start&lt;/strong&gt; at the top left hand corner of the screen to begin downloading Market Data information from AlphaVantage.&lt;/p&gt;
&lt;p&gt;&lt;img src="/file/141831/Alpha-12.png" alt="Alpha 12.png" /&gt;&lt;/p&gt;
&lt;p&gt; Once the data has finished downloading, press &lt;strong&gt;Stop&lt;/strong&gt;.
 Right-click on the top bar and select &lt;strong&gt;View downloaded&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img src="/file/141835/Alpha-13.png" alt="Alpha 13.png" /&gt;&lt;/p&gt;
&lt;p&gt; Click &lt;strong&gt;View Market Data information&lt;/strong&gt; or &lt;strong&gt;Click View Chart candle&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img src="/file/141826/Alpha-14.png" alt="Alpha 14.png" /&gt;&lt;/p&gt;
&lt;p&gt; Now everything is done.&lt;/p&gt;
&lt;p&gt;⚡️That's it, you can now download the market data of the stocks you want via &lt;strong&gt;S#.Data&lt;/strong&gt; to be stored for use in your back testing.  We also have many other interesting articles that you can find on the &lt;span style="color:blue"&gt;StockSharp&lt;/span&gt; website and on our many other social media sites.  And we are also the leading provider of services and products for algorithm trading.&lt;/p&gt;
</content>
  </entry>
</feed>