Fed Data Import
-
What I’m about to ask is gold, you should sell it as a plug-in.
What I want to do is import data from the St Louis Fed site.
http://api.stlouisfed.org/docs/fred/overview.html.
http://api.stlouisfed.org/docs/fred/#ToolkitsThis is what they say:
Our API accommodates any programming language that can parse XML or JSON and communicate with our servers using HTTP. The FRED® API is based on the REST web service architecture. REST leverages familiar web technologies. Like a website, the FRED® API uses HTTP to receive requests and send responses. Also like a website, the FRED® API uses URLs to specify requests. This web service differs from a normal website by sending XML or JSON instead of HTML. HTML is a visual medium that’s not always strictly formatted and flexible enough for arbitrary data structures.
Your plug-In (which is fantastic) says it can import JSON and XLS. So how do I get TablePress to go get the data and add it to a table?
What I want to do is import the Daily 10-Year Treasury Data (or 5-Year, etc.) to calculate values and display them in on a webpage.
Maybe using PHP? The Fed site says they have a PHP way of getting the data, and your documentation says PHP can be parsed in a cell.
Thank you in advance if you can help.
The topic ‘Fed Data Import’ is closed to new replies.