Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.18 KB

README.md

File metadata and controls

29 lines (23 loc) · 1.18 KB

BEA API

BEA and New York Fed data grabbing classes to learn Data Analysis concepts.

image

Fed API

  • fxs() = function to get swap data, takes 3 args, start date, end date, country
  • plot() - creates a plot using date_time, interest_rate, and country data
  • get() - a simple get function for returning JSON from the API endpoints
  • lists() = translates fxs data into list for x and y axis data with the country counterpart (only tested on fxs data) Fed API

Agency Mortgage-Backend Securites Operations /api/fxs/{operationType}/search.{format} /api/ambs/{operation}/results/{include}/lastTwoWeeks.{format} /api/ambs/{operation}/results/{include}/last/{number}.{format} /api/ambs/{operation}/results/{include}/search.{format}

CB Liquidity Swaps /api/fxs/{operationType}/latest.{format} /api/fxs/{operationType}/last/{number}.{format}' /api/fxs/{operationType}/search.{format} /api/fxs/{operationType}/search.{format}

Guide Sheets /api/guidesheets/{guideSheettypes}/latest.json /api/guidesheets/{guidesheetType}/previous.{format}

image