14 lines
409 B
JavaScript
14 lines
409 B
JavaScript
module.exports = {
|
|
'seekingalpha.com': {
|
|
_name: 'Seeking Alpha',
|
|
'.': [
|
|
{
|
|
title: 'Summary',
|
|
docs: 'https://docs.rsshub.app/routes/en/finance#seeking-alpha',
|
|
source: ['/symbol/:symbol/:category', '/symbol/:symbol/earnings/:category'],
|
|
target: '/seekingalpha/:symbol/:category',
|
|
},
|
|
],
|
|
},
|
|
};
|