Hi
I've an API issue with my account, on compile it reports that the API is not found or not loaded on the server.
The IMPORT API is:
Quantconnect.Data.Custom.CBOE
What does it mean and how do I proceed?
I 've a free account.
QUANTCONNECT COMMUNITY
Hi
I've an API issue with my account, on compile it reports that the API is not found or not loaded on the server.
The IMPORT API is:
Quantconnect.Data.Custom.CBOE
What does it mean and how do I proceed?
I 've a free account.
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.
Mia Alissi
It seems that you're encountering an issue with accessing the
Quantconnect.Data.Custom.CBOE
API in your algorithm. Here are some steps and considerations to help you proceed:API Availability: The
CBOE
class is part of the QuantConnect data source, specifically for CBOE data. This data might not be available for free accounts, as certain datasets require a paid subscription. You should verify if your current subscription level includes access to CBOE data.Subscription Requirements: Check the QuantConnect pricing page or your account settings to see if you need to upgrade your account to access this data. Some datasets, like US Index Options, require specific subscriptions.
Custom Data Setup: Ensure that your algorithm is correctly set up to use custom data. This involves using the
add_data
method to subscribe to the custom data source. Here's a basic example of how to add custom data:Error Messages: Review any error messages or logs provided during the compile process. They may give additional clues about the issue, such as missing permissions or incorrect data subscriptions.
Alternative Data Sources: If CBOE data is not accessible with your current plan, consider using alternative datasets that are available for free accounts.
Contact Support: If the issue persists and you believe you should have access to the data, consider reaching out to QuantConnect support for further assistance.
By following these steps, you should be able to determine the cause of the issue and take appropriate action to resolve it.
Sources: Costs - QuantConnect.com, Requesting Data - QuantConnect.com, Requesting Data - QuantConnect.com, Key Concepts - QuantConnect.com, Futures Fast Trend Following, with Trend Strength
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.
Shan Palanisamy
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!