[][src]Function sec_ticker_parser::list

pub fn list() -> Result<HashMap<String, u64>, Error>

Gets ticker and cik mappings

Returns a hashmap where key=value maps to ticker=cik

Examples

let map = sec_ticker_parser::list().unwrap();
assert_ne!(map.len(), 0)