Skip to content

bostonrwalker/pysecm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pysecm

A lightweight Python framework for parsing common financial symbologies

Supported symbologies:

  • RIC (Reuters Instrument Code)

Supported instruments:

  • Equities (common, preferred)
  • Fixed income (governments)
  • Commodities (spot)
  • FX (spot)
  • Indices

The pysecm library performs basic validation of symbol formats and resolves asset classes

Examples:

> from pysecm.ric import RIC
> RIC('AAPL.N')
AAPL.N [CommmonEquity]
> RIC('.VIX')
.VIX [Index]
> RIC('UST BILL 03-DEC-2020')
UST BILL 03-DEC-2020 [Government]

About

Python SecMaster framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages