Skip to content

Commit

Permalink
Merge pull request #11 from MoenMi/add_us_treasury
Browse files Browse the repository at this point in the history
Add U.S. Treasury tutorial
  • Loading branch information
vfscalfani authored Oct 30, 2023
2 parents d2620c9 + 59d9ad6 commit 2ff9ea1
Show file tree
Hide file tree
Showing 3 changed files with 844 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ parts:
- file: content/scripts/A_overview/sec_edgar_overview
sections:
- file: content/scripts/python/python_sec_edgar
- file: content/scripts/A_overview/ustreasury_overview
sections:
- file: content/scripts/python/python_ustreasury
- caption: HUMANITIES
chapters:
- file: content/scripts/A_overview/chronam_overview
Expand Down
17 changes: 17 additions & 0 deletions content/scripts/A_overview/ustreasury_overview.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
U.S. Treasury
%%%%%%%%%%%%%%%%%%%%%

.. sectionauthor:: Vincent F. Scalfani <vfscalfani@ua.edu>

Brief Overview
****************

The U.S. Department of Treasury API provides information about federal finances[#ustreasury1_]. See the Dataset Search[#ustreasury2_] and terms of use[#ustreasury3_].

.. rubric:: References

.. [#ustreasury1] `<https://fiscaldata.treasury.gov/api-documentation/>`_
.. [#ustreasury2] `<https://fiscaldata.treasury.gov/datasets/>`_
.. [#ustreasury3] `<https://fiscaldata.treasury.gov/api-documentation/#license-and-authorization>`_
824 changes: 824 additions & 0 deletions content/scripts/python/python_ustreasury.ipynb

Large diffs are not rendered by default.

0 comments on commit 2ff9ea1

Please sign in to comment.