[1]Using Request to Download Financial Data | Irreal:

    Sebastian Schweer has a nice post on using the [2]request package to
    [3]query an online financial service and download current stock
    quotes. That data is placed in an Org table along with certain
    historical data (such as purchase date and original cost) and used
    to calculate the current value of his stock holdings. The table can,
    of course, be exported to produce a nicely formatted report.

    This post is similar to the [4]one by Charl Botha that I [5]wrote
    about previously. If you need to programmatically retrieve data from
    a restful website, you should carefully study these two posts. They
    show how to use the request package and then parse out the data.
    Sadly, I haven't had a need to use these techniques but I'm really
    looking forward to when I do. Request, let-list, and the rest are
    tools that I'm dying to try out.

  (Via [6]irreal.org)

  This is pretty cool. I can see using this in my iOS workflows &
  automation as well.
    __________________________________________________________________

  My original entry is here: [7]Using Request to Download Financial Data
  | Irreal. It posted Mon, 28 May 2018 12:25:52 +0000.
  Filed under: emacs, tech,

References

  1. http://irreal.org/blog/?p=7221
  2. https://github.com/tkf/emacs-<p> Sebastian Schweer has a nice post on using the <a href=
  3. http://www.sastibe.de/2018/05/2018-05-11-emacs-org-mode-rest-apis-stocks/
  4. https://vxlabs.com/2017/06/03/querying-restful-webservices-into-emacs-orgmode-tables/
  5. http://irreal.org/blog/?p=6260
  6. http://irreal.org/
  7. https://www.prjorgensen.com/?p=1163