<!--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.
Raw data
{
"_id": null,
"home_page": null,
"name": "finflux",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "finance, api, stocks, indicators, bonds",
"author": null,
"author_email": "Ingyu Bahng <ibahng21@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/1e/e1/8ed32579f2911e96685c14e2b7814af37c2b9245da0c1a871221b0c6eec2/finflux-0.3.0.tar.gz",
"platform": null,
"description": "<!--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.\n\n-->\n# FinFlux API\n\n`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.\n\n`finflux` utilizes both first-party and third-party APIs connected to the sources listed below.\n- Yahoo Finance\n- Twelve Data\n- Securities and Exchange Commission (SEC)\n- Organization for Economic Co-operation and Development (OECD)\n- Board of Governors of the Federal Reserve System\n- U.S. Department of the Treasury\n- Bureau of Economic Analysis (BEA)\n- Bureau of Labor Statistics (BLS)\n- U.S. Census Bureau\n- National Association of REALTORS\u00ae (NAR)\n- Freddie Mac\n- University of Michigan\n\nCheck out our [readthedocs](https://finflux.readthedocs.io/en/latest/index.html) for information on installation, set up, and detailed API documentation.\n",
"bugtrack_url": null,
"license": null,
"summary": "A Python wrapper for fetching financial and economic data",
"version": "0.3.0",
"project_urls": {
"Documentation": "https://finflux.readthedocs.io/en/latest/index.html",
"Repository": "https://github.com/ibahng/finflux/tree/main"
},
"split_keywords": [
"finance",
" api",
" stocks",
" indicators",
" bonds"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "7b87106a5e4f5680385c347f52e80cee4825b3b499be6a5702b3ed24de464f29",
"md5": "6c4b657ce0e94984c68b36789cdaabbd",
"sha256": "68c16b5c91e6fe6e24c86ed79ea8b58df55bf3dbc431c2390fbaf349b0142f5b"
},
"downloads": -1,
"filename": "finflux-0.3.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "6c4b657ce0e94984c68b36789cdaabbd",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 25092,
"upload_time": "2025-08-04T14:36:06",
"upload_time_iso_8601": "2025-08-04T14:36:06.225425Z",
"url": "https://files.pythonhosted.org/packages/7b/87/106a5e4f5680385c347f52e80cee4825b3b499be6a5702b3ed24de464f29/finflux-0.3.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1ee18ed32579f2911e96685c14e2b7814af37c2b9245da0c1a871221b0c6eec2",
"md5": "03419a1c7b0f0ac7c58dbad340be31c3",
"sha256": "8252d59cba28f0785227a4bd4ee2497fd859d408672d3b545279073b09d8b1fd"
},
"downloads": -1,
"filename": "finflux-0.3.0.tar.gz",
"has_sig": false,
"md5_digest": "03419a1c7b0f0ac7c58dbad340be31c3",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 23996,
"upload_time": "2025-08-04T14:36:07",
"upload_time_iso_8601": "2025-08-04T14:36:07.147312Z",
"url": "https://files.pythonhosted.org/packages/1e/e1/8ed32579f2911e96685c14e2b7814af37c2b9245da0c1a871221b0c6eec2/finflux-0.3.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-04 14:36:07",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "ibahng",
"github_project": "finflux",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "pydata-sphinx-theme",
"specs": [
[
"==",
"0.16.1"
]
]
}
],
"lcname": "finflux"
}