Skip to content

tomarus/openfigi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OpenFIGI

OpenFIGI is a golang package providing access to the OpenFIGI API

What is OpenFIGI

A FIGI is a Financial Instrument Global Identifier.

OpenFIGI is your entry point to multiple tools for identifying, mapping and requesting a free and open symbology dataset. This user friendly platform provides the ultimate understanding for how a unique identifier combined with accurate, associated metadata can eliminate redundant mapping processes, streamline the trade workflow and reduce operational risk

Please see https://openfigi.com/ for all details.

Usage

go get github.com/tomarus/openfigi

Example:

	import "github.com/tomarus/openfigi"

	req, err := openfigi.NewRequest("ID_ISIN", "US3623931009")
	if err != nil {
		log.Fatal(err)
	}

	req.Exchange("US")

	res, err := req.Do()
	if err != nil {
		log.Fatal(err)
	}

	log.Printf("%+v", res)

Feedback

This is an experimental package unaffiliated with the OpenFIGI project.

About

Golang OpenFIGI API package.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages