|
NAMEFinance::Quote::TwelveData - Obtain quotes from https://twelvedata.com SYNOPSIS use Finance::Quote;
$q = Finance::Quote->new('TwelveData', twelvedata => {API_KEY => 'your-twelvedata-api-key'});
%info = $q->fetch('twelvedata', 'IBM', 'AAPL');
DESCRIPTIONThis module fetches information from https://twelvedata.com. This module is loaded by default on a Finance::Quote object. It's also possible to load it explicitly by placing "TwelveData" in the argument list to Finance::Quote->new(). This module provides the "twelvedata" fetch method. API_KEYhttps://twelvedata.com requires users to register and obtain an API key, which is a secret value written in hexidecimal. The API key may be set by either providing a module specific hash to Finance::Quote->new as in the above example, or by setting the environment variable TWELVEDATA_API_KEY. FREE KEY LIMITSThe TwelveData free key limits usage to:
LABELS RETURNEDThe following labels may be returned by Finance::Quote::TwelveData
:
|