Click here to Login

Trading Software Trading objects Features How-to Blog Search



Euronext Paris - News Data

by Patrick Fonce, 736 days ago
Share |

This item downloads French companies news data. Data retrieved from an RSS feed is transformed and inserted in a custom intraday database. The data is provided by a French website (www.boursier.com).
This news feed (RSS) is downloaded separately for each stock. The database, which stores the news items, is called 'france_rss_news' and it contains five fields.
These fields contain different pieces of information about the news articles. The 'Date' field gets the news date, the 'Title' field gets the news title, the 'Description' field gets a small description of the news content, the 'Tag' field tells what the news is about (Example: Chiffre d'affaires, Resulats, Avis AMF, Divers...) and finally the 'Link' field gets the URL of the news article.

This item requires a list of symbols, which can be downloaded here French Euronext Symbols - Liste des entreprises francaise coté ŕ l'Euronext. This list contains the companies ISIN code in the 'Name2' field, which is necessary in order for this item to work.
Euronext Paris - Historical Quotes can be used to download historical end-of-day quotes.

Here are some examples of how this item's data can be used with the QuantShare language:
To plot a time-series that displays the number of news per bar:
a = GetDataCount('france_rss_news','title');
plot(a, 'link', colorRed,ChartLine,StyleOwnScale);

To plot a time-series that shows news articles that are about the company revenues (Chiffre d'affaires):
a = GetDataStringCount('france_rss_news', 'tag', 'Chiffre daffaires');
plot(a, 'link', colorRed,ChartLine,StyleOwnScale);

Here is an advanced trading rule; it uses the Buy Indicator:
a = GetDataStringCount('france_rss_news', 'tag', 'Chiffre daffaires');
d = buy_indicator(a > 0, 10, 300) > 5 && a > 0;
plot(d, 'link', colorBlack,ChartLine,StyleOwnScale);

It plots a value of one on bars where news with the tag 'Chiffre daffaires' occurred and when the average future 10-bars return of all the news that has the same tag (lookback period of 300 bars) is above 5%.


Share This ->
Share |


You have to log in to bookmark this object
What is this?



>>>> More trading objects? click here to search for trading sytems, downloaders, screens, custom drawing tools, indicators... by country, market or style.

>>>> To get this item and hundreds of other items, click here to join and download the Best Trading Software for Free .



No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Write a review no reviews Number of downloads 3 downloads Notes Report an item


Type: Download Script

Object ID: 354


Country:
France

Market: Stock Market

Style:
Fundamental Analysis




Related Trading Objects



Country
Page 1
Euronext Paris - Realtime Share Prices ..
by Patrick Fonce, uploaded several months ago
No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Number of downloads 5 Notes Report an item
Daily Price Indexes
by Caleb, uploaded several months ago


No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Number of downloads 7 Notes Report an item
French Industrial Indices Euronext
by Vincent Prat, uploaded several months ago
No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Number of downloads 2 Notes Report an item
Number of reviews
Click to add a review
Average rate
Click to rate this item
Number of times this object was downloaded
Number of rates the current object received
Report an object
if you can't run it for example or if it contains errors
Click to report this object









Join now
and get instant access for free to the trading software, the Sharing server and the Social network website.
Click here


Related objects

Empty

Number of reviews
Click to add a review
Average rate
Click to rate this item
Number of times this object was downloaded
Number of rates the current object received
Report an object
if you can't run it for example or if it contains errors
Click to report this object

Technical Analysis


Fundamental Analysis


Forum Threads



Random Blog Posts

What's new in this trading software?

Historical volatility estimators

Short Selling Stocks

Stock split & dividend

Survivorship bias

Transaction Costs

How scripts communicate with each other

How to simulate options strategies

Show All

Number of reviews
Click to add a review
Average rate
Click to rate this item
Number of times this object was downloaded
Number of rates the current object received
Report an object
if you can't run it for example or if it contains errors
Click to report this object






QuantShare
Product
QuantShare
Features
Create an account
Support
Contact Us
Trading Forum
How-to Lessons
Manual
Company
About Us
Privacy
Terms of Use

Copyright © 2012 QuantShare.com
Social Media
Follow us on Facebook
Twitter Follow us on Twitter
Google+
Follow us on Google+
RSS Trading Items