interfaceNews
export interface News {
url: string;
headline: string;
text: string;
dateTime: string;
}/instruments/newssymbol
string
from
Date
to
Date
Promise<News[]>
export interface News {
url: string;
headline: string;
text: string;
dateTime: string;
}GET /instruments/news
We use essential cookies to make this site work. With your consent, we may also use non-essential cookies for analytics and marketing. You can change your choices at any time.
See our Privacy Policy and Cookie Policy.