All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.tecacet.finance.service.DividendService Maven / Gradle / Ivy

package com.tecacet.finance.service;

import java.math.BigDecimal;
import java.time.LocalDate;
import java.util.Map;

public interface DividendService {

    Map getHistoricalDividends(String ticker, LocalDate fromDate, LocalDate toDate) throws StockServiceException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy