

1. What Is Tenders Electronic Daily (TED)?
Tenders Electronic Daily (TED) is the online version of the Supplement to the Official Journal of the European Union, dedicated to European public procurement. It publishes thousands of public procurement notices from across the EU (and sometimes beyond) every week. Public bodies use TED to advertise their tenders, and companies or organizations use it to find and bid on opportunities.
Quick Facts
- TED is updated five times a week.
- Over 740,000 calls for tenders are published yearly.
- It includes procurement notices covering a wide range of sectors, from construction to healthcare.

2. Understanding the TED API
Tenders Electronic Daily (TED) offers official RESTful APIs for searching, retrieving, validating, and rendering procurement notices, as well as for submitting new ones. Production is strictly for live publications; the eForms Preview Environment is reserved for testing. Access to published notices is anonymous, but creating or modifying unpublished notices requires an API key, which must be generated and managed in the TED Developer Portal (one key per user, valid for 24 months and renewable for 12 more). Existing first-generation endpoints will remain stable until the new second-generation APIs—currently in development—fully replace them. Legacy eSentool remains available, though TED’s focus is on the newer, more robust endpoints.
Are you interested in integrating the TED API? Take a look at what we can offer.
3. Why Use the TED API?
Accessing TED data programmatically offers multiple benefits:
- Business Intelligence – Analyze the latest procurement notices to identify trends, forecast opportunities, or track competitor activity.
- Automation – Automatically import newly published tenders into your internal systems or CRMs, so your team can quickly review and act on them.
- Market Expansion – Companies looking to expand into Europe can systematically monitor relevant procurement opportunities in target countries or industries.
- Custom Dashboards – Build internal tools or external-facing dashboards that display the most recent or most relevant tender notices based on custom filters.
4. How to Access and Use the TED Data
Since TED does not always provide a simple “plug-and-play” API, you often have these primary methods of data access:
4.1 Bulk Data Files
- Download Frequency: Typically once a day (or more often) from official EU data sources.
- Where to Get It:
- The TED website.
- The EU Open Data Portal.
- Use Cases: Ideal for large-scale data analysis, offline indexing, or creating custom databases.
Example Steps
- Download the latest XML/ZIP package.
- Extract the files locally or in a server environment.
- Parse the XML to store or process tender data (e.g., tender titles, CPV codes, deadlines, contract values).
- Update your local database accordingly.
4.2 RSS Feeds
- Purpose: Quick way to see newly published notices.
- Limitations: Typically provides high-level summary rather than the full notice details.
- Use Cases: Lightweight solutions that just need notifications or a feed of new tenders.
4.3 Official TED API Endpoints
- Overview: Tenders Electronic Daily makes certain data directly accessible via API endpoints, allowing you to query or retrieve procurement information in a more structured, real-time manner.
- Documentation: Check the official TED website or the EU Open Data Portal for references to any current API endpoints and usage guidelines.
- Are you interested in integrating the TED API? Take a look at what we can offer.
- Pros:
- Easier to integrate than bulk file downloads (no need to parse large XML files).
- May offer more real-time or on-demand data.
- Cons:
- Still evolving; coverage or feature sets can vary.
- Be aware of any rate limits, usage policies, or registration requirements.
5. Key Features and Data Points
The data you can access from TED includes:
- Basic Contract Information
- Tender title, reference number, publication date.
- Contracting Authority Details
- Name, address, country of the buyer.
- Technical Specifications
- Classification codes (e.g., CPV codes), scope of the contract, timeframe.
- Procedural Information
- Deadline for submission, award criteria, language of submission.
- Award Notices
- Winners, contract values, date of award.
With these data points, you can filter or categorize public procurement notices to match specific industries or countries.
6. Implementation Best Practices
Here are some tips for effectively integrating TED data into your applications:
- Plan for Data Volume
The daily/weekly data sets are large. Ensure your infrastructure can handle regular downloads and storage. - Parse Efficiently
XML or other formats can be complex. Use robust parsing libraries that handle large files and edge cases (e.g., missing or malformed tags). - Database Indexing
Index critical fields (e.g., CPV codes, countries, deadlines) to speed up searches. - Schedule Regular Updates
Tenders are time-sensitive. A daily or even multiple-times-per-day ingestion schedule ensures you stay current. - Consider Filtering at Download Time
Instead of importing everything, parse and store only the data you need—especially if you’re focusing on a specific market sector or region. - Check Licensing and Terms of Use
While TED data is publicly available, always confirm you comply with EU regulations on open data usage and any disclaimers.
7. Common Use Cases
- Business Development Tools – Companies in consulting, construction, or healthcare might build internal dashboards that show relevant tenders in real time.
- Market Research & Analysis – Economic analysts can parse historical data to see procurement trends across the EU.
- Procurement Platforms – Software solutions that help businesses find and bid on opportunities often rely heavily on TED data to provide fresh leads.
- Academic and Journalistic Research – Universities and think-tanks can use large-scale tender data to study public sector spending patterns.
8. Pitfalls and Troubleshooting
- Huge File Sizes -Daily data dumps can be large and require robust systems for downloading, parsing, and storing.
- Complex Structure – Pay attention to namespaces and nested tags to avoid data loss or incorrect parsing.
- Incomplete or Delayed Notices – Occasionally, some notices might be updated or published late. Ensure your system can handle updates or re-publishes.
9. Conclusion
The Tenders Electronic Daily (TED) is a crucial gateway to public procurement notices within the European Union. Alongside official RESTful endpoints, TED also provides data dumps (XML/ZIP), RSS feeds, and even supports third-party APIs—offering multiple flexible ways to integrate TED data into your projects.
Key Takeaways
- High-Value Data: Access to thousands of new tenders each week.
- Multiple Integration Methods: Bulk downloads, RSS feeds, and APIs.
- Scalable Opportunities: Ideal for businesses, analysts, and researchers.
- Implementation Necessities: Robust infrastructure, efficient data parsing, and compliance with data usage terms.
By leveraging the TED data sets effectively, organizations can streamline their procurement activities, gain competitive insights, and stay on top of emerging opportunities in the European market.