fgdata


Namefgdata JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://github.com/shuzip/fgdata
SummaryA data toolkit for the Chinese futures market.
upload_time2025-01-05 06:39:00
maintainerNone
docs_urlNone
authorshuzip
requires_python>=3.8
licenseMIT
keywords futures fund finance data
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # FGdata

A data toolkit for the Chinese futures market.

一个中国期货市场的数据工具包。

## Installation
```bash
pip install fgdata
```
## Usage Examples

```python
import fgdata as fg
import pandas as pd


futures_code = 'CU'
df = fg.futures_news_sina(futures_code)
print(df.head())
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/shuzip/fgdata",
    "name": "fgdata",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "futures, fund, finance, data",
    "author": "shuzip",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/fd/8a/d9495f4c3c7360236392b5d6f147240d826cd4a2cbe2b28749cb25b13244/fgdata-0.1.1.tar.gz",
    "platform": null,
    "description": "# FGdata\n\nA data toolkit for the Chinese futures market.\n\n\u4e00\u4e2a\u4e2d\u56fd\u671f\u8d27\u5e02\u573a\u7684\u6570\u636e\u5de5\u5177\u5305\u3002\n\n## Installation\n```bash\npip install fgdata\n```\n## Usage Examples\n\n```python\nimport fgdata as fg\nimport pandas as pd\n\n\nfutures_code = 'CU'\ndf = fg.futures_news_sina(futures_code)\nprint(df.head())\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A data toolkit for the Chinese futures market.",
    "version": "0.1.1",
    "project_urls": {
        "Homepage": "https://github.com/shuzip/fgdata"
    },
    "split_keywords": [
        "futures",
        " fund",
        " finance",
        " data"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "06f40f8778be334f71d37d2e5be19d6ed5a923918b943a0187c7c58edb763050",
                "md5": "5027d1055623d66bfbb1fd20845388f4",
                "sha256": "edb4fe5e718edf831d98a5b209ac64e2c244be406c61b40b3dc42f3d3c3531ac"
            },
            "downloads": -1,
            "filename": "fgdata-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5027d1055623d66bfbb1fd20845388f4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 3471,
            "upload_time": "2025-01-05T06:38:58",
            "upload_time_iso_8601": "2025-01-05T06:38:58.175947Z",
            "url": "https://files.pythonhosted.org/packages/06/f4/0f8778be334f71d37d2e5be19d6ed5a923918b943a0187c7c58edb763050/fgdata-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fd8ad9495f4c3c7360236392b5d6f147240d826cd4a2cbe2b28749cb25b13244",
                "md5": "fa20f1be0c2b3ee20ea261debeccaa2b",
                "sha256": "2569c261b8e35e127c8fd63a6964ef5a30e1bb2ee1b4bb4c690af7e92dd23d5b"
            },
            "downloads": -1,
            "filename": "fgdata-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "fa20f1be0c2b3ee20ea261debeccaa2b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 2602,
            "upload_time": "2025-01-05T06:39:00",
            "upload_time_iso_8601": "2025-01-05T06:39:00.507120Z",
            "url": "https://files.pythonhosted.org/packages/fd/8a/d9495f4c3c7360236392b5d6f147240d826cd4a2cbe2b28749cb25b13244/fgdata-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-05 06:39:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "shuzip",
    "github_project": "fgdata",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "fgdata"
}
        
Elapsed time: 1.49157s