Metadata-Version: 2.4
Name: finflux
Version: 0.3.0
Summary: A Python wrapper for fetching financial and economic data
Author-email: Ingyu Bahng <ibahng21@gmail.com>
License-Expression: MIT
Project-URL: Documentation, https://finflux.readthedocs.io/en/latest/index.html
Project-URL: Repository, https://github.com/ibahng/finflux/tree/main
Keywords: finance,api,stocks,indicators,bonds
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: requests<3.0,>=2.32.4
Requires-Dist: pandas<3.0,>=2.3.1
Requires-Dist: numpy<3.0,>=2.3.1
Requires-Dist: yfinance<1.0,>=0.2.65
Requires-Dist: matplotlib<4.0,>=3.10.3

<!--README.md files serve as the main landing page on this directory's github repository. It is the first thing that a viewer sees when he or she enters the github repo.

-->
# FinFlux API

`finflux` is a Python library that aggregates financial and market data from multiple publicly available RESTful JSON APIs. It currently covers equities, bonds, and U.S. economic indicators, offering a consistent and lightweight way to access and work with this data using straightforward code.

`finflux` utilizes both first-party and third-party APIs connected to the sources listed below.
- Yahoo Finance
- Twelve Data
- Securities and Exchange Commission (SEC)
- Organization for Economic Co-operation and Development (OECD)
- Board of Governors of the Federal Reserve System
- U.S. Department of the Treasury
- Bureau of Economic Analysis (BEA)
- Bureau of Labor Statistics (BLS)
- U.S. Census Bureau
- National Association of REALTORS® (NAR)
- Freddie Mac
- University of Michigan

Check out our [readthedocs](https://finflux.readthedocs.io/en/latest/index.html) for information on installation, set up, and detailed API documentation.
