Hi,
I would like to import ISM data whose code is `FRED/NAPM`.
I tried following https://www.quantconnect.com/forum/discussion/9631/need-help-for-using-quandl-data-with-python/p1/comment-27045
But I'm unable to import the data, Would it be because its monthly data?
Is there a way to load this data.
Thank you.
Nico Xenox
Hey G Tam,
here's the backtest with the data you need 😊
Best,Â
Nico
7venth
Nico Xenox Thank you.
ISM is monthly data so I guess imported data resolution is daily so it will be filled with pevious month value.
I want to get 3MA and 12MA, I used following code.
It worked but not sure if this is the correct way to do it.
Also, data did not change after 2016-05-27, it stayed at 51.3, are there limits on the data that can be imported?
Â
Nico Xenox
Hey G Tam,
yes, the code that you provided looks good. You asked for the dataset from nasdaq(quandl) which you can find here. The data goes from 1948 to 2016.Â
You will have to work with this timespan if you want to request data from quandl. If you want to have data that is up to date and you have a source that you trust you can try to do some custom importing.
Data chart from 1948 to 2016:
7venth
Ah, I see I thought full data is available.
Thank you. I'll look to import data from yfinance.
Justin E
Hi Nico Xenox-
I'm having trouble getting FRED/UNRATE data. I used G Tam's example but it's not working. Any way you could debug this code?
Also, in FRED/UNRATE, the data isn't refreshed on NASDAQ Datalink (only up to Jan. 2022) even though the ‘Validate’ link gives me a CSV that has current data all the way to 2023. Am I forced to use what's refreshed on Datalink or do I get access to the data in the ‘Validate’ source? https://data.nasdaq.com/data/FRED/UNRATE-civilian-unemployment-rateÂ
Nico Xenox
Hey Justin E,
if I change the code we can see that it only has data till 2022-1-22. This means that you will probably have to import the CSV if you want to have it up to date.
Â
Hope it helps ;)
7venth
I was able to import data from Googlespread sheet!!
7venth
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!