Skip to content

treewolf/sec_ticker_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sec_ticker_parser

Retrieves and creates a mapping between a stock ticker and its current CIK. These are defined per the sec.gov website.

Example

use sec_ticker_parser;

fn main() {
    let map = sec_ticker_parser::list().unwrap();
    let my_cik = sec_ticker_parser::cik(&map, "vz");
    println!("Verizon's CIK is {}", my_cik);
}

Output

Verizon's CIK is 732712

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages