Financial Research Data Services
Project description
FRDS
General purpose financial research data services.
Install
FRDS requires Python3.8 or higher. To install using pip:
pip install frds
After installation, a folder frds will be created under the user's home
directory, which contains a data folder, a result folder and the
configuration file config.ini.
Configuration
The default config.ini is:
[Author]
name: Mingze Gao
email: mingze.gao@sydney.edu.au
institution: University of Sydney
[Paths]
base_dir: ~/frds
data_dir: ${base_dir}/data
result_dir: ${base_dir}/result
[Login]
wrds_username:
wrds_password:
You need to enter your WRDS username and password under the login section.
Usage
To start estimating various measures, run frds as a module:
python -m frds.run
The output data will be saved as STATA .dta file in the result folder.
Example
The default measure is
tangibility,
defined as the Property, Plant and Equipment (Net) scaled by Assets (Total),
estimated for all firms in the Compustat Fundamental Annual. The result dataset
is saved in /result/Tangibility.dta.
Structure
| Module | Description |
|---|---|
frds.data |
provides data access to various data vendors. |
frds.ra |
the hard-working RA that does all the computation. |
frds.measures |
the collection of measures to estimate. |
Measures
| Measure | Description | Datasets Used |
|---|---|---|
| tangibility | Property, Plant and Equipment (Net) scaled by Assets (Total) | wrds.funda |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file frds-0.1.4.tar.gz.
File metadata
- Download URL: frds-0.1.4.tar.gz
- Upload date:
- Size: 11.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f961a915a54361b5192dff0ae6d3abb60f1b1e84edba42fc58d28cd6575510e2
|
|
| MD5 |
3b94e495bea32cd66cfa5d34a3593070
|
|
| BLAKE2b-256 |
3d00adbb4f652d69dca4b3c65056eb7925bd948b476488e4382fffb7d67fb8b7
|
File details
Details for the file frds-0.1.4-py3-none-any.whl.
File metadata
- Download URL: frds-0.1.4-py3-none-any.whl
- Upload date:
- Size: 44.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cc7c1fc8893872304c9f22d2c88f2fc91fb9f2f1993dc0b9137066dbed9e1ff4
|
|
| MD5 |
72297c4589ab83449b6677a4564750b0
|
|
| BLAKE2b-256 |
54a1eaf2e1f978b0dcecfbddcaf90bd67359d2c253a074a2a8f5abe05f4658c3
|