india-isin-data/README.md

24 lines
584 B
Markdown
Raw Normal View History

2021-06-04 14:01:43 +00:00
# India ISIN Data
ISIN Data from various public securities.
2021-06-10 07:00:36 +00:00
Source: NSDL provides a ISIN Search at <https://nsdl.co.in/master_search.php>.
2021-06-04 14:01:43 +00:00
Currently tracked:
2021-06-10 06:59:06 +00:00
|File|Issuer|
2021-06-04 14:01:43 +00:00
-----|-----
2021-06-10 06:59:06 +00:00
`INA.csv`|Central Government
`INB.csv`|State Government
`INE.csv`|Company, Statuatory Corporation, Banking Company
2021-06-10 07:00:36 +00:00
`INF.csv`|Mutual Funds
`IN9.csv`|Partly paid up shares
2021-06-10 07:00:36 +00:00
# Code
You can run the `fetch.sh` script to generate all the files from scratch. Dependencies:
- https://github.com/ericchiang/pup
- https://stedolan.github.io/jq/
- https://www.gnu.org/software/parallel/
- https://curl.se/