Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Macro Data

Hi,

I would need macro datas in my algos. Does anyone knows how to access PMIs, GDP, FX rates ?

Thanks

1 response

Hello Olivier,

Search here for algos that use 'fetch_csv' to import data, often from Quandl. The attached uses data from http://www.quandl.com/ISM/MAN_PMI-PMI

P.