REST API
オンデマンドニュースデータ向けのシンプルなHTTPリクエスト。Webアプリケーションやバッチ処理に最適です。
// POST requestPOST https://api.finlight.me/v2/articlesリアルタイム金融ニュース、AI駆動のセンチメント分析、エンタープライズグレードの信頼性でアプリケーションを強化します。
お好みの連携方法で同じ豊富な金融データにアクセスできます
オンデマンドニュースデータ向けのシンプルなHTTPリクエスト。Webアプリケーションやバッチ処理に最適です。
// POST requestPOST https://api.finlight.me/v2/articlesライブトレーディングアプリケーション向けリアルタイムデータストリーム。マーケットクリティカルな判断のためのサブセカンドレイテンシ。
wss://wss.finlight.mewss://wss.finlight.me/rawエンドポイントにプッシュされるイベント駆動型通知。自動取引やアラートに最適です。
// Auto-pushPOST /your-endpoint実際のシナリオで金融ニュースAPIの動作をご覧ください。さまざまなユースケースをクリックして、豊富なデータ構造、センチメント分析、企業抽出機能をお試しください。
{
"status": "ok",
"page": 1,
"pageSize": 3,
"articles": [
{
"link": "https://www.example-financial-news.com/technology/nvidia-q3-2024",
"source": "www.example-financial-news.com",
"title": "Nvidia Reports Record Q3 Revenue of $60.9B, Beats Estimates",
"summary": "Nvidia's data center revenue surged 112% year-over-year to $30.8 billion, driven by strong demand for AI chips from cloud providers and enterprises.",
"publishDate": "2024-11-20T16:30:00Z",
"language": "en",
"categories": [
"technology",
"business"
],
"countries": [
"US"
],
"sentiment": "positive",
"confidence": 0.92,
"images": [
"https://www.example-financial-news.com/images/nvidia-earnings-chart.jpg",
"https://www.example-financial-news.com/images/datacenter-revenue.jpg"
],
"companies": [
{
"companyId": 12345,
"confidence": "0.9500000000000000",
"country": "United States",
"exchange": "XNAS",
"industry": "Semiconductors",
"name": "NVIDIA Corporation",
"sector": "Technology",
"ticker": "NVDA",
"primaryListing": {
"ticker": "NVDA",
"exchangeCode": "XNAS",
"exchangeCountry": "United States"
},
"isins": [
"US67066G1040"
],
"otherListings": [
{
"ticker": "NVD.DE",
"exchangeCode": "XETRA",
"exchangeCountry": "Germany"
}
]
}
]
},
{
"link": "https://www.example-business-daily.com/nvidia-guidance",
"source": "www.example-business-daily.com",
"title": "Nvidia Provides Strong Q4 Guidance Despite China Restrictions",
"summary": "Company forecasts Q4 revenue of $37.5 billion, above analyst expectations of $37.1 billion, despite ongoing export restrictions to China.",
"publishDate": "2024-11-20T17:15:00Z",
"language": "en",
"categories": [
"technology",
"business"
],
"countries": [
"US",
"CN"
],
"sentiment": "positive",
"confidence": 0.88,
"images": [
"https://www.example-business-daily.com/images/nvidia-guidance.jpg"
],
"companies": [
{
"companyId": 12345,
"confidence": "0.9200000000000000",
"country": "United States",
"exchange": "XNAS",
"industry": "Semiconductors",
"name": "NVIDIA Corporation",
"sector": "Technology",
"ticker": "NVDA",
"primaryListing": {
"ticker": "NVDA",
"exchangeCode": "XNAS",
"exchangeCountry": "United States"
},
"isins": [
"US67066G1040"
],
"otherListings": [
{
"ticker": "NVD.DE",
"exchangeCode": "XETRA",
"exchangeCountry": "Germany"
}
]
}
]
}
]
}当社のクエリエンジンはブール論理、フィールドレベルフィルタリング、複雑な式をサポートしています。外科的な精度で必要なニュースを正確にターゲットできます。
引用符を使用して特定の単語や完全一致フレーズを含む記事を検索できます
regulation OR "artificial intelligence"+を使用して用語を必須にし、-を使用して結果から除外できます
"stock market" -cryptoticker:、exchange:、source:、content:など特定のフィールドをターゲットにできます
ticker:AAPL exchange:XNASAND、OR、NOTで条件を組み合わせて精密にコントロールできます
("Tesla" OR ticker:TSLA) AND NOT bitcoin括弧を使用して複雑なクエリの評価順序を制御できます
("Elon Musk") AND (twitter OR tesla)すべての演算子を組み合わせて高度なフィルタリングが可能です
ticker:TSLA -crypto AND (source:www.bloomberg.com OR source:www.reuters.com)TypeScriptとPython用のSDKで数分で始められます。またはcURLでREST APIを直接使用することもできます。
import { FinlightApi } from "finlight-client";
const api = new FinlightApi({
apiKey: 'YOUR_API_KEY'
});
api.articles
.fetchArticles({
query: 'ticker:NVDA earnings -crypto',
from: '2024-01-01',
includeEntities: true,
pageSize: 20
})
.then((response) => {
console.log(`Found ${response.articles.length} articles`);
response.articles.forEach(article => {
console.log(article.title);
console.log(`Sentiment: ${article.sentiment}`);
console.log(`Companies: ${article.companies.map(c => c.ticker).join(', ')}`);
});
})
.catch((error) => console.error(error));npm install finlight-clientで、数分で複雑なクエリの構築を始められます。
高度なフィルタリングのための完全なクエリ構文ガイド、フィールドリファレンス、インタラクティブな例が揃っています。
JavaScript、Python、REST API向けの完全なクエリビルダーサポートを備えた公式SDKです。
人気の自動化プラットフォームを使用して、finlightを既存のワークフローに統合できます。
ClaudeやChatGPTなどのAIアシスタントにMCP経由で金融ニュースへの直接アクセスを提供します
Model Context Protocolを使用して、Claude、ChatGPT、その他のAIアシスタントをfinlightのリアルタイム金融ニュースに接続できます
コードを1行も書かずに複雑な自動化ワークフローを構築できます
市場イベントに即座に反応するWebhook駆動のトリガーを設定できます
一般的な金融ニュースワークフロー用の既製テンプレートから始められます
finlightをSlack、Discord、メール、データベースなどに接続できます
AAPLに関するポジティブなセンチメントの記事が公開されました
指定されたフィルター条件が満たされるとトリガーされます
Webhookを処理し、アラートメッセージをフォーマットします
Slack、Discord、またはSMSにアラートを送信します
高頻度取引からコンプライアンス監視まで、finlightは信頼性の高いリアルタイムデータで多様な金融アプリケーションを支えています。
リアルタイムのニュースシグナルとセンチメントデータでミリ秒単位の取引を実行できます。
// HFT with advanced filtering
const client = new FinlightApi({
apiKey: 'your-api-key'
});
client.websocket.connect(
{
query: 'ticker:SPY AND "breaking" -rumor',
language: 'en',
includeEntities: true
},
(article) => {
if (article.sentiment === 'positive') {
tradingBot.executeOrder({
symbol: 'SPY',
action: 'BUY'
});
}
}
);ポートフォリオのエクスポージャーを監視し、リスクが顕在化する前に特定できます。
// Risk monitoring setup
// Webhooks configured via Dashboard Wizard
// Visit: https://docs.finlight.me/v2/webhooks/
const articles = await api.articles.fetchArticles({
query: '("SEC" OR "regulatory") AND exchange:XNAS',
language: 'en',
pageSize: 20,
includeEntities: true
});
// Process regulatory alerts
articles.forEach(article => {
riskAnalyzer.evaluateRisk(article);
});投資に影響を与える国際市場と地政学的イベントを追跡できます。
// Global market surveillance
(async () => {
const articles = await api.articles.fetchArticles({
query:
'"market volatility" AND ' +
'(exchange:XJPX OR ' +
' exchange:XLON)',
language: 'en',
pageSize: 50,
includeEntities: true
});
console.log(`Found ${articles.length} global articles`);
})();過去データとリアルタイムデータで包括的なリサーチプラットフォームを構築できます。
// Research with source control
(async () => {
const research = await api.articles.fetchArticles({
query: '(ticker:AAPL OR ticker:MSFT) AND "earnings"',
language: 'en',
pageSize: 25,
includeCompanies: true
});
research.forEach(article => {
console.log(`${article.publishDate}: ${article.title}`);
});
})();高度な金融ニュースAPI、クエリ機能、連携方法などについてのご質問にお答えします。
finlightは、ticker:、exchange:、source:、content:などの演算子を使用した高度なフィールドレベルフィルタリングを提供しています。ブール論理(AND、OR、NOT)、包含/除外演算子(+、-)、引用符を使用した完全一致検索、および複雑な括弧グループ化を使用できます。これにより、金融ニュースの取得において外科的な精度が可能になります。
開発者ファーストのサポートチームが、連携とスケーリングをサポートします。