https://github.com/PrettyGoodCapital/finance-enums
Standard Financial Enumerations
https://github.com/PrettyGoodCapital/finance-enums
finance financial-analysis financial-data pyo3 python python3 rust
Last synced: 5 months ago
JSON representation
Standard Financial Enumerations
- Host: GitHub
- URL: https://github.com/PrettyGoodCapital/finance-enums
- Owner: PrettyGoodCapital
- License: apache-2.0
- Created: 2018-09-19T15:44:38.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2025-04-12T14:31:47.000Z (6 months ago)
- Last Synced: 2025-05-07T18:54:24.981Z (5 months ago)
- Topics: finance, financial-analysis, financial-data, pyo3, python, python3, rust
- Language: C++
- Homepage:
- Size: 681 KB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# finance-enums
Standard Financial Enumerations[](https://github.com/timkpaine/finance_enums/actions?query=workflow%3A%22Build+Status%22)
[](https://codecov.io/gh/timkpaine/finance_enums)
[](https://pypi.python.org/pypi/finance_enums/)
[](https://pypi.python.org/pypi/finance_enums/)## Categories
- `CountryCode` (`ISO 3166-1 alpha-2`)
- `Country` in Python
- `CountryCode3` (`ISO 3166-1 alpha-3`)
- `CountryCode.name`
- `CountryCode.flag` (`base64` encoded `png` of flag)
- `Currency` (`ISO 4217`)
- `Currency.name`
- `Exchange` (`ISO 10383`)
- Note: NMS US Equities only for now
- `Sector`
- `IndustryGroup`
- `Industry`
- `SubIndustry`
- `SecurityType`
- `EquityType`
- `OptionType`
- `OptionExerciseType`
- `BondType`
- `CommodityType`
- `FundType`
- `FundSubType`
- `MutualFundEndedness`
- `OrderType`
- `Side`
- `TimeInForce`
- `OrderFlag`