This repository was archived by the owner on Apr 26, 2025. It is now read-only.
Releases: jadchaar/sec-cik-mapper
Releases · jadchaar/sec-cik-mapper
Version 2.1.0
Version 2.0.2
Internal
- PyPI releases are now fully automated via a GitHub actions workflow that is triggered on every new git tag.
- Cleaned up Makefile, requirements.txt file and tox.ini configurations for faster and cleaner builds.
- Broke up the
requirements.txtfile into 3 different files under therequirements/folder to separate runtime, testing, and documentation dependencies.
Version 2.0.1
Changed
- Moved README content from
README.rsttoREADME.mdfor improved table formatting support. - Raw pandas dataframe is now sorted on CIK and ticker to produce more consistent output.
Version 2.0.0
New
- Full revamp of API. Renamed
CIKMappertoStockMapperand added support for mutual fund mapping capabilities via theMutualFundMapper. TheMutualFundMapperis capable of obtaining mappings between CIKs, tickers, series IDs, and class IDs. TheStockMapperis capable of obtaining mappings between CIKs, tickers, company names, and exchanges. - Replaced function calls on mapper objects with properties.
- Added support for creating mappings to and from exchanges via the
StockMapper. - Added full support for PEP 484-style type hints.
- Added
raw_dataframeproperty to both mappers that exposes the underlying pandas dataframe for additional extensibility. - Added examples to GitHub repository to improve first-time usage.
- Updated naming of JSON and CSV mappings and added support for a number of new mappings in
auto_generated_mappings. - Improved documentation in README on how to download the auto-generated mappings via curl from GitHub or jsDelivr.
Internal
Version 1.0.0
- Initial release.