Do you use FRED? Did this help you? Let me know in the comments below!
@chizzlemo3094 Жыл бұрын
Hi, what Im looking to do with Fred is update data, like GDP or Inflation say exactly after its released. Fred tell me it comes out about 5mins after, how can I pull data and only print the chart when I know its the latest data point? That would be a nice 3min video too!! Thanks
@nicopiotton59758 ай бұрын
Dude you are saving my life !
@AnalyzingAlpha8 ай бұрын
Glad you enjoyed it!
@sarahfinley96002 жыл бұрын
When it merges into a quarterly format, how is the weekly data being calculated?
@lorenzogalimberti38552 жыл бұрын
I think I'm reading the same book you read. Good stuff
@AnalyzingAlpha2 жыл бұрын
Thank you :).
@bernietgn6406 Жыл бұрын
What book, please?
@phillaysheo83 жыл бұрын
How about doing a video on infrastructure for algotrading? With all these data sources we need to store the data somewhere. I would be interested in knowing what DB/Server setup to use, and so I can build a database to store data like this,in order to do data analysis.
@AnalyzingAlpha3 жыл бұрын
Hi Phil! Unfortunately, I only have a video on how to install PostgreSQL at the moment; however, server infrastructure is definitely in the works. Thanks for the comment!
@AhmedThahir20022 жыл бұрын
Is there a way to get ALL variables' data?
@flutterViking6 ай бұрын
there is no module called local_settings
@idivergentes90312 жыл бұрын
Good video, how do we get series in different Units?
@BBT1232 жыл бұрын
Can you make a video on how to stream economic calendar data in python? Thanks
@stevecarhart7162 жыл бұрын
Hello. get_series is only pulling the value ie CPI and note the date. cpiout = fred.get_series('FPCPITOTLZGUSA') cpiout.tail() only shows the cpi value. No date in table. Any ideas?
@reginaldsherekete85202 жыл бұрын
before print try to put this line: cpiout.reset_index(inplace=True)