A step-by-step walkthrough of how to access FRED data after getting the api key was missing from so many other videos claiming to provide a "guide" to accessing the FRED API. This video was really helpful. Thank you
The Fed is helping us get this bread. Subscribe to join our community and receive value on all things finance and technology! If you love the content, buy me a coffee! www.buymeacoffee.com/adamgetbags Keep up with me! instagram.com/damgetbags twitter.com/damgetbags
This was very helpful, a bit fast as I'm not experienced and ran into issues along the way so had to stop and troubleshoot (defining my api key, how did you do that? I added it in my command prompt but seems there's a way to do it in spyder itself) but overall very helpful!
hey Adam Thank you for the video. Its straight to the point w/o needless puff I encountered the error running from fred_key import fred_key ModuleNotFoundError: No module named 'fred_key' though i dowloaded both fred and fred api through: "pip install fredapi" and "pip install fred" Will be glad to hear from you Good luck!
Hi Adam - thanks for the video. Great content! Just subscribed. Do you have any idea of how to best chunk out the request when the endpoints are limited to 1,000 line items? I am fairly new to coding/Python but would love any direction you could provide.
sup, myha. basically this - your first api call gets the first 1000 items, save items 1-1000 (to a list for example) then increase the offset to 1000. now the the second api call get items 1001 - 2000, save items 1001-2000. then once you've saved all the items you need, combine all the items on the list to make your combined data set. you see?
Hey man I keep getting this error Failed to retrieve data. Status code: 400 Failed to retrieve data. Status code: 400 Failed to retrieve data. Status code: 400 Failed to retrieve data. Status code: 400 Failed to retrieve data. Status code: 400 Traceback (most recent call last): line 148, in print(releases[['id', 'name']]) ^^^^^^^^ NameError: name 'releases' is not defined. Did you mean: 'reversed'?
Did you get your API key? Your data request to the API is failing for some reason. Since you are getting all 400 errors, the variable "releases" from line 142 won't be assigned like it is in the video.
A step-by-step walkthrough of how to access FRED data after getting the api key was missing from so many other videos claiming to provide a "guide" to accessing the FRED API. This video was really helpful. Thank you
The Fed is helping us get this bread.
Subscribe to join our community and receive value on all things finance and technology!
If you love the content, buy me a coffee!
www.buymeacoffee.com/adamgetbags
Keep up with me!
instagram.com/damgetbags
twitter.com/damgetbags
Great Video! Thank you!
glad you could join us!
This was very helpful, a bit fast as I'm not experienced and ran into issues along the way so had to stop and troubleshoot (defining my api key, how did you do that? I added it in my command prompt but seems there's a way to do it in spyder itself) but overall very helpful!
Could you try to get GDP and population for each US city?
hey Adam
Thank you for the video. Its straight to the point w/o needless puff
I encountered the error running
from fred_key import fred_key
ModuleNotFoundError: No module named 'fred_key'
though i dowloaded both fred and fred api through: "pip install fredapi" and "pip install fred"
Will be glad to hear from you
Good luck!
Hi Adam - thanks for the video. Great content! Just subscribed.
Do you have any idea of how to best chunk out the request when the endpoints are limited to 1,000 line items? I am fairly new to coding/Python but would love any direction you could provide.
sup, myha.
basically this - your first api call gets the first 1000 items, save items 1-1000 (to a list for example)
then increase the offset to 1000.
now the the second api call get items 1001 - 2000, save items 1001-2000.
then once you've saved all the items you need, combine all the items on the list to make your combined data set.
you see?
thank u so much bro
of course fam
Hey man I keep getting this error
Failed to retrieve data. Status code: 400
Failed to retrieve data. Status code: 400
Failed to retrieve data. Status code: 400
Failed to retrieve data. Status code: 400
Failed to retrieve data. Status code: 400
Traceback (most recent call last):
line 148, in
print(releases[['id', 'name']])
^^^^^^^^
NameError: name 'releases' is not defined. Did you mean: 'reversed'?
Did you get your API key?
Your data request to the API is failing for some reason.
Since you are getting all 400 errors, the variable "releases" from line 142 won't be assigned like it is in the video.
@@damgetbags I did
Also wow I'm In shock you replied... I'm a huge fan of your content!
ABDULLAH KHAN
glad to have you as a finance family member - lfg!