Hi, Using the LEAN CLI and a local environment, here it discusses using QCC to purchase data: https://www.quantconnect.com/docs/v2/lean-cli/datasets/costs
My understand is to use it i just need to either set:
"data-provider": "QuantConnect"or use the --download-data flag. However I get this error when I do that:
20221030 00:12:28.159 ERROR:: Engine.Run(): During the algorithm initialization, the following exception has occurred: ApiDataProvider(): Must be subscribed to map and factor files
to use the ApiDataProvider to download Equity data from QuantConnect. Please visit https://www.quantconnect.com/datasets/quantconnect-security-master for details. in ApiDataProvider.cs:line
204 ApiDataProvider(): Must be subscribed to map and factor files to use the ApiDataProvider to download Equity data from QuantConnect. Please visit
https://www.quantconnect.com/datasets/quantconnect-security-master for details.
When I change the “data-provider” to "data-provider": "QuantConnect.Lean.Engine.DataFeeds.ApiDataProvider"as described here: https://www.quantconnect.com/tutorials/open-source/using-the-api-file-provider
I get the same error.
Is it still possible to use QCC to purchase data?
Non Compete
I meant
Is it possible to use QCC to purchase data without subscribing to US Equity Security Master? Then is the QCC cost in addition to cost of US Equity Security Master? I'm assuming if I purchase US Equity Security Master that will fix my error.
Derek Melchin
Hi No Name,
Some datasets depend on the US Equity Security Master. To know which ones depend on it, see the introduction of the dataset listing.
To view the price of the US Equity Security Master, see its pricing tab.
Best,
Derek Melchin
Want to invest in QuantConnect as we build the Linux of quant finance? Checkout our Wefunder campaign to join the revolution.
The material on this website is provided for informational purposes only and does not constitute an offer to sell, a solicitation to buy, or a recommendation or endorsement for any security or strategy, nor does it constitute an offer to provide investment advisory services by QuantConnect. In addition, the material offers no opinion with respect to the suitability of any security or specific investment. QuantConnect makes no guarantees as to the accuracy or completeness of the views expressed in the website. The views are subject to change, and may have become unreliable for various reasons, including changes in market conditions or economic circumstances. All investments involve risk, including loss of principal. You should consult with an investment professional before making any investment decisions.
Non Compete
Hi Derek,
Thank you for your response. I purchased the $600 US Equity Security Master and it looks like once I purchased that, it started using QCC to purchase data, whereas previously it didn't allow me to download any data. I don't see anywhere where it says that I need to purchase the Security Master for certain securities. For example https://www.quantconnect.com/datasets/quantconnect-us-equity-security-master mentions 27,500 securities but I don't see anything that says you can use QCC to get access this security or Security Master to get access to that security.
Also, I would have thought that once I purchased the US Equity Security Master it would have not used QCC for my securities, but now it looks like it is always using QCC, and I believe all the securities I am looking for are included in US eq sec master, because they are standard US NYSE or Nasdaq securities, though like I said, I don't know where to check.
For example I am getting these errors (I have 90 qcc left):
it seems I am being asked to pay double for something that should either be covered by QCC or US sec master, and I could only start using QCC after purchasing US Sec Master.
I tried both:
and
and both have the same result shown above when running locally via
Alexandre Catarino
Hi No Name ,
The US Equity Security Master tracks US Equity corporate actions (splits, dividends, delisting, and symbol change data). When you subscribe to this dataset, you don't get market data. The US Equities dataset provides market data, and checks whether you have a subscription to the former before you start downloading its data.
Best regards,
Alex
Non Compete
I see, thank you for clarifying !
Non Compete
The material on this website is provided for informational purposes only and does not constitute an offer to sell, a solicitation to buy, or a recommendation or endorsement for any security or strategy, nor does it constitute an offer to provide investment advisory services by QuantConnect. In addition, the material offers no opinion with respect to the suitability of any security or specific investment. QuantConnect makes no guarantees as to the accuracy or completeness of the views expressed in the website. The views are subject to change, and may have become unreliable for various reasons, including changes in market conditions or economic circumstances. All investments involve risk, including loss of principal. You should consult with an investment professional before making any investment decisions.
To unlock posting to the community forums please complete at least 30% of Boot Camp.
You can continue your Boot Camp training progress from the terminal. We hope to see you in the community soon!