{"id":13449709,"url":"https://github.com/pydata/pandas-datareader","last_synced_at":"2025-05-14T21:02:33.613Z","repository":{"id":25833680,"uuid":"29273084","full_name":"pydata/pandas-datareader","owner":"pydata","description":"Extract data from a wide range of Internet sources into a pandas DataFrame.","archived":false,"fork":false,"pushed_at":"2025-04-03T13:46:30.000Z","size":12914,"stargazers_count":3031,"open_issues_count":142,"forks_count":679,"subscribers_count":142,"default_branch":"main","last_synced_at":"2025-05-05T01:37:24.269Z","etag":null,"topics":["data","data-analysis","dataset","econdb","economic-data","fama-french","finance","financial-data","fred","html","pandas","pydata","python","stock-data"],"latest_commit_sha":null,"homepage":"https://pydata.github.io/pandas-datareader/stable/index.html","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pydata.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2015-01-15T00:34:19.000Z","updated_at":"2025-05-02T11:07:49.000Z","dependencies_parsed_at":"2023-01-16T23:00:11.800Z","dependency_job_id":"4ed76385-dcd8-4d8b-ab92-a8dc850bf8c4","html_url":"https://github.com/pydata/pandas-datareader","commit_stats":{"total_commits":558,"total_committers":96,"mean_commits":5.8125,"dds":0.8243727598566308,"last_synced_commit":"a1cf7a20fe03dd63e930fa5ca1311a57897c9ddd"},"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pydata%2Fpandas-datareader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pydata%2Fpandas-datareader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pydata%2Fpandas-datareader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pydata%2Fpandas-datareader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pydata","download_url":"https://codeload.github.com/pydata/pandas-datareader/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252836039,"owners_count":21811649,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data","data-analysis","dataset","econdb","economic-data","fama-french","finance","financial-data","fred","html","pandas","pydata","python","stock-data"],"created_at":"2024-07-31T06:00:52.016Z","updated_at":"2025-05-07T07:41:21.104Z","avatar_url":"https://github.com/pydata.png","language":"Python","funding_links":[],"categories":["Data Sources","Python","Examples or singular models","Data Source","Resources","Python (1887)","数据读写与提取","Data Loading \u0026 Extraction","Python：量化金融第一生态","🐍 Python","Economic \u0026 Macro Data"],"sub_categories":["General","Stocks and General","Data Sources","Data","七、数据来源：行情与基本面数据","Useful Python Tools for Data Analysis","Aggregator Platforms"],"readme":"# pandas-datareader\r\n\r\nUp to date remote data access for pandas, works for multiple versions of\r\npandas.\r\n\r\n[![image](https://img.shields.io/pypi/v/pandas-datareader.svg)](https://pypi.python.org/pypi/pandas-datareader/)\r\n[![image](https://codecov.io/gh/pydata/pandas-datareader/branch/master/graph/badge.svg)](https://codecov.io/gh/pydata/pandas-datareader)\r\n[![image](https://readthedocs.org/projects/pandas-datareader/badge/?version=latest)](https://pandas-datareader.readthedocs.io/en/latest/)\r\n[![image](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\r\n[![License](https://img.shields.io/pypi/l/pandas-datareader)](https://pypi.org/project/pandas-datareader/)\r\n\r\n## Installation\r\n\r\nInstall using `pip`\r\n\r\n``` shell\r\npip install pandas-datareader\r\n```\r\n\r\n## Usage\r\n\r\n``` python\r\nimport pandas_datareader as pdr\r\npdr.get_data_fred('GS10')\r\n```\r\n\r\n## Documentation\r\n\r\n[Stable documentation](https://pydata.github.io/pandas-datareader/) is available on\r\n[github.io](https://pydata.github.io/pandas-datareader/). A second copy of the stable\r\ndocumentation is hosted on [read the docs](https://pandas-datareader.readthedocs.io/)\r\nfor more details.\r\n\r\n[Development documentation](https://pydata.github.io/pandas-datareader/devel/) is available\r\nfor the latest changes in master.\r\n\r\n### Requirements\r\n\r\nUsing pandas datareader requires the following packages:\r\n\r\n-   pandas\u003e=1.5.3\r\n-   lxml\r\n-   requests\u003e=2.19.0\r\n\r\nBuilding the documentation additionally requires:\r\n\r\n-   matplotlib\r\n-   ipython\r\n-   requests_cache\r\n-   sphinx\r\n-   pydata_sphinx_theme\r\n\r\nDevelopment and testing additionally requires:\r\n\r\n-   black\r\n-   coverage\r\n-   codecov\r\n-   coveralls\r\n-   flake8\r\n-   pytest\r\n-   pytest-cov\r\n-   wrapt\r\n\r\n### Install latest development version\r\n\r\n``` shell\r\npython -m pip install git+https://github.com/pydata/pandas-datareader.git\r\n```\r\n\r\nor\r\n\r\n``` shell\r\ngit clone https://github.com/pydata/pandas-datareader.git\r\ncd pandas-datareader\r\npython setup.py install\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpydata%2Fpandas-datareader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpydata%2Fpandas-datareader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpydata%2Fpandas-datareader/lists"}